Add commands, fix parser, remove DS dependency, remove equinox support

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@790958 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/pom.xml b/gogo/pom.xml
index be4ab33..bb875f1 100644
--- a/gogo/pom.xml
+++ b/gogo/pom.xml
@@ -27,6 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
     <name>Apache Felix Gogo Shell</name>
+    <description>Apache Felix Gogo Shell</description>
     <groupId>org.apache.felix.gogo</groupId>
     <artifactId>gogo</artifactId>
     <version>1.0.0-SNAPSHOT</version>
@@ -35,6 +36,7 @@
         <module>gogo.runtime</module>
         <module>gogo.launcher</module>
         <module>gogo.console</module>
+        <module>gogo.commands</module>
     </modules>
 
     <dependencyManagement>