You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2015/04/16 10:18:16 UTC

karaf git commit: [KARAF-3517] Fix feature command bundle.info documentation

Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x b30b1f9ff -> cacd53704


[KARAF-3517] Fix feature command bundle.info documentation

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

Branch: refs/heads/karaf-3.0.x
Commit: cacd537042d1a76dded85c9dcf5a6dbf1f14236c
Parents: b30b1f9
Author: Jean-Baptiste OnofreĢ <jb...@apache.org>
Authored: Tue Mar 10 20:06:27 2015 +0100
Committer: Guillaume Nodet <gn...@gmail.com>
Committed: Thu Apr 16 10:18:06 2015 +0200

----------------------------------------------------------------------
 .../src/main/resources/OSGI-INF/bundle.info     | 22 +++++++++-----------
 1 file changed, 10 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/cacd5370/features/command/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/features/command/src/main/resources/OSGI-INF/bundle.info b/features/command/src/main/resources/OSGI-INF/bundle.info
index 8f0598b..7bee72d 100644
--- a/features/command/src/main/resources/OSGI-INF/bundle.info
+++ b/features/command/src/main/resources/OSGI-INF/bundle.info
@@ -13,18 +13,16 @@ 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.
+* feature:info Show information about selected information.
+* feature:install Install a feature with the specified name and version.
+* feature:list List all existing features available from the defined repositories.
+* feature:repo-add Add a list of repository URLs to the features service.
+* feature:repo-list Display a list of all defined repositories.
+* feature:repo-refresh Reload the list of available features from the repositories.
+* feature:repo-remove Remove the specified repository features service.
+* feature:uninstall Uninstall a feature with the specified name and version.
+* feature:version-list List all versions available for a given feature.
 
 h1. See also
 
-Commands- and Provisioning- sections of the Karaf User Guide.
+"Provisioning and features" section of the Karaf User Guide.