From 2286631b69cfaec97402559f6e8c8132da7d58f2 Mon Sep 17 00:00:00 2001 From: Scott England-Sullivan Date: Wed, 12 Sep 2012 08:40:51 -0500 Subject: [PATCH 2/2] KARAF-1753 Add missing bundle.info to SCR Shell --- shell/scr/src/main/resources/OSGI-INF/bundle.info | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 shell/scr/src/main/resources/OSGI-INF/bundle.info diff --git a/shell/scr/src/main/resources/OSGI-INF/bundle.info b/shell/scr/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..33ac013 --- /dev/null +++ b/shell/scr/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,21 @@ +@@ -0,0 +0,19 @@ ++\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 manipulate DS Components. ++ ++ The following commands are available: ++ \u001B[36mscr:activate\u001B[0m Activates a component for the given component name. ++ \u001B[36mscr:deactivate\u001B[0m Deactivates a component for the given component name. ++ \u001B[36mscr:details\u001B[0m Shows details for the component with the given component name. ++ \u001B[36mscr:list\u001B[0m Gets the list of the currently available components. ++ ++\u001B[1mSEE ALSO\u001B[0m ++ \u001B[36mCommands\u001B[0m and \u001B[36mDeclarative Services\u001B[0m sections of the Karaf User Guide. +-- -- 1.7.7.3