Marcel Offermans | a8dffe4 | 2013-11-15 17:58:52 +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 Impl Bundle 2</name> |
| 22 | <version>2.0.0</version> |
Jan Willem Janssen | 010b20b | 2014-03-27 13:59:14 +0000 | [diff] [blame] | 23 | <artifactId>org.apache.felix.deploymentadmin.test.bundleimpl2</artifactId> |
Marcel Offermans | a8dffe4 | 2013-11-15 17:58:52 +0000 | [diff] [blame] | 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.apache.felix</groupId> |
| 32 | <artifactId>org.apache.felix.deploymentadmin.test.bundleapi</artifactId> |
| 33 | <version>2.0.0</version> |
| 34 | </dependency> |
| 35 | </dependencies> |
| 36 | <build> |
| 37 | <plugins> |
| 38 | <plugin> |
| 39 | <groupId>org.apache.felix</groupId> |
| 40 | <artifactId>maven-bundle-plugin</artifactId> |
| 41 | <version>2.3.4</version> |
| 42 | <extensions>true</extensions> |
| 43 | <configuration> |
| 44 | <instructions> |
| 45 | <_include>bnd.bnd</_include> |
| 46 | </instructions> |
| 47 | </configuration> |
| 48 | </plugin> |
| 49 | </plugins> |
| 50 | </build> |
| 51 | </project> |