You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/04/03 10:46:01 UTC

svn commit: r1308754 - in /servicemix/smx4/bundles/trunk: jung-api-2.0.1/pom.xml pom.xml

Author: jbonofre
Date: Tue Apr  3 08:46:01 2012
New Revision: 1308754

URL: http://svn.apache.org/viewvc?rev=1308754&view=rev
Log:
[SMX4-1119] Fix warning messages in the jung-api 2.0.1 bundle

Modified:
    servicemix/smx4/bundles/trunk/jung-api-2.0.1/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/jung-api-2.0.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jung-api-2.0.1/pom.xml?rev=1308754&r1=1308753&r2=1308754&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jung-api-2.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jung-api-2.0.1/pom.xml Tue Apr  3 08:46:01 2012
@@ -40,7 +40,7 @@
         <pkgArtifactId>jung-api</pkgArtifactId>
         <pkgVersion>2.0.1</pkgVersion>
         <servicemix.osgi.export>
-            edu.uci.ics.jung*;version="${project.version}";-noimport:=true
+            edu.uci.ics.jung*;version="${project.version}";-noimport:=true;-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             org.apache.commons.collections15;version:="[4,5)",

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1308754&r1=1308753&r2=1308754&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Apr  3 08:46:01 2012
@@ -46,6 +46,8 @@
         <module>json-lib-2.4</module>
         <module>quartz-1.8.5</module>
         <module>quartz-1.8.6</module>
+        <module>jung-api-2.0.1</module>
+        <module>jung-graph-impl-2.0.1</module>
     </modules>
 
 </project>