You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2011/03/15 11:22:08 UTC

svn commit: r1081715 - /karaf/branches/karaf-2.1.x/shell/config/src/main/resources/OSGI-INF/blueprint/shell-config.xml

Author: jbonofre
Date: Tue Mar 15 10:22:08 2011
New Revision: 1081715

URL: http://svn.apache.org/viewvc?rev=1081715&view=rev
Log:
[KARAF-515] Completion error due to missing property "storage" on the DeleteCommand config command.

Modified:
    karaf/branches/karaf-2.1.x/shell/config/src/main/resources/OSGI-INF/blueprint/shell-config.xml

Modified: karaf/branches/karaf-2.1.x/shell/config/src/main/resources/OSGI-INF/blueprint/shell-config.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/shell/config/src/main/resources/OSGI-INF/blueprint/shell-config.xml?rev=1081715&r1=1081714&r2=1081715&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/shell/config/src/main/resources/OSGI-INF/blueprint/shell-config.xml (original)
+++ karaf/branches/karaf-2.1.x/shell/config/src/main/resources/OSGI-INF/blueprint/shell-config.xml Tue Mar 15 10:22:08 2011
@@ -27,9 +27,7 @@
             <action class="org.apache.karaf.shell.config.CancelCommand"/>
         </command>
         <command name="config/delete">
-            <action class="org.apache.karaf.shell.config.DeleteCommand">
-                <property name="storage" value="${storage}" />
-            </action>
+            <action class="org.apache.karaf.shell.config.DeleteCommand"/>
             <completers>
                 <ref component-id="configCompleter" />
                 <null/>