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/05 09:51:18 UTC

svn commit: r1309678 - in /servicemix/smx4/bundles/trunk: commons-beanutils-1.7.0/pom.xml pom.xml

Author: jbonofre
Date: Thu Apr  5 07:51:17 2012
New Revision: 1309678

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

Modified:
    servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml?rev=1309678&r1=1309677&r2=1309678&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml Thu Apr  5 07:51:17 2012
@@ -39,17 +39,16 @@
         <pkgGroupId>commons-beanutils</pkgGroupId>
         <pkgArtifactId>commons-beanutils</pkgArtifactId>
         <pkgVersion>1.7.0</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.commons.beanutils
-        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.export>
+            org.apache.commons.beanutils*;version=${project.version};-split-package:=merge-first,
+            !org.apache.commons.collections*
+        </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
-            !org.apache.commons.beanutils*,
             org.apache.commons.collections*;version="[2.0,3)";resolution:=optional,
-            org.apache.commons.logging*;version="[1.0,2)",
-            *
+            org.apache.commons.logging*;version="[1.0,2)";resolution:=optional
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg>
-            org.apache.commons.collections*
+            org.apache.commons.collections*;-split-package:=merge-first
         </servicemix.osgi.private.pkg>
     </properties>
 

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1309678&r1=1309677&r2=1309678&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Apr  5 07:51:17 2012
@@ -94,6 +94,7 @@
         <module>cometd-java-server-1.0.1</module>
         <module>cometd-java-server-2.1.1</module>
         <module>commons-attributes-2.1</module>
+        <module>commons-beanutils-1.7.0</module>
     </modules>
 
 </project>