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/10/08 17:20:13 UTC

svn commit: r702906 - /servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml

Author: gnodet
Date: Wed Oct  8 08:20:13 2008
New Revision: 702906

URL: http://svn.apache.org/viewvc?rev=702906&view=rev
Log:
Fix badly requested bundles from cxf-se

Modified:
    servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml?rev=702906&r1=702905&r2=702906&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml Wed Oct  8 08:20:13 2008
@@ -69,9 +69,7 @@
     <servicemix.osgi.bundles>
         org.apache.cxf.cxf-bundle,
         org.apache.cxf.cxf-rt-bindings-jbi,
-        org.apache.cxf.cxf-rt-transports-jbi
-    </servicemix.osgi.bundles>
-    <servicemix.osgi.bundles>
+        org.apache.cxf.cxf-rt-transports-jbi,
         org.springframework.bundle.spring.core,
         org.springframework.bundle.spring.beans,
         org.springframework.bundle.spring.context,