From 70921744d6a5bf2e49776d8ae86fc058f0bb6024 Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Tue, 21 Jul 2015 17:20:02 -0500 Subject: Expands the Maven support to more bundles. --- m2/jitsi-resourcemanager/pom.xml | 58 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 m2/jitsi-resourcemanager/pom.xml (limited to 'm2/jitsi-resourcemanager') diff --git a/m2/jitsi-resourcemanager/pom.xml b/m2/jitsi-resourcemanager/pom.xml new file mode 100644 index 0000000..f12a7c6 --- /dev/null +++ b/m2/jitsi-resourcemanager/pom.xml @@ -0,0 +1,58 @@ + + 4.0.0 + + + org.jitsi + jitsi + 2.9-SNAPSHOT + ../pom.xml + + + jitsi-resourcemanager + jar + + jitsi-resourcemanager + + + + + ${project.groupId} + libjitsi + + + org.osgi + org.osgi.core + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + net/java/sip/communicator/impl/resources/** + net/java/sip/communicator/service/resources/** + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.sourceDirectory}/net/java/sip/communicator/impl/resources/resourcemanagement.manifest.mf + + + net/java/sip/communicator/impl/resources/** + net/java/sip/communicator/service/resources/** + + + + + + -- cgit v1.1