From de5ba7eba42e12043273b30cb8495eafe00367c9 Mon Sep 17 00:00:00 2001 From: damencho Date: Fri, 13 May 2016 16:38:31 +0300 Subject: [PATCH] Adds argdelegation to mavenized bundles. --- m2/jitsi-argdelegation/pom.xml | 57 ++++++++++++++++++++++++++++++++++ m2/pom.xml | 1 + 2 files changed, 58 insertions(+) create mode 100644 m2/jitsi-argdelegation/pom.xml diff --git a/m2/jitsi-argdelegation/pom.xml b/m2/jitsi-argdelegation/pom.xml new file mode 100644 index 000000000..7dfb64859 --- /dev/null +++ b/m2/jitsi-argdelegation/pom.xml @@ -0,0 +1,57 @@ + + 4.0.0 + + + org.jitsi + jitsi + 2.9-SNAPSHOT + ../pom.xml + + + jitsi-argdelegation + jar + + jitsi-argdelegation + + + + ${project.groupId} + jitsi-util + + + org.osgi + org.osgi.core + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + net/java/sip/communicator/impl/argdelegation/** + net/java/sip/communicator/service/argdelegation/** + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.sourceDirectory}/net/java/sip/communicator/impl/argdelegation/argdelegation.manifest.mf + + + net/java/sip/communicator/impl/argdelegation/** + net/java/sip/communicator/service/argdelegation/** + + + + + + diff --git a/m2/pom.xml b/m2/pom.xml index 7b19da329..55681b20b 100644 --- a/m2/pom.xml +++ b/m2/pom.xml @@ -18,6 +18,7 @@ https://jitsi.org + jitsi-argdelegation jitsi-certificate jitsi-configuration jitsi-contactlist