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:38:16 UTC

svn commit: r579265 - /felix/trunk/ipojo/pom.xml

Author: clement
Date: Tue Sep 25 07:38:16 2007
New Revision: 579265

URL: http://svn.apache.org/viewvc?rev=579265&view=rev
Log:
Add the iPOJO Pom file containing all iPOJO modules.

Added:
    felix/trunk/ipojo/pom.xml

Added: felix/trunk/ipojo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/pom.xml?rev=579265&view=auto
==============================================================================
--- felix/trunk/ipojo/pom.xml (added)
+++ felix/trunk/ipojo/pom.xml Tue Sep 25 07:38:16 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