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/05/10 13:50:28 UTC

svn commit: r1336621 - /servicemix/smx4/bundles/trunk/jung-graph-impl-2.0.1/pom.xml

Author: jbonofre
Date: Thu May 10 11:50:27 2012
New Revision: 1336621

URL: http://svn.apache.org/viewvc?rev=1336621&view=rev
Log:
[SMX4-1122] Fix build warning messages in jung-graph-impl 2.0.1 bundle

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

Modified: servicemix/smx4/bundles/trunk/jung-graph-impl-2.0.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jung-graph-impl-2.0.1/pom.xml?rev=1336621&r1=1336620&r2=1336621&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jung-graph-impl-2.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jung-graph-impl-2.0.1/pom.xml Thu May 10 11:50:27 2012
@@ -43,8 +43,7 @@
             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)",
-            *
+            org.apache.commons.collections15*;version="[4,5)"
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.fragment.host>org.apache.servicemix.bundles.jung-api;bundle-version="[2,3)"</servicemix.osgi.fragment.host>
     </properties>