Marcel Offermans | 4ce8669 | 2011-04-27 23:01:14 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Christian van Spaandonk | b5faa2a | 2008-06-02 11:39:58 +0000 | [diff] [blame] | 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
Marcel Offermans | e947c16 | 2008-01-30 16:46:24 +0000 | [diff] [blame] | 10 | |
Christian van Spaandonk | b5faa2a | 2008-06-02 11:39:58 +0000 | [diff] [blame] | 11 | http://www.apache.org/licenses/LICENSE-2.0 |
Marcel Offermans | e947c16 | 2008-01-30 16:46:24 +0000 | [diff] [blame] | 12 | |
Christian van Spaandonk | b5faa2a | 2008-06-02 11:39:58 +0000 | [diff] [blame] | 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
Marcel Offermans | e947c16 | 2008-01-30 16:46:24 +0000 | [diff] [blame] | 19 | --> |
Marcel Offermans | 4ce8669 | 2011-04-27 23:01:14 +0000 | [diff] [blame] | 20 | <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> |
asf-sync-process | 9f9a132 | 2015-11-24 11:06:57 +0000 | [diff] [blame] | 25 | <version>3</version> |
| 26 | <relativePath>../pom/pom.xml</relativePath> |
Marcel Offermans | 4ce8669 | 2011-04-27 23:01:14 +0000 | [diff] [blame] | 27 | </parent> |
Marcel Offermans | 88e62be | 2011-04-21 17:37:44 +0000 | [diff] [blame] | 28 | <packaging>pom</packaging> |
| 29 | <name>Apache Felix Deployment Admin Subproject</name> |
| 30 | <artifactId>deploymentadmin-reactor</artifactId> |
| 31 | <version>1</version> |
| 32 | <modules> |
Marcel Offermans | 4ce8669 | 2011-04-27 23:01:14 +0000 | [diff] [blame] | 33 | <module>deploymentadmin</module> |
Marcel Offermans | 88e62be | 2011-04-21 17:37:44 +0000 | [diff] [blame] | 34 | <module>autoconf</module> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 35 | <module>testbundles</module> |
| 36 | <module>itest</module> |
Marcel Offermans | 88e62be | 2011-04-21 17:37:44 +0000 | [diff] [blame] | 37 | </modules> |
Marcel Offermans | e947c16 | 2008-01-30 16:46:24 +0000 | [diff] [blame] | 38 | </project> |