Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <project>
|
| 3 | <parent>
|
| 4 | <groupId>ipojo.examples</groupId>
|
| 5 | <artifactId>ipojo.examples</artifactId>
|
| 6 | <version>0.7.6-SNAPSHOT</version>
|
| 7 | <relativePath>../pom.xml</relativePath>
|
| 8 | </parent>
|
| 9 | <modelVersion>4.0.0</modelVersion>
|
| 10 | <artifactId>Junit4Osgi</artifactId>
|
| 11 | <name>Apache Felix iPOJO Junit4OSGi</name>
|
| 12 | <packaging>pom</packaging>
|
| 13 |
|
| 14 | <profiles>
|
| 15 | <profile>
|
| 16 | <id>java5</id>
|
| 17 | <activation>
|
| 18 | <jdk>1.5</jdk>
|
| 19 | </activation>
|
| 20 | <modules>
|
| 21 | <module>junit4osgi</module>
|
| 22 | <module>felix-command</module>
|
| 23 | <module>swing-runner</module>
|
| 24 | <module>immediate-launcher</module>
|
| 25 | </modules>
|
| 26 | </profile>
|
| 27 | <profile>
|
| 28 | <id>java6</id>
|
| 29 | <activation>
|
| 30 | <jdk>1.6</jdk>
|
| 31 | </activation>
|
| 32 | <modules>
|
| 33 | <module>junit4osgi</module>
|
| 34 | <module>felix-command</module>
|
| 35 | <module>swing-runner</module>
|
| 36 | <module>immediate-launcher</module>
|
| 37 | </modules>
|
| 38 | </profile>
|
| 39 | </profiles>
|
| 40 | </project>
|