Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "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 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
| 18 | --> |
| 19 | <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"> |
| 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 8a277a7 | 2010-08-24 14:11:47 +0000 | [diff] [blame] | 22 | <artifactId>felix-parent</artifactId> |
| 23 | <version>1.2.1</version> |
Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 24 | <relativePath>../pom/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <packaging>bundle</packaging> |
| 28 | <name>Apache Felix Remote Shell</name> |
| 29 | <description> |
Richard S. Hall | 6f5381e | 2010-08-17 14:49:44 +0000 | [diff] [blame] | 30 | Provide remote access to Felix Shell or Gogo. |
Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 31 | </description> |
Richard S. Hall | 3d8c227 | 2010-09-28 15:11:03 +0000 | [diff] [blame] | 32 | <version>1.1.3-SNAPSHOT</version> |
Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 33 | <artifactId>org.apache.felix.shell.remote</artifactId> |
| 34 | <dependencies> |
| 35 | <dependency> |
Richard S. Hall | 231798b | 2010-08-24 14:32:13 +0000 | [diff] [blame] | 36 | <groupId>org.osgi</groupId> |
Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 37 | <artifactId>org.osgi.core</artifactId> |
Richard S. Hall | 231798b | 2010-08-24 14:32:13 +0000 | [diff] [blame] | 38 | <version>4.0.0</version> |
Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 39 | </dependency> |
| 40 | <dependency> |
Richard S. Hall | 231798b | 2010-08-24 14:32:13 +0000 | [diff] [blame] | 41 | <groupId>org.osgi</groupId> |
Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 42 | <artifactId>org.osgi.compendium</artifactId> |
Richard S. Hall | 231798b | 2010-08-24 14:32:13 +0000 | [diff] [blame] | 43 | <version>4.0.0</version> |
Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>${pom.groupId}</groupId> |
| 47 | <artifactId>org.apache.felix.shell</artifactId> |
| 48 | <version>1.0.0</version> |
| 49 | </dependency> |
Richard S. Hall | 6f5381e | 2010-08-17 14:49:44 +0000 | [diff] [blame] | 50 | <dependency> |
| 51 | <groupId>${pom.groupId}</groupId> |
| 52 | <artifactId>org.apache.felix.gogo.runtime</artifactId> |
Richard S. Hall | 1a952f6 | 2010-09-28 14:49:20 +0000 | [diff] [blame] | 53 | <version>0.6.1</version> |
Richard S. Hall | 6f5381e | 2010-08-17 14:49:44 +0000 | [diff] [blame] | 54 | </dependency> |
Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 55 | </dependencies> |
| 56 | <build> |
| 57 | <plugins> |
| 58 | <plugin> |
| 59 | <groupId>org.apache.felix</groupId> |
| 60 | <artifactId>maven-bundle-plugin</artifactId> |
Richard S. Hall | 44a426d | 2010-08-24 14:14:50 +0000 | [diff] [blame] | 61 | <version>2.1.0</version> |
Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 62 | <extensions>true</extensions> |
| 63 | <configuration> |
| 64 | <instructions> |
Richard S. Hall | 02c5b24 | 2010-03-10 22:01:43 +0000 | [diff] [blame] | 65 | <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> |
Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 66 | <Bundle-Category>console</Bundle-Category> |
| 67 | <Bundle-Activator> |
| 68 | org.apache.felix.shell.remote.Activator |
| 69 | </Bundle-Activator> |
Felix Meschberger | f543f37 | 2008-09-10 19:33:25 +0000 | [diff] [blame] | 70 | <Private-Package> |
| 71 | org.apache.felix.shell.remote.* |
| 72 | </Private-Package> |
Richard S. Hall | 6f5381e | 2010-08-17 14:49:44 +0000 | [diff] [blame] | 73 | <DynamicImport-Package> |
Richard S. Hall | c3b15c5 | 2010-09-28 15:00:50 +0000 | [diff] [blame] | 74 | org.apache.felix.service.command; status="provisional",org.apache.felix.shell,org.osgi.service.log |
Richard S. Hall | 6f5381e | 2010-08-17 14:49:44 +0000 | [diff] [blame] | 75 | </DynamicImport-Package> |
Richard S. Hall | 8a277a7 | 2010-08-24 14:11:47 +0000 | [diff] [blame] | 76 | <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,META-INF/DEPENDENCIES=DEPENDENCIES</Include-Resource> |
Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 77 | </instructions> |
| 78 | </configuration> |
| 79 | </plugin> |
| 80 | </plugins> |
| 81 | </build> |
Felix Meschberger | efb2d08 | 2008-08-19 13:18:47 +0000 | [diff] [blame] | 82 | </project> |