Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame^] | 1 | <project>
|
| 2 | <parent>
|
| 3 | <groupId>org.apache.felix</groupId>
|
| 4 | <artifactId>iPOJO</artifactId>
|
| 5 | <version>0.7.6-SNAPSHOT</version>
|
| 6 | <relativePath>../pom.xml</relativePath>
|
| 7 | </parent>
|
| 8 |
|
| 9 | <modelVersion>4.0.0</modelVersion>
|
| 10 | <groupId>ipojo.tests</groupId>
|
| 11 | <artifactId>ipojo.tests</artifactId>
|
| 12 | <name>Apache Felix iPOJO Tests</name>
|
| 13 | <packaging>pom</packaging>
|
| 14 | <profiles>
|
| 15 | <profile>
|
| 16 | <id>java5</id>
|
| 17 | <activation>
|
| 18 | <jdk>1.5</jdk>
|
| 19 | </activation>
|
| 20 | <modules>
|
| 21 | <module>tests.core</module>
|
| 22 | <module>tests.composite</module>
|
| 23 | </modules>
|
| 24 | </profile>
|
| 25 | <profile>
|
| 26 | <id>java6</id>
|
| 27 | <activation>
|
| 28 | <jdk>1.6</jdk>
|
| 29 | </activation>
|
| 30 | <modules>
|
| 31 | <module>tests.core</module>
|
| 32 | <module>tests.composite</module>
|
| 33 | </modules>
|
| 34 | </profile>
|
| 35 | </profiles>
|
| 36 | </project> |