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>org.apache.felix.deploymentadmin.testbundles</artifactId> |
| 18 | <version>1</version> |
| 19 | <relativePath>../pom.xml</relativePath> |
| 20 | </parent> |
| 21 | <name>Apache Felix DeploymentAdmin Test RP 1</name> |
| 22 | <version>1.0.0</version> |
| 23 | <artifactId>org.apache.felix.deploymentadmin.test.rp1</artifactId> |
| 24 | <packaging>bundle</packaging> |
| 25 | <dependencies> |
| 26 | <dependency> |
| 27 | <groupId>org.osgi</groupId> |
| 28 | <artifactId>org.osgi.core</artifactId> |
| 29 | </dependency> |
| 30 | <dependency> |
| 31 | <groupId>org.osgi</groupId> |
| 32 | <artifactId>org.osgi.compendium</artifactId> |
| 33 | </dependency> |
| 34 | </dependencies> |
| 35 | <build> |
| 36 | <plugins> |
| 37 | <plugin> |
| 38 | <groupId>org.apache.felix</groupId> |
| 39 | <artifactId>maven-bundle-plugin</artifactId> |
| 40 | <version>2.3.4</version> |
| 41 | <extensions>true</extensions> |
| 42 | <configuration> |
| 43 | <instructions> |
| 44 | <_include>bnd.bnd</_include> |
| 45 | </instructions> |
| 46 | </configuration> |
| 47 | </plugin> |
| 48 | </plugins> |
| 49 | </build> |
| 50 | </project> |