Author: jbonofre
Date: Tue Nov 29 15:30:05 2011
New Revision: 1207910

URL: http://svn.apache.org/viewvc?rev=1207910&view=rev
Log:
[CAMEL-4707] To avoid unit tests failure, remove the namespace in the features 
XML

Modified:
    
camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml

Modified: 
camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml?rev=1207910&r1=1207909&r2=1207910&view=diff
==============================================================================
--- 
camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml
 (original)
+++ 
camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml
 Tue Nov 29 15:30:05 2011
@@ -16,7 +16,7 @@
       See the License for the specific language governing permissions and
       limitations under the License.
 -->
-<features name='camel-${pom.version}' 
xmlns='http://karaf.apache.org/xmlns/features/v1.0.0'>
+<features name='camel-${pom.version}'>
   
<repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version}/xml/features</repository>
   <feature name="xml-specs-api" version='${servicemix-specs-version}' 
resolver='(obr)' start-level='10'>
     <bundle 
dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${servicemix-specs-version}</bundle>


Reply via email to