Fix problem with exported commands not being available from the console, fix integration tests
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@772643 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/gshell/gshell-features/pom.xml b/karaf/gshell/gshell-features/pom.xml
index 9f41944..4a4701e 100644
--- a/karaf/gshell/gshell-features/pom.xml
+++ b/karaf/gshell/gshell-features/pom.xml
@@ -92,9 +92,10 @@
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Export-Package>${pom.artifactId}*;version=${project.version}</Export-Package>
<Import-Package>
+ org.apache.geronimo.gshell.command,
org.apache.geronimo.gshell.wisdom.command,
- org.apache.felix.karaf.gshell.core,
org.apache.geronimo.gshell.wisdom.registry,
+ org.apache.felix.karaf.gshell.core,
org.springframework.beans.factory.config,
*
</Import-Package>