FELIX-307
---------
Removing old mosgi entries from main pom.xml and inserting a new entry in bundle building part (after iPojo directives)



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@551590 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 02a33a5..f94df34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,6 +148,8 @@
         
         <module>ipojo/core</module>
         <module>ipojo/arch</module>
+	
+	<module>mosgi</module>
       </modules>
     </profile>
     
@@ -176,20 +178,6 @@
 
       </modules>
     </profile>
-
-    <profile>
-      <id>osgi-bundle-mosgi</id>
-      <activation>
-        <property>
-          <name>packaging</name>
-          <value>osgi-bundle-mosgi</value>
-        </property>
-        <!--Two activation elements don't AND. <jdk>1.5</jdk>-->
-      </activation>
-      <modules>
-        <module>mosgi</module>
-      </modules>
-    </profile>
   </profiles>
 
   <!-- Specify a default version number for dependencies -->