Use Import-Package instead of Require-Bundle for gshell-run
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@772333 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/gshell/gshell-run/pom.xml b/karaf/gshell/gshell-run/pom.xml
index bba1bba..82f5ed0 100644
--- a/karaf/gshell/gshell-run/pom.xml
+++ b/karaf/gshell/gshell-run/pom.xml
@@ -77,13 +77,65 @@
org.apache.commons.vfs.provider.temp,
org.apache.commons.vfs.provider.ram,
org.apache.commons.vfs.provider.local,
+ org.apache.felix.karaf.gshell.core,
+ org.apache.felix.karaf.gshell.core.commands,
+ org.apache.felix.karaf.gshell.core.config,
+ org.apache.felix.karaf.gshell.core.sshd,
+ org.apache.felix.karaf.gshell.core.vfs.mvn,
+ org.apache.geronimo.gshell.ansi,
+ org.apache.geronimo.gshell.application,
+ org.apache.geronimo.gshell.application.model,
+ org.apache.geronimo.gshell.application.plugin,
+ org.apache.geronimo.gshell.application.plugin.activation,
+ org.apache.geronimo.gshell.application.plugin.bundle,
+ org.apache.geronimo.gshell.chronos,
+ org.apache.geronimo.gshell.clp,
+ org.apache.geronimo.gshell.clp.handler,
+ org.apache.geronimo.gshell.clp.setter,
+ org.apache.geronimo.gshell.command,
+ org.apache.geronimo.gshell.commandline,
+ org.apache.geronimo.gshell.commands.builtin,
+ org.apache.geronimo.gshell.commands.file,
+ org.apache.geronimo.gshell.commands.network,
+ org.apache.geronimo.gshell.commands.shell,
+ org.apache.geronimo.gshell.commands.ssh,
+ org.apache.geronimo.gshell.commands.text,
+ org.apache.geronimo.gshell.console,
+ org.apache.geronimo.gshell.console.completer,
+ org.apache.geronimo.gshell.event,
+ org.apache.geronimo.gshell.i18n,
+ org.apache.geronimo.gshell.interpolation,
+ org.apache.geronimo.gshell.io,
+ org.apache.geronimo.gshell.notification,
+ org.apache.geronimo.gshell.parser,
+ org.apache.geronimo.gshell.parser.visitor,
+ org.apache.geronimo.gshell.registry,
+ org.apache.geronimo.gshell.shell,
+ org.apache.geronimo.gshell.spring,
+ org.apache.geronimo.gshell.terminal,
+ org.apache.geronimo.gshell.vfs,
+ org.apache.geronimo.gshell.vfs.config,
+ org.apache.geronimo.gshell.vfs.provider.meta,
+ org.apache.geronimo.gshell.vfs.provider.meta.data,
+ org.apache.geronimo.gshell.wisdom.application,
+ org.apache.geronimo.gshell.wisdom.branding,
+ org.apache.geronimo.gshell.wisdom.builder,
+ org.apache.geronimo.gshell.wisdom.command,
+ org.apache.geronimo.gshell.wisdom.completer,
+ org.apache.geronimo.gshell.wisdom.config,
+ org.apache.geronimo.gshell.wisdom.meta,
+ org.apache.geronimo.gshell.wisdom.plugin,
+ org.apache.geronimo.gshell.wisdom.plugin.activation,
+ org.apache.geronimo.gshell.wisdom.plugin.bundle,
+ org.apache.geronimo.gshell.wisdom.registry,
+ org.apache.geronimo.gshell.wisdom.scope,
+ org.apache.geronimo.gshell.wisdom.shell,
org.apache.sshd,
org.apache.sshd.server.keyprovider,
org.apache.sshd.server.jaas,
org.springframework.beans.factory.config,
*
</Import-Package>
- <Require-Bundle>org.apache.felix.karaf.gshell.core</Require-Bundle>
<Spring-Context>*;publish-context:=false;create-asynchronously:=true</Spring-Context>
<_versionpolicy>${bnd.version.policy}</_versionpolicy>
</instructions>