You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2011/02/14 11:54:20 UTC

svn commit: r1070433 - /karaf/branches/karaf-2.2.x/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml

Author: gnodet
Date: Mon Feb 14 10:54:20 2011
New Revision: 1070433

URL: http://svn.apache.org/viewvc?rev=1070433&view=rev
Log:
[KARAF-443] features service should be started eagerly

Modified:
    karaf/branches/karaf-2.2.x/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml

Modified: karaf/branches/karaf-2.2.x/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml?rev=1070433&r1=1070432&r2=1070433&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml (original)
+++ karaf/branches/karaf-2.2.x/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml Mon Feb 14 10:54:20 2011
@@ -18,8 +18,7 @@
 
 -->
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
-           xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"
-           default-activation="lazy">
+           xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0">
 
     <ext:property-placeholder placeholder-prefix="$(" placeholder-suffix=")"/>