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 | 548dc23 | 2006-07-20 15:04:58 +0000 | [diff] [blame] | 19 | <project> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 20 | |
Stephane Frenot | 548dc23 | 2006-07-20 15:04:58 +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 | 548dc23 | 2006-07-20 15:04:58 +0000 | [diff] [blame] | 26 | </parent> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 27 | |
Stephane Frenot | 548dc23 | 2006-07-20 15:04:58 +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 remotelogger</name> |
Stephane Frenot | 548dc23 | 2006-07-20 15:04:58 +0000 | [diff] [blame] | 31 | <artifactId>org.apache.felix.mosgi.jmx.remotelogger</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 | 548dc23 | 2006-07-20 15:04:58 +0000 | [diff] [blame] | 34 | <dependencies> |
| 35 | <dependency> |
| 36 | <groupId>${pom.groupId}</groupId> |
Stephane Frenot | 27dfe54 | 2008-06-09 12:46:20 +0000 | [diff] [blame] | 37 | <artifactId>org.apache.felix.framework</artifactId> |
| 38 | <version>1.0.0</version> |
| 39 | <scope>provided</scope> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>${pom.groupId}</groupId> |
Stephane Frenot | 548dc23 | 2006-07-20 15:04:58 +0000 | [diff] [blame] | 43 | <artifactId>org.osgi.core</artifactId> |
Richard S. Hall | f5a813c | 2008-11-19 18:55:40 +0000 | [diff] [blame] | 44 | <version>1.0.1</version> |
Stephane Frenot | 548dc23 | 2006-07-20 15:04:58 +0000 | [diff] [blame] | 45 | <scope>provided</scope> |
| 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>${pom.groupId}</groupId> |
| 49 | <artifactId>org.osgi.compendium</artifactId> |
Carsten Ziegeler | c340ecf | 2008-01-28 07:21:59 +0000 | [diff] [blame] | 50 | <version>1.0.0</version> |
Stephane Frenot | 548dc23 | 2006-07-20 15:04:58 +0000 | [diff] [blame] | 51 | <scope>provided</scope> |
| 52 | </dependency> |
Stephane Frenot | b91ef5b | 2007-07-03 14:43:31 +0000 | [diff] [blame] | 53 | <dependency> |
| 54 | <groupId>mx4j</groupId> |
| 55 | <artifactId>mx4j-jmx</artifactId> |
| 56 | <version>3.0.1</version> |
| 57 | <scope>provided</scope> |
| 58 | </dependency> |
Stephane Frenot | 27dfe54 | 2008-06-09 12:46:20 +0000 | [diff] [blame] | 59 | <dependency> |
| 60 | <groupId>${pom.groupId}</groupId> |
| 61 | <artifactId>org.apache.felix.mosgi.jmx.agent</artifactId> |
| 62 | <scope>provided</scope> |
| 63 | <version>0.9.0-SNAPSHOT</version> |
| 64 | </dependency> |
Stephane Frenot | 548dc23 | 2006-07-20 15:04:58 +0000 | [diff] [blame] | 65 | </dependencies> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 66 | |
Stephane Frenot | 548dc23 | 2006-07-20 15:04:58 +0000 | [diff] [blame] | 67 | <build> |
| 68 | <plugins> |
| 69 | <plugin> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 70 | <groupId>org.apache.felix</groupId> |
| 71 | <artifactId>maven-bundle-plugin</artifactId> |
Stuart McCulloch | 876ca72 | 2008-02-26 17:15:42 +0000 | [diff] [blame] | 72 | <version>1.4.0</version> |
Stephane Frenot | 548dc23 | 2006-07-20 15:04:58 +0000 | [diff] [blame] | 73 | <extensions>true</extensions> |
| 74 | <configuration> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 75 | <instructions> |
| 76 | <Bundle-Name>MOSGi JMX remote logger</Bundle-Name> |
| 77 | <Bundle-Description>MOSGi JMX remote logger</Bundle-Description> |
| 78 | <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> |
| 79 | <Bundle-Activator>org.apache.felix.mosgi.jmx.remotelogger.Logger</Bundle-Activator> |
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 80 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 81 | <Private-Package>${pom.artifactId}.*</Private-Package> |
| 82 | </instructions> |
Stephane Frenot | 548dc23 | 2006-07-20 15:04:58 +0000 | [diff] [blame] | 83 | </configuration> |
| 84 | </plugin> |
| 85 | </plugins> |
| 86 | </build> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 87 | |
Stephane Frenot | 548dc23 | 2006-07-20 15:04:58 +0000 | [diff] [blame] | 88 | </project> |