Added: karaf/branches/karaf-2.3.x/shell/scr/src/main/resources/OSGI-INF/bundle.info URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/shell/scr/src/main/resources/OSGI-INF/bundle.info?rev=1387726&view=auto ============================================================================== --- karaf/branches/karaf-2.3.x/shell/scr/src/main/resources/OSGI-INF/bundle.info (added) +++ karaf/branches/karaf-2.3.x/shell/scr/src/main/resources/OSGI-INF/bundle.info Wed Sep 19 19:51:16 2012 @@ -0,0 +1,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. \ No newline at end of file
