Carsten Ziegeler | b61fe0e | 2008-01-03 09:24:12 +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 | --> |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 19 | <project> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 20 | |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 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> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 25 | <relativePath>../../pom/pom.xml</relativePath> |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 26 | </parent> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 27 | |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 28 | <modelVersion>4.0.0</modelVersion> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 29 | <packaging>bundle</packaging> |
Stephane Frenot | 8ed309a | 2006-08-31 14:04:13 +0000 | [diff] [blame] | 30 | <name>Apache Felix MOSGi JMX Console Interface</name> |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 31 | <artifactId>org.apache.felix.mosgi.console.ifc</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 32 | <version>0.9.0-SNAPSHOT</version> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 33 | |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 34 | <dependencies> |
| 35 | <dependency> |
| 36 | <groupId>${pom.groupId}</groupId> |
| 37 | <artifactId>org.osgi.core</artifactId> |
Richard S. Hall | f5a813c | 2008-11-19 18:55:40 +0000 | [diff] [blame] | 38 | <version>1.0.1</version> |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 39 | <scope>provided</scope> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>${pom.groupId}</groupId> |
| 43 | <artifactId>org.osgi.compendium</artifactId> |
Carsten Ziegeler | c340ecf | 2008-01-28 07:21:59 +0000 | [diff] [blame] | 44 | <version>1.0.0</version> |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 45 | <scope>provided</scope> |
| 46 | </dependency> |
| 47 | </dependencies> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 48 | |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 49 | <build> |
| 50 | <plugins> |
| 51 | <plugin> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 52 | <groupId>org.apache.felix</groupId> |
| 53 | <artifactId>maven-bundle-plugin</artifactId> |
Stuart McCulloch | 876ca72 | 2008-02-26 17:15:42 +0000 | [diff] [blame] | 54 | <version>1.4.0</version> |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 55 | <extensions>true</extensions> |
| 56 | <configuration> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 57 | <instructions> |
| 58 | <Bundle-Name>MOSGi JMX Console Ifc</Bundle-Name> |
| 59 | <Bundle-Description>MOSGi JMX Console Ifc</Bundle-Description> |
| 60 | <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> |
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 61 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 62 | <Export-Package>${pom.artifactId}</Export-Package> |
| 63 | </instructions> |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 64 | </configuration> |
| 65 | </plugin> |
| 66 | </plugins> |
| 67 | </build> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 68 | |
Stephane Frenot | eeda032 | 2006-07-21 09:38:29 +0000 | [diff] [blame] | 69 | </project> |