Christian van Spaandonk | b5faa2a | 2008-06-02 11:39:58 +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 |
Marcel Offermans | e947c16 | 2008-01-30 16:46:24 +0000 | [diff] [blame] | 9 | |
Christian van Spaandonk | b5faa2a | 2008-06-02 11:39:58 +0000 | [diff] [blame] | 10 | http://www.apache.org/licenses/LICENSE-2.0 |
Marcel Offermans | e947c16 | 2008-01-30 16:46:24 +0000 | [diff] [blame] | 11 | |
Christian van Spaandonk | b5faa2a | 2008-06-02 11:39:58 +0000 | [diff] [blame] | 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. |
Marcel Offermans | e947c16 | 2008-01-30 16:46:24 +0000 | [diff] [blame] | 18 | --> |
| 19 | <project> |
| 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix</artifactId> |
Clement Escoffier | 4ae8697 | 2009-04-09 12:09:09 +0000 | [diff] [blame] | 23 | <version>1.0.4</version> |
Marcel Offermans | e947c16 | 2008-01-30 16:46:24 +0000 | [diff] [blame] | 24 | <relativePath>../pom/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
Christian van Spaandonk | b5faa2a | 2008-06-02 11:39:58 +0000 | [diff] [blame] | 27 | <packaging>pom</packaging> |
| 28 | <name>Apache Felix Deployment Projects</name> |
| 29 | <artifactId>deployment-build</artifactId> |
| 30 | <version>1</version> |
| 31 | <modules> |
| 32 | <module>service</module> |
Christian van Spaandonk | b42978c | 2008-08-04 15:01:29 +0000 | [diff] [blame] | 33 | <module>autoconf</module> |
Christian van Spaandonk | b5faa2a | 2008-06-02 11:39:58 +0000 | [diff] [blame] | 34 | </modules> |
Marcel Offermans | e947c16 | 2008-01-30 16:46:24 +0000 | [diff] [blame] | 35 | </project> |