You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by sf...@apache.org on 2007/06/28 17:04:23 UTC

svn commit: r551590 - /felix/trunk/pom.xml

Author: sfrenot
Date: Thu Jun 28 08:04:22 2007
New Revision: 551590

URL: http://svn.apache.org/viewvc?view=rev&rev=551590
Log:
FELIX-307
---------
Removing old mosgi entries from main pom.xml and inserting a new entry in bundle building part (after iPojo directives)


Modified:
    felix/trunk/pom.xml

Modified: felix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom.xml?view=diff&rev=551590&r1=551589&r2=551590
==============================================================================
--- felix/trunk/pom.xml (original)
+++ felix/trunk/pom.xml Thu Jun 28 08:04:22 2007
@@ -148,6 +148,8 @@
         
         <module>ipojo/core</module>
         <module>ipojo/arch</module>
+	
+	<module>mosgi</module>
       </modules>
     </profile>
     
@@ -174,20 +176,6 @@
         <!--    <module>tools/mangen</module> -->
 
 
-      </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>