Author: ffang
Date: Mon Dec  5 04:06:17 2011
New Revision: 1210324

URL: http://svn.apache.org/viewvc?rev=1210324&view=rev
Log:
[SMX4-998]cleanup cxf related examples to remove unnecessary package/resource 
import and Required-Bundle

Modified:
    
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml
    
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml

Modified: 
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml?rev=1210324&r1=1210323&r2=1210324&view=diff
==============================================================================
--- 
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml
 (original)
+++ 
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml
 Mon Dec  5 04:06:17 2011
@@ -61,17 +61,10 @@
                             javax.xml.namespace,
                             javax.xml.soap,
                             javax.xml.ws,
-                            META-INF.cxf,
-                            org.apache.cxf.bus,
-                            org.apache.cxf.bus.spring,
-                            org.apache.cxf.bus.resource,
-                            org.apache.cxf.configuration.spring,
-                            org.apache.cxf.resource,
                             org.apache.servicemix.cxfbc,
                             org.springframework.beans.factory.config,
                             org.apache.servicemix.common.osgi
                         </Import-Package>
-                        <Require-Bundle>org.apache.cxf.bundle</Require-Bundle>
                     </instructions>
                 </configuration>
             </plugin>

Modified: 
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml?rev=1210324&r1=1210323&r2=1210324&view=diff
==============================================================================
--- 
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml
 (original)
+++ 
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml
 Mon Dec  5 04:06:17 2011
@@ -91,17 +91,10 @@
                             javax.xml.namespace,
                             javax.xml.soap,
                             javax.xml.ws,
-                            META-INF.cxf,
-                            org.apache.cxf.bus,
-                            org.apache.cxf.bus.spring,
-                            org.apache.cxf.bus.resource,
-                            org.apache.cxf.configuration.spring,
-                            org.apache.cxf.resource,
                             org.apache.servicemix.cxfse,
                             org.springframework.beans.factory.config,
                             org.apache.servicemix.common.osgi
                         </Import-Package>
-                        <Require-Bundle>org.apache.cxf.bundle</Require-Bundle>
                         <Export-Package>
                             org.apache.servicemix.samples.wsdl_first,
                             org.apache.servicemix.samples.wsdl_first.types


Reply via email to