commit | c8d570dd25b32ef77a8f613b9defb77031645c1c | [log] [tgz] |
---|---|---|
author | Richard S. Hall <rickhall@apache.org> | Fri May 07 17:37:47 2010 +0000 |
committer | Richard S. Hall <rickhall@apache.org> | Fri May 07 17:37:47 2010 +0000 |
tree | 76d905ca491124e39058c73ef658ffbc5ba8fa4f | |
parent | a4018a09bdc7be20dfc2c96b7c134c0da0d89990 [diff] |
Stop registering the bundle object as a command since it interferes with "stop 0" and stops gogo instead of the framework. (FELIX-2328) git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@942156 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/osgi/OSGiCommands.java b/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/osgi/OSGiCommands.java index e8e08f5..1f96706 100644 --- a/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/osgi/OSGiCommands.java +++ b/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/osgi/OSGiCommands.java
@@ -59,7 +59,7 @@ { processor.addCommand("osgi", this); processor.addCommand("osgi", new Procedural()); - processor.addCommand("osgi", bundle); +// processor.addCommand("osgi", bundle); processor.addCommand("osgi", context, BundleContext.class); try