Author: gnodet
Date: Mon Jul 27 08:00:51 2009
New Revision: 798067

URL: http://svn.apache.org/viewvc?rev=798067&view=rev
Log:
FELIX-1373: featuresBoot in etc/org.apache.felix.karaf.featues no longer works

Modified:
    
felix/trunk/karaf/gshell/gshell-features/src/main/resources/OSGI-INF/blueprint/gshell-features.xml

Modified: 
felix/trunk/karaf/gshell/gshell-features/src/main/resources/OSGI-INF/blueprint/gshell-features.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/karaf/gshell/gshell-features/src/main/resources/OSGI-INF/blueprint/gshell-features.xml?rev=798067&r1=798066&r2=798067&view=diff
==============================================================================
--- 
felix/trunk/karaf/gshell/gshell-features/src/main/resources/OSGI-INF/blueprint/gshell-features.xml
 (original)
+++ 
felix/trunk/karaf/gshell/gshell-features/src/main/resources/OSGI-INF/blueprint/gshell-features.xml
 Mon Jul 27 08:00:51 2009
@@ -18,8 +18,7 @@
 
 -->
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0";
-           
xmlns:ext="http://geronimo.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0";
-           default-activation="lazy">
+           
xmlns:ext="http://geronimo.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0";>
 
     <ext:property-placeholder placeholder-prefix="$(" placeholder-suffix=")"/>
 


Reply via email to