You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/07/08 21:14:03 UTC

svn commit: r1500890 - /cxf/trunk/osgi/karaf/features/src/main/resources/features.xml

Author: dkulp
Date: Mon Jul  8 19:14:03 2013
New Revision: 1500890

URL: http://svn.apache.org/r1500890
Log:
[CXF-5113] Fix spaces in features.xml
Patch from Minto van der Sluis applied

Modified:
    cxf/trunk/osgi/karaf/features/src/main/resources/features.xml

Modified: cxf/trunk/osgi/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/features/src/main/resources/features.xml?rev=1500890&r1=1500889&r2=1500890&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Mon Jul  8 19:14:03 2013
@@ -152,12 +152,12 @@
     </feature>
     <feature name="cxf-http-netty-client" version="${project.version}" resolver='(obr)'>
          <feature version="[3,4)">cxf-http</feature>
-         <bundle start-level='40'> mvn:io.netty/netty/${cxf.netty.version}</bundle>
+         <bundle start-level='40'>mvn:io.netty/netty/${cxf.netty.version}</bundle>
          <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-http-netty-client/${project.version}</bundle>
     </feature>
     <feature name="cxf-http-netty-server" version="${project.version}" resolver='(obr)'>
          <feature version="[3,4)">cxf-http</feature>
-         <bundle start-level='40'> mvn:io.netty/netty/${cxf.netty.version}</bundle>
+         <bundle start-level='40'>mvn:io.netty/netty/${cxf.netty.version}</bundle>
          <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-http-netty-server/${project.version}</bundle>
     </feature>
     <feature name="cxf-bindings-soap" version="${project.version}" resolver='(obr)'>