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 2014/01/11 16:45:33 UTC

[2/3] git commit: [KARAF-2433] Add completer for the cave:repository-destroy command

[KARAF-2433] Add completer for the cave:repository-destroy command


Project: http://git-wip-us.apache.org/repos/asf/karaf-cave/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cave/commit/a6d844f4
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cave/tree/a6d844f4
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cave/diff/a6d844f4

Branch: refs/heads/master
Commit: a6d844f412d40122d0edf274e2fbe3c4f4903f74
Parents: 1ba080c
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Sat Jan 11 16:44:42 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Sat Jan 11 16:44:42 2014 +0100

----------------------------------------------------------------------
 .../main/resources/OSGI-INF/blueprint/cave-server-commands.xml   | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cave/blob/a6d844f4/server/command/src/main/resources/OSGI-INF/blueprint/cave-server-commands.xml
----------------------------------------------------------------------
diff --git a/server/command/src/main/resources/OSGI-INF/blueprint/cave-server-commands.xml b/server/command/src/main/resources/OSGI-INF/blueprint/cave-server-commands.xml
index 21583a4..94cfa4d 100644
--- a/server/command/src/main/resources/OSGI-INF/blueprint/cave-server-commands.xml
+++ b/server/command/src/main/resources/OSGI-INF/blueprint/cave-server-commands.xml
@@ -36,6 +36,10 @@
             <action class="org.apache.karaf.cave.server.command.RepositoryDestroyCommand">
                 <property name="CaveRepositoryService" ref="caveRepositoryService"/>
             </action>
+            <completers>
+                <ref component-id="repositoryCompleter"/>
+                <null/>
+            </completers>
         </command>
         <command name="cave/repository-uninstall">
             <action class="org.apache.karaf.cave.server.command.RepositoryUninstallCommand">