Francesco Furfari | 91ce123 | 2007-12-27 12:38:09 +0000 | [diff] [blame] | 1 | <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 | <modelVersion>4.0.0</modelVersion>
|
| 9 | <packaging>pom</packaging>
|
| 10 | <name>Apache Felix UPnP: Build</name>
|
| 11 | <artifactId>upnp.build</artifactId>
|
| 12 | <version>0.9.0-SNAPSHOT</version>
|
| 13 |
|
| 14 | <profiles>
|
| 15 | <profile>
|
| 16 | <id>packaging-bundle</id>
|
| 17 | <activation>
|
| 18 | <property>
|
| 19 | <name>packaging</name>
|
| 20 | <value>bundle</value>
|
| 21 | </property>
|
| 22 | </activation>
|
| 23 | <modules>
|
| 24 | <module>extra</module>
|
| 25 | <module>basedriver</module>
|
| 26 | <module>tester</module>
|
| 27 | <module>samples</module>
|
| 28 | </modules>
|
| 29 | </profile>
|
| 30 | </profiles>
|
| 31 | </project>
|