Author: cschneider
Date: Mon Jun  6 11:57:15 2011
New Revision: 1132602

URL: http://svn.apache.org/viewvc?rev=1132602&view=rev
Log:
Change bundle.info to Wiki syntax

Modified:
    karaf/trunk/features/command/src/main/resources/OSGI-INF/bundle.info

Modified: karaf/trunk/features/command/src/main/resources/OSGI-INF/bundle.info
URL: 
http://svn.apache.org/viewvc/karaf/trunk/features/command/src/main/resources/OSGI-INF/bundle.info?rev=1132602&r1=1132601&r2=1132602&view=diff
==============================================================================
--- karaf/trunk/features/command/src/main/resources/OSGI-INF/bundle.info 
(original)
+++ karaf/trunk/features/command/src/main/resources/OSGI-INF/bundle.info Mon 
Jun  6 11:57:15 2011
@@ -1,26 +1,30 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.name}
+h1. Synopsis
 
-    ${project.description}
+${project.name}
 
-    Maven URL:
-        
\u001B[33mmvn:${project.groupId}/${project.artifactId}/${project.version}\u001B[0m
+${project.description}
 
-\u001B[1mDESCRIPTION\u001B[0m
-    This bundle provides the Karaf shell commands to manipulate features.
-
-    The following commands are available:
-    \u001B[36mfeatures:addUrl\u001B[0m Adds a list of repository URLs to the 
features service.
-    \u001B[36mfeatures:info\u001B[0m Shows information about selected 
information.
-    \u001B[36mfeatures:install\u001B[0m Installs a feature with the specified 
name and version.
-    \u001B[36mfeatures:list\u001B[0m Lists all existing features available 
from the defined repositories.
-    \u001B[36mfeatures:listVersions\u001B[0m Lists all versions of a feature 
available from the currently available repositories.
-    \u001B[36mfeatures:listRepositories\u001B[0m Displays a list of all 
defined repositories.
-    \u001B[36mfeatures:listUrl\u001B[0m Displays a list of all defined 
repository URLs.
-    \u001B[36mfeatures:refreshUrl\u001B[0m Reloads the list of available 
features from the repositories.
-    \u001B[36mfeatures:removeRepository\u001B[0m Removes the specified 
repository features service.
-    \u001B[36mfeatures:removeUrl\u001B[0m Removes the given list of repository 
URLs from the features service.
-    \u001B[36mfeatures:uninstall\u001B[0m Uninstalls a feature with the 
specified name and version.
+Maven URL:
+    [mvn:${project.groupId}/${project.artifactId}/${project.version}]
 
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mCommands\u001B[0m and \u001B[36mProvisioning\u001B[0m sections 
of the Karaf User Guide.
\ No newline at end of file
+h1. Description
+
+This bundle provides the Karaf shell commands to manipulate features.
+
+The following commands are available:
+
+* features:addUrl - Adds a list of repository URLs to the features service.
+* features:info- Shows information about selected information.
+* features:install- Installs a feature with the specified name and version.
+* features:list - Lists all existing features available from the defined 
repositories.
+* features:listVersions- Lists all versions of a feature available from the 
currently available repositories.
+* features:listRepositories- Displays a list of all defined repositories.
+* features:listUrl- Displays a list of all defined repository URLs.
+* features:refreshUrl- Reloads the list of available features from the 
repositories.
+* features:removeRepository- Removes the specified repository features service.
+* features:removeUrl- Removes the given list of repository URLs from the 
features service.
+* features:uninstall- Uninstalls a feature with the specified name and version.
+
+h1. See also
+    
+Commands- and Provisioning- sections of the Karaf User Guide.


Reply via email to