Switch from gshell to gogo
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@792445 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/gshell/pom.xml b/karaf/gshell/pom.xml
index 503fc53..bebd1eb 100644
--- a/karaf/gshell/pom.xml
+++ b/karaf/gshell/pom.xml
@@ -34,8 +34,7 @@
<name>Apache Felix Karaf :: GShell</name>
<modules>
- <module>gshell-core</module>
- <module>gshell-run</module>
+ <module>gshell-console</module>
<module>gshell-osgi</module>
<module>gshell-admin</module>
<module>gshell-features</module>
@@ -44,6 +43,8 @@
<module>gshell-log</module>
<module>gshell-config</module>
<module>gshell-packages</module>
+ <module>gshell-ssh</module>
+ <module>gshell-commands</module>
</modules>
</project>