commit | f392c970fe7849bc2fec53d1815b0dd19382b4cd | [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 | da5c97c653a2adfdff1ee9b8248549f68e51a208 [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