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.support.bnd b/gogo/aQute.shell.support.bnd
index 34c11c2..f7917a0 100644
--- a/gogo/aQute.shell.support.bnd
+++ b/gogo/aQute.shell.support.bnd
@@ -1,6 +1,6 @@
-include: ~default.bnd
Bundle-Name: aQute Shell Support
Bundle-Description: Commands for the shell that turn it into a programming language
-Private-Package: aQute.shell.lang
-Service-Component: aQute.shell.lang.Support; \
+Private-Package: org.apache.felix.gogo.shell.lang
+Service-Component: org.apache.felix.gogo.shell.lang.Support; \
provide:=org.osgi.service.command.Converter
\ No newline at end of file