moved gogo.runtime.shell sub-package in Runtime bundle up into gogo.runtime package to avoid possible confusion with the gogo.shell package in the new Shell bundle (FELIX-2328).
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@944297 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index d3c87bc..b6bb26e 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -62,10 +62,10 @@
org.osgi.service.startlevel*; resolution:=optional,
*
</Import-Package>
- <Private-Package>org.apache.felix.gogo.*</Private-Package>
+ <Private-Package>org.apache.felix.gogo.runtime*</Private-Package>
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
- <Bundle-Activator>org.apache.felix.gogo.runtime.Activator</Bundle-Activator>
+ <Bundle-Activator>org.apache.felix.gogo.runtime.activator.Activator</Bundle-Activator>
<Include-Resource>{maven-resources},META-INF/NOTICE=NOTICE</Include-Resource>
<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
<_removeheaders>Private-Package,Ignore-Package,Include-Resource</_removeheaders>