Pierre De Rop | cd1e58e | 2010-01-11 21:37:08 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 2 | <!-- |
Pierre De Rop | cd1e58e | 2010-01-11 21:37:08 +0000 | [diff] [blame] | 3 | Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | contributor license agreements. See the NOTICE file distributed with |
| 5 | this work for additional information regarding copyright ownership. |
| 6 | The ASF licenses this file to you under the Apache License, Version |
| 7 | 2.0 (the "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 Unless required by |
| 11 | applicable law or agreed to in writing, software distributed under |
| 12 | the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES |
| 13 | OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 14 | License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 17 | <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"> |
| 18 | <modelVersion>4.0.0</modelVersion> |
| 19 | <parent> |
| 20 | <groupId>org.apache.felix</groupId> |
| 21 | <artifactId>felix-parent</artifactId> |
| 22 | <version>1.2.0</version> |
| 23 | <relativePath>../../pom/pom.xml</relativePath> |
| 24 | </parent> |
| 25 | <properties> |
| 26 | <osgi.version>4.2.0</osgi.version> |
| 27 | </properties> |
| 28 | <name>Apache Felix Dependency Manager Runtime</name> |
| 29 | <artifactId>org.apache.felix.dependencymanager.runtime</artifactId> |
Marcel Offermans | 58d57aa | 2013-01-23 14:56:58 +0000 | [diff] [blame] | 30 | <version>3.1.1-SNAPSHOT</version> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 31 | <packaging>bundle</packaging> |
| 32 | <dependencies> |
| 33 | <dependency> |
| 34 | <groupId>org.osgi</groupId> |
| 35 | <artifactId>org.osgi.core</artifactId> |
| 36 | <version>${osgi.version}</version> |
| 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>org.osgi</groupId> |
| 40 | <artifactId>org.osgi.compendium</artifactId> |
| 41 | <version>${osgi.version}</version> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>${pom.groupId}</groupId> |
| 45 | <artifactId>org.apache.felix.dependencymanager</artifactId> |
Marcel Offermans | 2016dc5 | 2013-01-23 14:56:11 +0000 | [diff] [blame] | 46 | <version>3.1.0</version> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.json</groupId> |
| 50 | <artifactId>json</artifactId> |
| 51 | <scope>provided</scope> |
| 52 | <version>20070829</version> |
| 53 | </dependency> |
| 54 | </dependencies> |
| 55 | <build> |
Marcel Offermans | 9dec17b | 2011-04-29 15:40:23 +0000 | [diff] [blame] | 56 | <resources> |
| 57 | <resource> |
| 58 | <directory>.</directory> |
| 59 | <targetPath>META-INF</targetPath> |
| 60 | <includes> |
| 61 | <include>LICENSE*</include> |
| 62 | <include>NOTICE*</include> |
| 63 | <include>DEPENDENCIES*</include> |
Marcel Offermans | 5f8fb37 | 2011-05-01 10:57:57 +0000 | [diff] [blame] | 64 | <include>*.txt</include> |
Marcel Offermans | 9dec17b | 2011-04-29 15:40:23 +0000 | [diff] [blame] | 65 | </includes> |
| 66 | </resource> |
| 67 | </resources> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 68 | <pluginManagement> |
| 69 | <plugins> |
| 70 | <plugin> |
| 71 | <groupId>org.apache.felix</groupId> |
| 72 | <artifactId>maven-bundle-plugin</artifactId> |
| 73 | <version>2.3.4</version> |
| 74 | <extensions>true</extensions> |
| 75 | </plugin> |
| 76 | </plugins> |
| 77 | </pluginManagement> |
| 78 | <plugins> |
| 79 | <plugin> |
| 80 | <groupId>org.apache.maven.plugins</groupId> |
| 81 | <artifactId>maven-compiler-plugin</artifactId> |
| 82 | <configuration> |
| 83 | <source>1.5</source> |
| 84 | <target>1.5</target> |
| 85 | </configuration> |
| 86 | </plugin> |
| 87 | <plugin> |
| 88 | <groupId>org.apache.felix</groupId> |
| 89 | <artifactId>maven-bundle-plugin</artifactId> |
| 90 | <configuration> |
| 91 | <instructions> |
| 92 | <Bundle-SymbolicName>org.apache.felix.dependencymanager.runtime</Bundle-SymbolicName> |
| 93 | <Bundle-Name>Apache Felix Dependency Manager Runtime</Bundle-Name> |
Marcel Offermans | c2664ea | 2011-04-28 22:39:29 +0000 | [diff] [blame] | 94 | <Bundle-Description>Loads component descriptors from active bundles.</Bundle-Description> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 95 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Pierre De Rop | 93aa2f1 | 2011-04-27 11:47:42 +0000 | [diff] [blame] | 96 | <Private-Package>org.apache.felix.dm.runtime</Private-Package> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 97 | <Import-Package>*</Import-Package> |
Marcel Offermans | 5ee369f | 2011-04-30 08:49:34 +0000 | [diff] [blame] | 98 | <Export-Package /> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 99 | <Embed-Dependency>json</Embed-Dependency> |
| 100 | <Bundle-Activator>org.apache.felix.dm.runtime.Activator</Bundle-Activator> |
| 101 | </instructions> |
| 102 | </configuration> |
| 103 | </plugin> |
| 104 | </plugins> |
| 105 | </build> |
Pierre De Rop | cd1e58e | 2010-01-11 21:37:08 +0000 | [diff] [blame] | 106 | </project> |