You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/06/09 14:30:07 UTC

svn commit: r664690 - in /servicemix/smx4/specs/trunk: jaxb-api-2.0/pom.xml jaxb-api-2.1/pom.xml jaxws-api-2.0/pom.xml jaxws-api-2.1/pom.xml saaj-api-1.3/pom.xml stax-api-1.0/pom.xml

Author: gnodet
Date: Mon Jun  9 05:30:06 2008
New Revision: 664690

URL: http://svn.apache.org/viewvc?rev=664690&view=rev
Log:
Use split-package to avoid warnings

Modified:
    servicemix/smx4/specs/trunk/jaxb-api-2.0/pom.xml
    servicemix/smx4/specs/trunk/jaxb-api-2.1/pom.xml
    servicemix/smx4/specs/trunk/jaxws-api-2.0/pom.xml
    servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml
    servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml
    servicemix/smx4/specs/trunk/stax-api-1.0/pom.xml

Modified: servicemix/smx4/specs/trunk/jaxb-api-2.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api-2.0/pom.xml?rev=664690&r1=664689&r2=664690&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxb-api-2.0/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxb-api-2.0/pom.xml Mon Jun  9 05:30:06 2008
@@ -93,7 +93,7 @@
                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                       <Export-Package>javax.xml.bind*;version=2.0;-split-package:=merge-first</Export-Package>
                       <Import-Package>*</Import-Package>
-                      <Private-Package>org.apache.servicemix.specs.locator</Private-Package>
+                      <Private-Package>org.apache.servicemix.specs.locator;-split-package:=merge-first</Private-Package>
                       <Bundle-Activator>org.apache.servicemix.specs.locator.Activator</Bundle-Activator>
                   </instructions>
                   <unpackBundle>true</unpackBundle>

Modified: servicemix/smx4/specs/trunk/jaxb-api-2.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api-2.1/pom.xml?rev=664690&r1=664689&r2=664690&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxb-api-2.1/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxb-api-2.1/pom.xml Mon Jun  9 05:30:06 2008
@@ -93,7 +93,7 @@
                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                       <Export-Package>javax.xml.bind*;version=2.1;-split-package:=merge-first</Export-Package>
                       <Import-Package>*</Import-Package>
-                      <Private-Package>org.apache.servicemix.specs.locator</Private-Package>
+                      <Private-Package>org.apache.servicemix.specs.locator;-split-package:=merge-first</Private-Package>
                       <Bundle-Activator>org.apache.servicemix.specs.locator.Activator</Bundle-Activator>
                   </instructions>
                   <unpackBundle>true</unpackBundle>

Modified: servicemix/smx4/specs/trunk/jaxws-api-2.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxws-api-2.0/pom.xml?rev=664690&r1=664689&r2=664690&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxws-api-2.0/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxws-api-2.0/pom.xml Mon Jun  9 05:30:06 2008
@@ -139,7 +139,7 @@
                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                       <Export-Package>javax.xml.ws*;version=2.0;-split-package:=merge-first</Export-Package>
                       <Import-Package>*</Import-Package>
-                      <Private-Package>org.apache.servicemix.specs.locator</Private-Package>
+                      <Private-Package>org.apache.servicemix.specs.locator;-split-package:=merge-first</Private-Package>
                       <Bundle-Activator>org.apache.servicemix.specs.locator.Activator</Bundle-Activator>
                   </instructions>
                   <unpackBundle>true</unpackBundle>

Modified: servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml?rev=664690&r1=664689&r2=664690&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml Mon Jun  9 05:30:06 2008
@@ -138,7 +138,7 @@
                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                       <Export-Package>javax.xml.ws*;version=2.1;-split-package:=merge-first</Export-Package>
                       <Import-Package>*</Import-Package>
-                      <Private-Package>org.apache.servicemix.specs.locator</Private-Package>
+                      <Private-Package>org.apache.servicemix.specs.locator;-split-package:=merge-first</Private-Package>
                       <Bundle-Activator>org.apache.servicemix.specs.locator.Activator</Bundle-Activator>
                   </instructions>
                   <unpackBundle>true</unpackBundle>

Modified: servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml?rev=664690&r1=664689&r2=664690&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml (original)
+++ servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml Mon Jun  9 05:30:06 2008
@@ -65,7 +65,7 @@
                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                       <Export-Package>javax.xml.soap*;version=1.3;-split-package:=merge-first</Export-Package>
                       <Import-Package>*</Import-Package>
-                      <Private-Package>org.apache.servicemix.specs.locator</Private-Package>
+                      <Private-Package>org.apache.servicemix.specs.locator;-split-package:=merge-first</Private-Package>
                       <Bundle-Activator>org.apache.servicemix.specs.locator.Activator</Bundle-Activator>
                   </instructions>
                   <unpackBundle>true</unpackBundle>

Modified: servicemix/smx4/specs/trunk/stax-api-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/stax-api-1.0/pom.xml?rev=664690&r1=664689&r2=664690&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/stax-api-1.0/pom.xml (original)
+++ servicemix/smx4/specs/trunk/stax-api-1.0/pom.xml Mon Jun  9 05:30:06 2008
@@ -65,7 +65,7 @@
                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                       <Export-Package>javax.xml.stream*;version=1.0;-split-package:=merge-first</Export-Package>
                       <Import-Package>*</Import-Package>
-                      <Private-Package>org.apache.servicemix.specs.locator</Private-Package>
+                      <Private-Package>org.apache.servicemix.specs.locator;-split-package:=merge-first</Private-Package>
                       <Bundle-Activator>org.apache.servicemix.specs.locator.Activator</Bundle-Activator>
                   </instructions>
                   <unpackBundle>true</unpackBundle>