commit | e692a96350ff0a8ad5d43eb708d5c244716bc510 | [log] [tgz] |
---|---|---|
author | Guillaume Nodet <gnodet@apache.org> | Fri Aug 07 09:55:51 2009 +0000 |
committer | Guillaume Nodet <gnodet@apache.org> | Fri Aug 07 09:55:51 2009 +0000 |
tree | b3fc651c5dbf1064f97f784b8f90797fb1b57204 | |
parent | 037159b0a104ddab19bcf438f1832637f178df6c [diff] |
FELIX-1457: refactor features management layer git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@801925 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/webconsole/features/src/main/resources/OSGI-INF/blueprint/webconsole-features.xml b/karaf/webconsole/features/src/main/resources/OSGI-INF/blueprint/webconsole-features.xml index 0cd5325..c79820b 100644 --- a/karaf/webconsole/features/src/main/resources/OSGI-INF/blueprint/webconsole-features.xml +++ b/karaf/webconsole/features/src/main/resources/OSGI-INF/blueprint/webconsole-features.xml
@@ -20,7 +20,7 @@ <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:cm="http://www.osgi.org/xmlns/blueprint-cm/v1.0.0"> - <reference id="featuresService" interface="org.apache.felix.karaf.gshell.features.FeaturesService" /> + <reference id="featuresService" interface="org.apache.felix.karaf.features.FeaturesService" /> <bean id="featuresPlugin" class="org.apache.felix.karaf.webconsole.features.FeaturesPlugin" init-method="start" destroy-method="stop"> <property name="featuresService" ref="featuresService" />