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 16:29:10 UTC

svn commit: r1308934 - in /servicemix/smx4/bundles/trunk: asm-2.2.3/pom.xml pom.xml

Author: jbonofre
Date: Tue Apr  3 14:29:09 2012
New Revision: 1308934

URL: http://svn.apache.org/viewvc?rev=1308934&view=rev
Log:
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT
[SMX4-1119] Fix warning messages in the asm 2.2.3 bundle

Modified:
    servicemix/smx4/bundles/trunk/asm-2.2.3/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/asm-2.2.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/asm-2.2.3/pom.xml?rev=1308934&r1=1308933&r2=1308934&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/asm-2.2.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/asm-2.2.3/pom.xml Tue Apr  3 14:29:09 2012
@@ -24,7 +24,7 @@
     <parent>
 	    <groupId>org.apache.servicemix.bundles</groupId>
 	    <artifactId>bundles-pom</artifactId>
-	    <version>8</version>
+	    <version>9-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -41,9 +41,8 @@
         <pkgVersion>2.2.3</pkgVersion>
         <servicemix.osgi.export.pkg>org.objectweb.asm</servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !org.objectweb.asm*,
-            *;resolution:=optional,
-            *
+            javax.xml*,
+            org.xml.sax*
         </servicemix.osgi.import.pkg>
     </properties>
 

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1308934&r1=1308933&r2=1308934&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Apr  3 14:29:09 2012
@@ -57,6 +57,7 @@
         <module>antlr-runtime-3.2</module>
         <module>antlr-runtime-3.4</module>
         <module>aopalliance-1.0</module>
+        <module>asm-2.2.3</module>
     </modules>
 
 </project>