You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2017/09/10 04:58:13 UTC

[1/2] karaf git commit: [KARAF-5357] Fixes mistake in feature help info

Repository: karaf
Updated Branches:
  refs/heads/master 4c740f535 -> c5d3a882c


[KARAF-5357] Fixes mistake in feature help info


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

Branch: refs/heads/master
Commit: 5eb7c0d690a89c00f96769fab5a88291c2df6780
Parents: 4c740f5
Author: bseeger <bs...@amherst.edu>
Authored: Fri Sep 8 16:19:01 2017 -0400
Committer: bseeger <bs...@amherst.edu>
Committed: Fri Sep 8 16:19:01 2017 -0400

----------------------------------------------------------------------
 .../org/apache/karaf/features/command/StopFeaturesCommand.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/5eb7c0d6/features/command/src/main/java/org/apache/karaf/features/command/StopFeaturesCommand.java
----------------------------------------------------------------------
diff --git a/features/command/src/main/java/org/apache/karaf/features/command/StopFeaturesCommand.java b/features/command/src/main/java/org/apache/karaf/features/command/StopFeaturesCommand.java
index ac87125..f58ea50 100644
--- a/features/command/src/main/java/org/apache/karaf/features/command/StopFeaturesCommand.java
+++ b/features/command/src/main/java/org/apache/karaf/features/command/StopFeaturesCommand.java
@@ -29,7 +29,7 @@ import org.apache.karaf.shell.api.action.Completion;
 import org.apache.karaf.shell.api.action.Option;
 import org.apache.karaf.shell.api.action.lifecycle.Service;
 
-@Command(scope = "feature", name = "stop", description = "Start features with the specified name and version.")
+@Command(scope = "feature", name = "stop", description = "Stop features with the specified name and version.")
 @Service
 public class StopFeaturesCommand extends FeaturesCommandSupport {
 


[2/2] karaf git commit: [KARAF-5357] This closes #348

Posted by jb...@apache.org.
[KARAF-5357] This closes #348


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

Branch: refs/heads/master
Commit: c5d3a882c1ce9f0ba57db9d3ac9aefdb65dec986
Parents: 4c740f5 5eb7c0d
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Sat Sep 9 07:47:35 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Sat Sep 9 07:47:35 2017 +0200

----------------------------------------------------------------------
 .../org/apache/karaf/features/command/StopFeaturesCommand.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------