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/04 16:42:34 UTC

svn commit: r1309419 - in /servicemix/smx4/bundles/trunk: cglib-2.1_3/pom.xml pom.xml

Author: jbonofre
Date: Wed Apr  4 14:42:34 2012
New Revision: 1309419

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

Modified:
    servicemix/smx4/bundles/trunk/cglib-2.1_3/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/cglib-2.1_3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/cglib-2.1_3/pom.xml?rev=1309419&r1=1309418&r2=1309419&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/cglib-2.1_3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/cglib-2.1_3/pom.xml Wed Apr  4 14:42:34 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>
 
@@ -39,14 +39,14 @@
         <pkgGroupId>cglib</pkgGroupId>
         <pkgArtifactId>cglib</pkgArtifactId>
         <pkgVersion>2.1_3</pkgVersion>
-        <servicemix.osgi.export>net.sf.cglib*;version="2.1.3"</servicemix.osgi.export>
+        <servicemix.osgi.export.pkg>
+            net.sf.cglib
+        </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !net.sf.cglib*,
+            net.sf.cglib.asm.util;resolution:=optional,
             org.apache.tools.ant*;version="[1.7,2)";resolution:=optional,
-            org.codehaus.aspectwerkz.hook;version="[0.8.1,0.9)";resolution:=optional,
-            *
+            org.codehaus.aspectwerkz.hook;version="[0.8.1,0.9)";resolution:=optional
         </servicemix.osgi.import.pkg>
-        <servicemix.osgi.failok>true</servicemix.osgi.failok>
     </properties>
 
     <dependencies>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1309419&r1=1309418&r2=1309419&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Apr  4 14:42:34 2012
@@ -86,6 +86,7 @@
         <module>castor-0.9.6</module>
         <module>castor-1.3.1</module>
         <module>castor-1.3.2</module>
+        <module>cglib-2.1_3</module>
     </modules>
 
 </project>