Author: gnodet
Date: Wed May 6 16:00:19 2009
New Revision: 772333
URL: http://svn.apache.org/viewvc?rev=772333&view=rev
Log:
Use Import-Package instead of Require-Bundle for gshell-run
Modified:
felix/trunk/karaf/gshell/gshell-run/pom.xml
Modified: felix/trunk/karaf/gshell/gshell-run/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/karaf/gshell/gshell-run/pom.xml?rev=772333&r1=772332&r2=772333&view=diff
==============================================================================
--- felix/trunk/karaf/gshell/gshell-run/pom.xml (original)
+++ felix/trunk/karaf/gshell/gshell-run/pom.xml Wed May 6 16:00:19 2009
@@ -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>