blob: 1aab8fea8e4d3bd106a07562785b27718113bbe7 [file] [log] [blame]
Marcel Offermans4ce86692011-04-27 23:01:14 +00001<?xml version="1.0" encoding="UTF-8"?>
Christian van Spaandonkb5faa2a2008-06-02 11:39:58 +00002<!--
3Licensed to the Apache Software Foundation (ASF) under one
4or more contributor license agreements. See the NOTICE file
5distributed with this work for additional information
6regarding copyright ownership. The ASF licenses this file
7to you under the Apache License, Version 2.0 (the
8"License"); you may not use this file except in compliance
9with the License. You may obtain a copy of the License at
Marcel Offermanse947c162008-01-30 16:46:24 +000010
Christian van Spaandonkb5faa2a2008-06-02 11:39:58 +000011http://www.apache.org/licenses/LICENSE-2.0
Marcel Offermanse947c162008-01-30 16:46:24 +000012
Christian van Spaandonkb5faa2a2008-06-02 11:39:58 +000013Unless required by applicable law or agreed to in writing,
14software distributed under the License is distributed on an
15"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16KIND, either express or implied. See the License for the
17specific language governing permissions and limitations
18under the License.
Marcel Offermanse947c162008-01-30 16:46:24 +000019-->
Marcel Offermans4ce86692011-04-27 23:01:14 +000020<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
21 <modelVersion>4.0.0</modelVersion>
22 <parent>
23 <groupId>org.apache.felix</groupId>
24 <artifactId>felix-parent</artifactId>
25 <version>1.2.0</version>
26 <relativePath>../../pom/pom.xml</relativePath>
27 </parent>
Marcel Offermans88e62be2011-04-21 17:37:44 +000028 <packaging>pom</packaging>
29 <name>Apache Felix Deployment Admin Subproject</name>
30 <artifactId>deploymentadmin-reactor</artifactId>
31 <version>1</version>
32 <modules>
Marcel Offermans4ce86692011-04-27 23:01:14 +000033 <module>deploymentadmin</module>
Marcel Offermans88e62be2011-04-21 17:37:44 +000034 <module>autoconf</module>
Marcel Offermans90f0e9a2012-06-20 13:27:02 +000035 <module>testbundles</module>
36 <module>itest</module>
Marcel Offermans88e62be2011-04-21 17:37:44 +000037 </modules>
Marcel Offermanse947c162008-01-30 16:46:24 +000038</project>