commit | c46e77b686a08e67792cada83391ffb26bf6a5d3 | [log] [tgz] |
---|---|---|
author | Gert Vanthienen <gertv@apache.org> | Tue Sep 15 14:05:21 2009 +0000 |
committer | Gert Vanthienen <gertv@apache.org> | Tue Sep 15 14:05:21 2009 +0000 |
tree | 9faef4b01fc2271f8865786c3632b3faff6657b7 | |
parent | 2688cdbe22e778d88fe3afddb8f8666f0c28376d [diff] |
FELIX-1602: Allow specifying boot features for admin:create-d instances git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@815332 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml b/karaf/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml index 4e601df..f007b65 100644 --- a/karaf/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml +++ b/karaf/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml
@@ -27,7 +27,7 @@ <ext:property name="featuresRepositories" value=""/> <ext:property name="featuresBoot" value=""/> </ext:default-properties> - <ext:location>file:$(karaf.home)/etc/org.apache.felix.karaf.features.cfg</ext:location> + <ext:location>file:$(karaf.base)/etc/org.apache.felix.karaf.features.cfg</ext:location> </ext:property-placeholder> <bean id="featuresService" class="org.apache.felix.karaf.features.internal.FeaturesServiceImpl" init-method="start" destroy-method="stop">