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/02/18 22:34:27 UTC

svn commit: r1290885 - in /servicemix/smx4/bundles/trunk: ant-1.8.1/pom.xml ant-1.8.2/pom.xml pom.xml

Author: jbonofre
Date: Sat Feb 18 21:34:26 2012
New Revision: 1290885

URL: http://svn.apache.org/viewvc?rev=1290885&view=rev
Log:
Fix ant bundle OSGi import

Modified:
    servicemix/smx4/bundles/trunk/ant-1.8.1/pom.xml
    servicemix/smx4/bundles/trunk/ant-1.8.2/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/ant-1.8.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ant-1.8.1/pom.xml?rev=1290885&r1=1290884&r2=1290885&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/ant-1.8.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/ant-1.8.1/pom.xml Sat Feb 18 21:34:26 2012
@@ -42,10 +42,12 @@
         <servicemix.osgi.export.pkg>org.apache.tools</servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
             !org.apache.tools*,
-            !com.sun.tools.javac*,
+            !com.sun.tools*,
             !org.apache.env*,
             !sun.rmi*,
             !sun.tools.javac*,
+	    !kaffe.util*,
+	    !weblogic*,
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.failok>true</servicemix.osgi.failok>

Modified: servicemix/smx4/bundles/trunk/ant-1.8.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ant-1.8.2/pom.xml?rev=1290885&r1=1290884&r2=1290885&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/ant-1.8.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/ant-1.8.2/pom.xml Sat Feb 18 21:34:26 2012
@@ -42,10 +42,12 @@
         <servicemix.osgi.export.pkg>org.apache.tools</servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
             !org.apache.tools*,
-            !com.sun.tools.javac*,
+            !com.sun.tools*,
             !org.apache.env*,
             !sun.rmi*,
             !sun.tools.javac*,
+	    !kaffe.util*,
+	    !weblogic*,
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.failok>true</servicemix.osgi.failok>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1290885&r1=1290884&r2=1290885&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Sat Feb 18 21:34:26 2012
@@ -61,6 +61,7 @@
         <module>kfs-0.3</module>
         <module>xmlenc-0.52</module>
         <module>ant-1.8.1</module>
+        <module>ant-1.8.2</module>
     </modules>
 
 </project>