Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| 3 | license agreements. See the NOTICE file distributed with this work for additional |
| 4 | information regarding copyright ownership. The ASF licenses this file to |
| 5 | you under the Apache License, Version 2.0 (the "License"); you may not use |
| 6 | this file except in compliance with the License. You may obtain a copy of |
| 7 | the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 8 | by applicable law or agreed to in writing, software distributed under the |
| 9 | License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 10 | OF ANY KIND, either express or implied. See the License for the specific |
| 11 | language governing permissions and limitations under the License. --> |
| 12 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 13 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 14 | <modelVersion>4.0.0</modelVersion> |
| 15 | <parent> |
| 16 | <groupId>org.apache.felix</groupId> |
| 17 | <artifactId>felix-parent</artifactId> |
| 18 | <version>1.2.0</version> |
| 19 | <relativePath>../../pom/pom.xml</relativePath> |
| 20 | </parent> |
| 21 | <properties> |
| 22 | <osgi.version>4.2.0</osgi.version> |
| 23 | </properties> |
| 24 | <name>Apache Felix DeploymentAdmin Test Bundles</name> |
| 25 | <artifactId>org.apache.felix.deploymentadmin.testbundles</artifactId> |
| 26 | <version>1</version> |
| 27 | <packaging>pom</packaging> |
| 28 | <dependencyManagement> |
| 29 | <dependencies> |
| 30 | <dependency> |
| 31 | <groupId>org.osgi</groupId> |
| 32 | <artifactId>org.osgi.core</artifactId> |
| 33 | <version>${osgi.version}</version> |
| 34 | </dependency> |
| 35 | <dependency> |
| 36 | <groupId>org.osgi</groupId> |
| 37 | <artifactId>org.osgi.compendium</artifactId> |
| 38 | <version>${osgi.version}</version> |
| 39 | </dependency> |
| 40 | </dependencies> |
| 41 | </dependencyManagement> |
| 42 | <modules> |
| 43 | <module>bundle1</module> |
| 44 | <module>bundle2</module> |
| 45 | <module>bundle3</module> |
Jan Willem Janssen | 0baaf75 | 2013-07-19 11:43:44 +0000 | [diff] [blame] | 46 | <module>fragment1</module> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 47 | <module>rp1</module> |
| 48 | <module>rp2</module> |
Marcel Offermans | a8dffe4 | 2013-11-15 17:58:52 +0000 | [diff] [blame] | 49 | <module>bundleapi1</module> |
| 50 | <module>bundleapi2</module> |
| 51 | <module>bundleimpl1</module> |
| 52 | <module>bundleimpl2</module> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 53 | </modules> |
| 54 | </project> |