Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 1 | <project> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 2 | |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 3 | <parent> |
| 4 | <groupId>org.apache.felix</groupId> |
| 5 | <artifactId>felix</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 6 | <version>1.1.0-SNAPSHOT</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 7 | <relativePath>../../pom/pom.xml</relativePath> |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 8 | </parent> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 9 | |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 10 | <modelVersion>4.0.0</modelVersion> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 11 | <packaging>bundle</packaging> |
Stephane Frenot | 8ed309a | 2006-08-31 14:04:13 +0000 | [diff] [blame] | 12 | <name>Apache Felix MOSGi JMX Console Main GUI</name> |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 13 | <artifactId>org.apache.felix.mosgi.console.gui</artifactId> |
Stephane Frenot | e8c7a98 | 2006-09-28 15:46:53 +0000 | [diff] [blame] | 14 | <groupId>org.apache.felix</groupId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 15 | <version>0.9.0-SNAPSHOT</version> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 16 | |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 17 | <dependencies> |
| 18 | <dependency> |
| 19 | <groupId>${pom.groupId}</groupId> |
| 20 | <artifactId>org.osgi.core</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 21 | <version>1.1.0-SNAPSHOT</version> |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 22 | <scope>provided</scope> |
| 23 | </dependency> |
| 24 | <dependency> |
| 25 | <groupId>${pom.groupId}</groupId> |
| 26 | <artifactId>org.osgi.compendium</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 27 | <version>0.9.0-SNAPSHOT</version> |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 28 | <scope>provided</scope> |
| 29 | </dependency> |
| 30 | <dependency> |
Stephane Frenot | e8c7a98 | 2006-09-28 15:46:53 +0000 | [diff] [blame] | 31 | <groupId>${pom.groupId}</groupId> |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 32 | <artifactId>org.apache.felix.framework</artifactId> |
Carsten Ziegeler | fa25b9e | 2007-09-26 08:12:09 +0000 | [diff] [blame] | 33 | <version>1.0.0</version> |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 34 | <scope>provided</scope> |
| 35 | </dependency> |
| 36 | <dependency> |
| 37 | <groupId>${pom.groupId}</groupId> |
| 38 | <artifactId>org.apache.felix.mosgi.console.ifc</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 39 | <version>0.9.0-SNAPSHOT</version> |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 40 | <scope>provided</scope> |
| 41 | </dependency> |
Stephane Frenot | b91ef5b | 2007-07-03 14:43:31 +0000 | [diff] [blame] | 42 | <dependency> |
| 43 | <groupId>mx4j</groupId> |
| 44 | <artifactId>mx4j-jmx</artifactId> |
| 45 | <version>3.0.1</version> |
| 46 | <scope>provided</scope> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>mx4j</groupId> |
| 50 | <artifactId>mx4j-remote</artifactId> |
| 51 | <version>3.0.1</version> |
| 52 | <scope>provided</scope> |
| 53 | </dependency> |
| 54 | |
| 55 | |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 56 | </dependencies> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 57 | |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 58 | <build> |
| 59 | <plugins> |
| 60 | <plugin> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 61 | <groupId>org.apache.felix</groupId> |
| 62 | <artifactId>maven-bundle-plugin</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 63 | <version>1.1.0-SNAPSHOT</version> |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 64 | <extensions>true</extensions> |
| 65 | <configuration> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 66 | <instructions> |
| 67 | <Bundle-Name>MOSGi JMX Console main GUI</Bundle-Name> |
| 68 | <Bundle-Description>MOSGi JMX Console main GUI</Bundle-Description> |
| 69 | <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> |
| 70 | <Bundle-Activator>org.apache.felix.mosgi.console.gui.Activator</Bundle-Activator> |
| 71 | <Private-Package>${pom.artifactId}</Private-Package> |
| 72 | </instructions> |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 73 | </configuration> |
| 74 | </plugin> |
| 75 | </plugins> |
| 76 | </build> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 77 | |
Stephane Frenot | 4cdf3c6 | 2006-07-21 11:01:24 +0000 | [diff] [blame] | 78 | </project> |