blob: 3b735e7e0e962100f2d2151be2ce6c2995f79e7f [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>
Clement Escoffier1f949342007-10-16 14:04:28 +000015 <module>metadata</module>
16 <module>manipulator</module>
17 <module>plugin</module>
18 <module>core</module>
19 <module>arch</module>
20 <module>ant</module>
Clement Escoffier0979ebb2007-09-25 14:38:16 +000021 </modules>
22</project>