Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 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 | --> |
| 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 18 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 19 | <parent> |
| 20 | <groupId>org.apache.felix</groupId> |
| 21 | <artifactId>felix</artifactId> |
| 22 | <version>1.0.4</version> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 23 | <relativePath>../../pom/pom.xml</relativePath> |
Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 24 | </parent> |
| 25 | <modelVersion>4.0.0</modelVersion> |
| 26 | <packaging>bundle</packaging> |
| 27 | <name>Apache Felix Dependency Manager</name> |
| 28 | <version>3.0.0-SNAPSHOT</version> |
| 29 | <artifactId>org.apache.felix.dependencymanager</artifactId> |
| 30 | <dependencies> |
| 31 | <dependency> |
Marcel Offermans | ca21ff1 | 2009-11-24 16:02:10 +0000 | [diff] [blame] | 32 | <groupId>org.osgi</groupId> |
Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 33 | <artifactId>org.osgi.core</artifactId> |
Marcel Offermans | 404cd54 | 2009-12-08 09:01:23 +0000 | [diff] [blame] | 34 | <version>4.1.0</version> |
Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 35 | </dependency> |
| 36 | <dependency> |
Marcel Offermans | ca21ff1 | 2009-11-24 16:02:10 +0000 | [diff] [blame] | 37 | <groupId>org.osgi</groupId> |
Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 38 | <artifactId>org.osgi.compendium</artifactId> |
Marcel Offermans | 404cd54 | 2009-12-08 09:01:23 +0000 | [diff] [blame] | 39 | <version>4.1.0</version> |
Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 40 | </dependency> |
Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 41 | </dependencies> |
| 42 | <build> |
| 43 | <plugins> |
| 44 | <plugin> |
| 45 | <groupId>org.apache.felix</groupId> |
| 46 | <artifactId>maven-bundle-plugin</artifactId> |
| 47 | <version>1.4.0</version> |
| 48 | <extensions>true</extensions> |
| 49 | <configuration> |
| 50 | <instructions> |
| 51 | <Bundle-SymbolicName>org.apache.felix.dependencymanager</Bundle-SymbolicName> |
| 52 | <Bundle-Name>Apache Felix Dependency Manager</Bundle-Name> |
Marcel Offermans | 5c270dd | 2009-12-08 10:18:54 +0000 | [diff] [blame] | 53 | <Bundle-Description>A bundle that provides a run-time service dependency manager.</Bundle-Description> |
Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 54 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Marcel Offermans | 8b93efa | 2010-07-02 18:27:21 +0000 | [diff] [blame] | 55 | <Export-Package>org.apache.felix.dm;version="3.0.0"</Export-Package> |
| 56 | <Import-Package>!org.apache.felix.dm,*</Import-Package> |
Pierre De Rop | a0204f5 | 2010-03-06 22:23:57 +0000 | [diff] [blame] | 57 | <Private-Package>org.apache.felix.dm.impl,org.apache.felix.dm.impl.dependencies,org.apache.felix.dm.impl.tracker,org.apache.felix.dm.impl.metatype</Private-Package> |
Marcel Offermans | 8b93efa | 2010-07-02 18:27:21 +0000 | [diff] [blame] | 58 | <!-- Uncomment this line to include source code in the bundle. |
Marcel Offermans | 6592ef3 | 2010-01-05 14:59:32 +0000 | [diff] [blame] | 59 | <Include-Resource>src/main/java</Include-Resource> |
Marcel Offermans | 8b93efa | 2010-07-02 18:27:21 +0000 | [diff] [blame] | 60 | --> |
Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 61 | </instructions> |
| 62 | </configuration> |
| 63 | </plugin> |
Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 64 | </plugins> |
| 65 | </build> |
| 66 | <scm> |
| 67 | <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.dependencymanager-3.0.0</connection> |
| 68 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.dependencymanager-3.0.0</developerConnection> |
| 69 | <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.dependencymanager-3.0.0</url> |
| 70 | </scm> |
| 71 | </project> |