Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
| 20 | <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"> |
| 21 | <parent> |
| 22 | <groupId>org.apache.felix</groupId> |
| 23 | <artifactId>felix</artifactId> |
Clement Escoffier | 4ae8697 | 2009-04-09 12:09:09 +0000 | [diff] [blame] | 24 | <version>1.0.4</version> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 25 | <relativePath>../../pom/pom.xml</relativePath> |
Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 26 | </parent> |
| 27 | <modelVersion>4.0.0</modelVersion> |
| 28 | <packaging>bundle</packaging> |
| 29 | <name>Apache Felix Dependency Manager Shell</name> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 30 | <version>3.0.0-SNAPSHOT</version> |
Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 31 | <artifactId>org.apache.felix.dependencymanager.shell</artifactId> |
| 32 | <dependencies> |
| 33 | <dependency> |
Marcel Offermans | ca21ff1 | 2009-11-24 16:02:10 +0000 | [diff] [blame] | 34 | <groupId>org.osgi</groupId> |
Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 35 | <artifactId>org.osgi.core</artifactId> |
Marcel Offermans | 404cd54 | 2009-12-08 09:01:23 +0000 | [diff] [blame] | 36 | <version>4.1.0</version> |
Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 37 | </dependency> |
| 38 | <dependency> |
Marcel Offermans | ca21ff1 | 2009-11-24 16:02:10 +0000 | [diff] [blame] | 39 | <groupId>org.osgi</groupId> |
Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 40 | <artifactId>org.osgi.compendium</artifactId> |
Marcel Offermans | 404cd54 | 2009-12-08 09:01:23 +0000 | [diff] [blame] | 41 | <version>4.1.0</version> |
Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>${pom.groupId}</groupId> |
| 45 | <artifactId>org.apache.felix.shell</artifactId> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 46 | <version>1.4.1</version> |
Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 47 | </dependency> |
Marcel Offermans | 696b835 | 2008-09-18 21:26:14 +0000 | [diff] [blame] | 48 | <dependency> |
| 49 | <groupId>${pom.groupId}</groupId> |
| 50 | <artifactId>org.apache.felix.dependencymanager</artifactId> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 51 | <version>3.0.0-SNAPSHOT</version> |
Marcel Offermans | 696b835 | 2008-09-18 21:26:14 +0000 | [diff] [blame] | 52 | </dependency> |
Marcel Offermans | 8d9ef76 | 2009-12-08 11:17:34 +0000 | [diff] [blame] | 53 | <dependency> |
| 54 | <groupId>org.eclipse.equinox</groupId> |
| 55 | <artifactId>osgi</artifactId> |
| 56 | <version>3.1.1</version> |
| 57 | </dependency> |
Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 58 | </dependencies> |
| 59 | <build> |
| 60 | <plugins> |
| 61 | <plugin> |
| 62 | <groupId>org.apache.felix</groupId> |
| 63 | <artifactId>maven-bundle-plugin</artifactId> |
| 64 | <version>1.4.0</version> |
| 65 | <extensions>true</extensions> |
| 66 | <configuration> |
| 67 | <instructions> |
Pierre De Rop | 8341616 | 2009-12-04 21:35:32 +0000 | [diff] [blame] | 68 | <Bundle-SymbolicName>org.apache.felix.dm.shell</Bundle-SymbolicName> |
| 69 | <Bundle-Activator>org.apache.felix.dm.shell.Activator</Bundle-Activator> |
Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 70 | <Bundle-Name>Apache Felix Dependency Manager Shell</Bundle-Name> |
Marcel Offermans | b264a2a | 2008-11-25 00:09:57 +0000 | [diff] [blame] | 71 | <Bundle-Description>Shell command for the dependency manager.</Bundle-Description> |
Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 72 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Marcel Offermans | 9432055 | 2009-12-08 11:41:37 +0000 | [diff] [blame] | 73 | <Export-Package></Export-Package> |
| 74 | <Private-Package>org.apache.felix.dm.shell</Private-Package> |
| 75 | <Import-Package>org.apache.felix.dm.management;version="[3.0.0,4.0.0)",org.apache.felix.shell;version="1.0";resolution:=optional,org.osgi.framework;version="1.3",org.eclipse.osgi.framework.console;resolution:=optional</Import-Package> |
Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 76 | </instructions> |
| 77 | </configuration> |
| 78 | </plugin> |
| 79 | </plugins> |
| 80 | </build> |
Marcel Offermans | b20ea20 | 2008-09-18 21:18:03 +0000 | [diff] [blame] | 81 | </project> |