CAMEL-8378: Move Camel catalog commands to separate module
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/bf794e83 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/bf794e83 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/bf794e83 Branch: refs/heads/master Commit: bf794e830a2f41045c09591ee7f6d998b0b8c1f6 Parents: 3bcfd10 Author: Claus Ibsen <davscl...@apache.org> Authored: Sat Feb 21 10:08:14 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sat Feb 21 10:08:14 2015 +0100 ---------------------------------------------------------------------- .../src/main/resources/OSGI-INF/bundle.info | 24 ++++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 2 -- 2 files changed, 24 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/bf794e83/platforms/karaf/commands-catalog/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/platforms/karaf/commands-catalog/src/main/resources/OSGI-INF/bundle.info b/platforms/karaf/commands-catalog/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..9fb3741 --- /dev/null +++ b/platforms/karaf/commands-catalog/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,24 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.name} + + ${project.description} + + Maven URL: + \u001B[33mmvn:${project.groupId}/${project.artifactId}/${project.version}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + This bundle provides the Karaf shell commands to query the Camel catalog + + The following commands are available: + \u001B[36mcamel-catalog:component-list\u001B[0m Lists all Camel components + \u001B[36mcamel-catalog:component-label-list\u001B[0m List the labels used for categorizing the components + \u001B[36mcamel-catalog:dataformat-list\u001B[0m Lists all Camel data formats + \u001B[36mcamel-catalog:dataformat-label-list\u001B[0m List the labels used for categorizing the data formats + \u001B[36mcamel-catalog:eip-list\u001B[0m Lists all Camel EIP patterns + \u001B[36mcamel-catalog:eip-label-list\u001B[0m List the labels used for categorizing the EIP patterns + \u001B[36mcamel-catalog:language-list\u001B[0m Lists all Camel languages + \u001B[36mcamel-catalog:language-label-list\u001B[0m List the labels used for categorizing the languages + + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://camel.apache.org/karaf.html\u001B[0m \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/bf794e83/platforms/karaf/commands/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/platforms/karaf/commands/src/main/resources/OSGI-INF/bundle.info b/platforms/karaf/commands/src/main/resources/OSGI-INF/bundle.info index 639be83..4074b39 100644 --- a/platforms/karaf/commands/src/main/resources/OSGI-INF/bundle.info +++ b/platforms/karaf/commands/src/main/resources/OSGI-INF/bundle.info @@ -10,8 +10,6 @@ This bundle provides the Karaf shell commands to manipulate and manage Camel Components. The following commands are available: - \u001B[36mcamel:catalog-component-list\u001B[0m Lists all Camel components from the Camel catalog. - \u001B[36mcamel:catalog-label\u001B[0m Lists all Camel component labels from the Camel catalog. \u001B[36mcamel:component-list\u001B[0m Lists all Camel components that are in use in Karaf. \u001B[36mcamel:context-info\u001B[0m Display detailed information about a Camel context. \u001B[36mcamel:context-list\u001B[0m Lists all Camel contexts.