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:30:10 UTC

svn commit: r1308941 - in /servicemix/smx4/bundles/trunk: aspectj-1.6.12/pom.xml pom.xml

Author: jbonofre
Date: Tue Apr  3 14:30:09 2012
New Revision: 1308941

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

Modified:
    servicemix/smx4/bundles/trunk/aspectj-1.6.12/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/aspectj-1.6.12/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/aspectj-1.6.12/pom.xml?rev=1308941&r1=1308940&r2=1308941&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/aspectj-1.6.12/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/aspectj-1.6.12/pom.xml Tue Apr  3 14:30: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>
     
@@ -43,10 +43,12 @@
             org.aspectj
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !org.aspectj,
+            javax.xml*,
+            org.xml.sax*,
             com.bea.jvm;resolution:=optional,
             org.objectweb.asm;resolution:=optional,
-            *
+            org.apache.commons.logging;resolution:=optional,
+            aj.org.objectweb.asm;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
     
@@ -121,4 +123,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1308941&r1=1308940&r2=1308941&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Apr  3 14:30:09 2012
@@ -62,6 +62,7 @@
         <module>asm-3.3</module>
         <module>asm-3.3.1</module>
         <module>aspectj-1.6.8</module>
+        <module>aspectj-1.6.12</module>
     </modules>
 
 </project>