You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2012/05/25 16:38:33 UTC

svn commit: r1342648 - /karaf/trunk/shell/console/src/main/resources/OSGI-INF/blueprint/karaf-console.xml

Author: cschneider
Date: Fri May 25 14:38:33 2012
New Revision: 1342648

URL: http://svn.apache.org/viewvc?rev=1342648&view=rev
Log:
KARAF-647 Bugfix: help command should not be defined in console as it moved into a separate project

Modified:
    karaf/trunk/shell/console/src/main/resources/OSGI-INF/blueprint/karaf-console.xml

Modified: karaf/trunk/shell/console/src/main/resources/OSGI-INF/blueprint/karaf-console.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/console/src/main/resources/OSGI-INF/blueprint/karaf-console.xml?rev=1342648&r1=1342647&r2=1342648&view=diff
==============================================================================
--- karaf/trunk/shell/console/src/main/resources/OSGI-INF/blueprint/karaf-console.xml (original)
+++ karaf/trunk/shell/console/src/main/resources/OSGI-INF/blueprint/karaf-console.xml Fri May 25 14:38:33 2012
@@ -55,24 +55,6 @@
         </interfaces>
         <service-properties>
             <entry key="osgi.command.scope" value="*"/>
-            <entry key="osgi.command.function" value="help"/>
-        </service-properties>
-        <bean class="org.apache.karaf.shell.console.commands.BlueprintCommand">
-            <property name="blueprintContainer" ref="blueprintContainer"/>
-            <property name="blueprintConverter" ref="blueprintConverter"/>
-            <property name="actionId" value="help"/>
-        </bean>
-    </service>
-
-    <bean id="help" class="org.apache.karaf.shell.console.HelpAction" activation="lazy" scope="prototype" />
-
-    <service>
-        <interfaces>
-            <value>org.apache.felix.service.command.Function</value>
-            <value>org.apache.karaf.shell.console.CompletableFunction</value>
-        </interfaces>
-        <service-properties>
-            <entry key="osgi.command.scope" value="*"/>
             <entry key="osgi.command.function" value="exit"/>
         </service-properties>
         <bean class="org.apache.karaf.shell.console.commands.BlueprintCommand">