You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2007/09/25 16:29:53 UTC

svn commit: r579259 - in /felix: sandbox/clement/ipojo-0.7.5/pom.xml trunk/ipojo/ant/pom.xml trunk/pom/pom.xml

Author: clement
Date: Tue Sep 25 07:29:52 2007
New Revision: 579259

URL: http://svn.apache.org/viewvc?rev=579259&view=rev
Log:
Externalize iPOJO modules in a separate pom file (ipojo/pom.xml) instead of listing all modules.

Added:
    felix/sandbox/clement/ipojo-0.7.5/pom.xml
Modified:
    felix/trunk/ipojo/ant/pom.xml
    felix/trunk/pom/pom.xml

Added: felix/sandbox/clement/ipojo-0.7.5/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-0.7.5/pom.xml?rev=579259&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-0.7.5/pom.xml (added)
+++ felix/sandbox/clement/ipojo-0.7.5/pom.xml Tue Sep 25 07:29:52 2007
@@ -0,0 +1,22 @@
+<project>
+  <parent>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>felix</artifactId>
+    <version>1.1.0-SNAPSHOT</version>
+    <relativePath>../pom/pom.xml</relativePath>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>ipojo</artifactId>
+  <name>Apache Felix iPOJO</name>
+  <version>0.7.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <modules>
+	<module>../ipojo/metadata</module>
+    <module>../ipojo/manipulator</module>
+	<module>../ipojo/plugin</module>
+    <module>../ipojo/core</module>
+    <module>../ipojo/arch</module>
+	<module>../ipojo/ant</module>
+  </modules>
+</project>
\ No newline at end of file

Modified: felix/trunk/ipojo/ant/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/ant/pom.xml?rev=579259&r1=579258&r2=579259&view=diff
==============================================================================
--- felix/trunk/ipojo/ant/pom.xml (original)
+++ felix/trunk/ipojo/ant/pom.xml Tue Sep 25 07:29:52 2007
@@ -10,7 +10,7 @@
   <artifactId>org.apache.felix.ipojo.ant</artifactId>
   <packaging>bundle</packaging>
   <version>0.7.5-SNAPSHOT</version>
-  <name>iPOJO Ant Task</name>
+  <name>Apache Felix iPOJO Ant Task</name>
   <dependencies>
   	<dependency>
       <groupId>${pom.groupId}</groupId>

Modified: felix/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom/pom.xml?rev=579259&r1=579258&r2=579259&view=diff
==============================================================================
--- felix/trunk/pom/pom.xml (original)
+++ felix/trunk/pom/pom.xml Tue Sep 25 07:29:52 2007
@@ -101,7 +101,6 @@
         <module>../bundleplugin</module>
         <module>../scrplugin</module>
         <module>../tools/maven2/maven-osgi-plugin</module>
-        <module>../ipojo/plugin</module>
       </modules>
     </profile>
 
@@ -159,10 +158,7 @@
         <module>../wireadmin</module>
         <module>../prefs</module>
         
-        <module>../ipojo/core</module>
-        <module>../ipojo/arch</module>
-        <module>../ipojo/metadata</module>
-        <module>../ipojo/manipulator</module>
+        <module>../ipojo</module>
 
         <module>../mosgi</module> 
         <module>../jmood</module>