You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2012/07/02 01:42:45 UTC

svn commit: r1356049 - /cxf/branches/2.5.x-fixes/osgi/karaf/features/src/main/resources/features.xml

Author: ffang
Date: Sun Jul  1 23:42:44 2012
New Revision: 1356049

URL: http://svn.apache.org/viewvc?rev=1356049&view=rev
Log:
[CXF-4402]remove http-whiteboard feature from cxf features.xml

Modified:
    cxf/branches/2.5.x-fixes/osgi/karaf/features/src/main/resources/features.xml

Modified: cxf/branches/2.5.x-fixes/osgi/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/osgi/karaf/features/src/main/resources/features.xml?rev=1356049&r1=1356048&r2=1356049&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/branches/2.5.x-fixes/osgi/karaf/features/src/main/resources/features.xml Sun Jul  1 23:42:44 2012
@@ -92,14 +92,6 @@
         <bundle start-level='25'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/${cxf.saaj-impl.bundle.version}</bundle>
     </feature>
 
-    <feature name="http-whiteboard" version="2.2.5" resolver='(obr)'>
-        <!-- This is to work around an issue in Karaf 2.2.5 where the "war" feature cannot be installed on Java 5 -->
-        <!-- This gives us what we need and doesn't pull in the stuff that doesn't work (the jsp bundle) -->
-        <!-- Karaf >=2.2.6 has a newer version of this that will be picked up instead -->
-        <feature>http</feature>
-        <bundle start-level="30">mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/1.0.8</bundle>
-    </feature>
-
     <feature name="cxf" version="${project.version}" resolver='(obr)'>
         <feature version="${project.version}">cxf-specs</feature>
         <bundle>mvn:commons-lang/commons-lang/${cxf.commons-lang.version}</bundle>
@@ -112,7 +104,6 @@
 
         <feature version='${project.version}'>cxf-jaxb</feature>
         <feature version="[2,3)">http</feature>
-        <feature version="[2,4)">http-whiteboard</feature>
         <feature version="[3,4)">spring</feature>
         <feature version="[1.2,2)">spring-dm</feature>
         <feature version="[3,4)">spring-jms</feature>