Author: dkulp
Date: Tue Oct 11 18:26:23 2011
New Revision: 1182004

URL: http://svn.apache.org/viewvc?rev=1182004&view=rev
Log:
Needs cxf feature for logging and domutils and such

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=1182004&r1=1182003&r2=1182004&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Tue Oct 11 
18:26:23 2011
@@ -122,6 +122,8 @@
             cxf.wsn.port = 8182
         </config>
 
+        <feature version="${project.version}">cxf</feature>
+
         <bundle 
dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${cxf.geronimo.transaction.version}</bundle>
         <bundle 
dependency="true">mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${cxf.geronimo.jms.version}</bundle>
         <bundle 
dependency="true">mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/${cxf.geronimo.j2ee.management.version}</bundle>
@@ -129,6 +131,5 @@
         <bundle 
dependency="true">mvn:org.apache.activemq/activemq-core/${cxf.activemq.version}</bundle>
 
         
<bundle>mvn:org.apache.cxf.services.wsn/cxf-services-wsn-osgi/${project.version}</bundle>
-
     </feature>
 </features>


Reply via email to