FELIX-1267: Rename gogo package from aQute.* to org.apache.felix.gogo.*
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@787426 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/aQute.shell.runtime.bnd b/gogo/aQute.shell.runtime.bnd
index 24613f2..097d57d 100644
--- a/gogo/aQute.shell.runtime.bnd
+++ b/gogo/aQute.shell.runtime.bnd
@@ -1,9 +1,9 @@
-include: ~default.bnd
Bundle-Name: Command Shell Service
Bundle-Description: Provides a shell service
-Private-Package: aQute.shell.osgi, aQute.shell.runtime
+Private-Package: org.apache.felix.gogo.shell.osgi, org.apache.felix.gogo.shell.runtime
Export-Package: org.osgi.service.command
-Service-Component: aQute.shell.osgi.OSGiShell; \
+Service-Component: org.apache.felix.gogo.shell.osgi.OSGiShell; \
provide:=org.osgi.service.command.CommandProcessor; \
threadio=org.osgi.service.threadio.ThreadIO; \
converter=org.osgi.service.command.Converter*