You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/15 12:02:18 UTC

svn commit: r704836 - in /servicemix/smx4/bundles/trunk: commons-jexl-1.1/pom.xml commons-vfs-1.0/pom.xml

Author: gnodet
Date: Wed Oct 15 03:02:18 2008
New Revision: 704836

URL: http://svn.apache.org/viewvc?rev=704836&view=rev
Log:
Fix commons-jexl and commons-vfs imports

Modified:
    servicemix/smx4/bundles/trunk/commons-jexl-1.1/pom.xml
    servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/commons-jexl-1.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-jexl-1.1/pom.xml?rev=704836&r1=704835&r2=704836&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-jexl-1.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-jexl-1.1/pom.xml Wed Oct 15 03:02:18 2008
@@ -42,6 +42,10 @@
         <servicemix.osgi.export.pkg>
             org.apache.commons.jexl*
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            junit*;resolution:=optional,
+            *
+        </servicemix.osgi.import.pkg>
     </properties>
 
     <dependencies>

Modified: servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml?rev=704836&r1=704835&r2=704836&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml Wed Oct 15 03:02:18 2008
@@ -42,6 +42,16 @@
         <servicemix.osgi.export.pkg>
             org.apache.commons.vfs*
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.jcraft.jsch*;resolution:=optional,
+            org.apache.avalon.framework.logger*;resolution:=optional,
+            org.apache.commons.collections*;resolution:=optional,
+            org.apache.commons.httpclient*;resolution:=optional,
+            org.apache.commons.net.ftp*;resolution:=optional,
+            org.apache.log4j*;resolution:=optional,
+            org.apache.tools.ant*;resolution:=optional,
+            *
+        </servicemix.osgi.import.pkg>
     </properties>
 
     <dependencies>