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 2012/03/15 15:35:22 UTC

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

Author: dkulp
Date: Thu Mar 15 14:35:22 2012
New Revision: 1301005

URL: http://svn.apache.org/viewvc?rev=1301005&view=rev
Log:
Fix typo in sts feature

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=1301005&r1=1301004&r2=1301005&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Thu Mar 15 14:35:22 2012
@@ -312,7 +312,7 @@
         <bundle start-level='40' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ehcache/${cxf.ehcache.bundle.version}</bundle>
 
         <feature version="${project.version}">cxf-core</feature>
-        <feature version="${project.version}">cxf-rt-ws-security</feature>
+        <feature version="${project.version}">cxf-ws-security</feature>
 
         <bundle>mvn:org.apache.cxf.services.sts/cxf-services-sts-core/${project.version}</bundle>
     </feature>