Add gogo to main pom, add gogo-parent to gogo reactor
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@953253 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/pom.xml b/gogo/pom.xml
index 77db948..2468b21 100644
--- a/gogo/pom.xml
+++ b/gogo/pom.xml
@@ -32,6 +32,7 @@
<version>0.5.0-SNAPSHOT</version>
<modules>
+ <module>gogo-parent</module>
<module>runtime</module>
<module>shell</module>
<module>command</module>
diff --git a/pom.xml b/pom.xml
index bf3f106..04780de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,19 +86,6 @@
</profile>
<profile>
- <id>packaging-ipojo-bundle</id>
- <activation>
- <property>
- <name>packaging</name>
- <value>ipojo-bundle</value>
- </property>
- </activation>
- <modules>
- <!--<module>ipojo/arch</module>-->
- </modules>
- </profile>
-
- <profile>
<id>packaging-bundle</id>
<activation>
<property>
@@ -137,6 +124,8 @@
<module>fileinstall</module>
<module>useradmin</module>
+ <module>gogo</module>
+
<module>ipojo</module>
<module>mosgi</module>