Carsten Ziegeler | b61fe0e | 2008-01-03 09:24:12 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
| 18 | --> |
Francesco Furfari | 91ce123 | 2007-12-27 12:38:09 +0000 | [diff] [blame] | 19 | <project>
|
| 20 | <parent>
|
| 21 | <groupId>org.apache.felix</groupId>
|
| 22 | <artifactId>felix</artifactId>
|
Carsten Ziegeler | 646b9f1 | 2008-01-16 07:44:32 +0000 | [diff] [blame] | 23 | <version>1.0.2</version>
|
Francesco Furfari | 91ce123 | 2007-12-27 12:38:09 +0000 | [diff] [blame] | 24 | <relativePath>../pom/pom.xml</relativePath>
|
| 25 | </parent>
|
| 26 | <modelVersion>4.0.0</modelVersion>
|
| 27 | <packaging>pom</packaging>
|
Stefano Lenzi | 75dbfc9 | 2008-02-11 17:42:26 +0000 | [diff] [blame] | 28 | <name>Apache Felix UPnP: Root POM</name>
|
| 29 | <artifactId>upnp</artifactId>
|
| 30 | <version>1.0.0</version>
|
Francesco Furfari | 91ce123 | 2007-12-27 12:38:09 +0000 | [diff] [blame] | 31 |
|
| 32 | <profiles>
|
| 33 | <profile>
|
| 34 | <id>packaging-bundle</id>
|
| 35 | <activation>
|
| 36 | <property>
|
| 37 | <name>packaging</name>
|
| 38 | <value>bundle</value>
|
| 39 | </property>
|
| 40 | </activation>
|
| 41 | <modules>
|
| 42 | <module>extra</module>
|
| 43 | <module>basedriver</module>
|
| 44 | <module>tester</module>
|
| 45 | <module>samples</module>
|
| 46 | </modules>
|
| 47 | </profile>
|
Stefano Lenzi | 584ff0b | 2008-01-03 16:29:44 +0000 | [diff] [blame] | 48 | <profile>
|
| 49 | <id>default</id>
|
| 50 | <activation>
|
| 51 | <property>
|
| 52 | <name>!packaging</name>
|
| 53 | </property>
|
| 54 | </activation>
|
| 55 | <modules>
|
| 56 | <module>extra</module>
|
| 57 | <module>basedriver</module>
|
| 58 | <module>tester</module>
|
| 59 | <module>samples</module>
|
| 60 | </modules>
|
| 61 | </profile>
|
Francesco Furfari | 91ce123 | 2007-12-27 12:38:09 +0000 | [diff] [blame] | 62 | </profiles>
|
| 63 | </project>
|