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/19 18:56:09 UTC

svn commit: r1328045 - /servicemix/smx4/bundles/trunk/java-xmlbuilder-0.3/pom.xml

Author: jbonofre
Date: Thu Apr 19 16:56:09 2012
New Revision: 1328045

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

Modified:
    servicemix/smx4/bundles/trunk/java-xmlbuilder-0.3/pom.xml

Modified: servicemix/smx4/bundles/trunk/java-xmlbuilder-0.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/java-xmlbuilder-0.3/pom.xml?rev=1328045&r1=1328044&r2=1328045&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/java-xmlbuilder-0.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/java-xmlbuilder-0.3/pom.xml Thu Apr 19 16:56: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>
 
@@ -39,21 +39,17 @@
         <pkgGroupId>com.jamesmurty.utils</pkgGroupId>
         <pkgArtifactId>java-xmlbuilder</pkgArtifactId>
         <pkgVersion>0.3</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            com.jamesmurty.utils*,
-            net/iharder/base64*,
-            *
-        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.export>
+            com.jamesmurty.utils*;version=${project.version};-split-package:=merge-first,
+            net.iharder.base64*;version=${project.version};-split-package:=merge-first
+        </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
-            !com.jamesmurty.utils,
-            !net.iharder.base64,
             javax.xml.namespace*,
             javax.xml.parsers*,
             javax.xml.transform*,
             javax.xml.xpath*,
             org.w3c.dom*,
-            org.xml.sax*,
-            *
+            org.xml.sax*
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg>
         </servicemix.osgi.private.pkg>