You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/06/16 07:59:48 UTC

camel git commit: CAMEL-11417: Fixed tab completion for route-reset-stats command

Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x a03e6c7a3 -> 653c8262f


CAMEL-11417: Fixed tab completion for route-reset-stats command


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/653c8262
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/653c8262
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/653c8262

Branch: refs/heads/camel-2.18.x
Commit: 653c8262fbefe366ea0ef34f437712a1ac21eb2d
Parents: a03e6c7
Author: Saravanakumar Selvaraj <sa...@gmail.com>
Authored: Fri Jun 16 11:58:22 2017 +0530
Committer: Saravanakumar Selvaraj <sa...@gmail.com>
Committed: Fri Jun 16 11:58:22 2017 +0530

----------------------------------------------------------------------
 .../src/main/resources/OSGI-INF/blueprint/camel-commands.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/653c8262/platforms/karaf/commands/src/main/resources/OSGI-INF/blueprint/camel-commands.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/commands/src/main/resources/OSGI-INF/blueprint/camel-commands.xml b/platforms/karaf/commands/src/main/resources/OSGI-INF/blueprint/camel-commands.xml
index 30e9a8f..93b4f7a 100644
--- a/platforms/karaf/commands/src/main/resources/OSGI-INF/blueprint/camel-commands.xml
+++ b/platforms/karaf/commands/src/main/resources/OSGI-INF/blueprint/camel-commands.xml
@@ -112,7 +112,7 @@
         <property name="camelController" ref="camelController"/>
       </action>
       <completers>
-        <ref component-id="routeCompleter"/>
+        <ref component-id="camelContextCompleter"/>
         <null/>
       </completers>
     </command>