blob: 53d38974340e6968befa975336a7f3f14e4c4332 [file] [log] [blame]
Clement Escoffier0979ebb2007-09-25 14:38:16 +00001<project>
2 <parent>
3 <groupId>org.apache.felix</groupId>
4 <artifactId>felix</artifactId>
5 <version>1.1.0-SNAPSHOT</version>
6 <relativePath>../pom/pom.xml</relativePath>
7 </parent>
8
9 <modelVersion>4.0.0</modelVersion>
10 <artifactId>ipojo</artifactId>
11 <name>Apache Felix iPOJO</name>
12 <version>0.7.5-SNAPSHOT</version>
13 <packaging>pom</packaging>
14 <modules>
15 <module>../ipojo/metadata</module>
16 <module>../ipojo/manipulator</module>
17 <module>../ipojo/plugin</module>
18 <module>../ipojo/core</module>
19 <module>../ipojo/arch</module>
20 <module>../ipojo/ant</module>
21 </modules>
22</project>