You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2014/02/14 14:09:34 UTC

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

Author: sergeyb
Date: Fri Feb 14 13:09:34 2014
New Revision: 1568268

URL: http://svn.apache.org/r1568268
Log:
Removing the line added by accident from features.xml

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=1568268&r1=1568267&r2=1568268&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Fri Feb 14 13:09:34 2014
@@ -390,5 +390,4 @@
         <bundle start-level="30" dependency="true">mvn:org.glassfish/javax.el/3.0-b1</bundle>  
     </feature>
 
-    <bundle start-level="30" dependency="true">mvn:org.glassfish/javax.el/3.0.0</bundle> 
 </features>