Author: cmueller
Date: Sat Dec 24 11:09:35 2011
New Revision: 1222960

URL: http://svn.apache.org/viewvc?rev=1222960&view=rev
Log:
removed the version attribute from the dependency to the Karaf provided 
eventadmin feature to be compliant with the other dependencies

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=1222960&r1=1222959&r2=1222960&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
 Sat Dec 24 11:09:35 2011
@@ -231,7 +231,7 @@
     <bundle>mvn:org.apache.camel/camel-dozer/${project.version}</bundle>
   </feature>
   <feature name='camel-eventadmin' version='${project.version}' 
resolver='(obr)' start-level='50'>
-    <feature version='[2.2,3)'>eventadmin</feature>
+    <feature>eventadmin</feature>
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-eventadmin/${project.version}</bundle>
   </feature>


Reply via email to