blob: e7241bde20afb9837a9c73757f2d0d4bc69c1fb9 [file] [log] [blame]
Christian van Spaandonkb5faa2a2008-06-02 11:39:58 +00001<!--
2Licensed to the Apache Software Foundation (ASF) under one
3or more contributor license agreements. See the NOTICE file
4distributed with this work for additional information
5regarding copyright ownership. The ASF licenses this file
6to you under the Apache License, Version 2.0 (the
7"License"); you may not use this file except in compliance
8with the License. You may obtain a copy of the License at
Marcel Offermanse947c162008-01-30 16:46:24 +00009
Christian van Spaandonkb5faa2a2008-06-02 11:39:58 +000010http://www.apache.org/licenses/LICENSE-2.0
Marcel Offermanse947c162008-01-30 16:46:24 +000011
Christian van Spaandonkb5faa2a2008-06-02 11:39:58 +000012Unless required by applicable law or agreed to in writing,
13software distributed under the License is distributed on an
14"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15KIND, either express or implied. See the License for the
16specific language governing permissions and limitations
17under the License.
Marcel Offermanse947c162008-01-30 16:46:24 +000018-->
19<project>
20 <parent>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>felix</artifactId>
Clement Escoffier4ae86972009-04-09 12:09:09 +000023 <version>1.0.4</version>
Marcel Offermanse947c162008-01-30 16:46:24 +000024 <relativePath>../pom/pom.xml</relativePath>
25 </parent>
26 <modelVersion>4.0.0</modelVersion>
Christian van Spaandonkb5faa2a2008-06-02 11:39:58 +000027 <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 Spaandonkb42978c2008-08-04 15:01:29 +000033 <module>autoconf</module>
Christian van Spaandonkb5faa2a2008-06-02 11:39:58 +000034 </modules>
Marcel Offermanse947c162008-01-30 16:46:24 +000035</project>