Author: ffang
Date: Tue Jun 12 04:38:00 2012
New Revision: 1349116

URL: http://svn.apache.org/viewvc?rev=1349116&view=rev
Log:
[SMX4-1182]jaxws api 2.2 spec bundle shouldn't import org.apache.geronimo.osgi* 
from the dependency

Modified:
    servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml

Modified: servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml?rev=1349116&r1=1349115&r2=1349116&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml Tue Jun 12 04:38:00 2012
@@ -88,7 +88,7 @@
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         
<Bundle-Description>${project.description}</Bundle-Description>
                         
<Export-Package>javax.xml.ws*;version=2.2;-split-package:=merge-first;-noimport:=true</Export-Package>
-                        <Import-Package>*</Import-Package>
+                        <Import-Package>!org.apache.geronimo.osgi*, 
*</Import-Package>
                         
<Private-Package>org.apache.servicemix.specs.locator;-split-package:=merge-first</Private-Package>
                         
<Bundle-Activator>org.apache.servicemix.specs.locator.Activator</Bundle-Activator>
                         <Implementation-Title>Apache 
ServiceMix</Implementation-Title>


Reply via email to