blob: ba427f26d800eaa5c68ae23693f73845e0214f8a [file] [log] [blame]
Stephane Frenot593bac32006-08-30 12:42:49 +00001<project>
Stephane Frenotd8e65472006-09-25 15:00:22 +00002
Stephane Frenot593bac32006-08-30 12:42:49 +00003 <parent>
4 <groupId>org.apache.felix</groupId>
5 <artifactId>felix</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +00006 <version>1.1.0-SNAPSHOT</version>
Karl Pauls589e2b32007-07-11 18:29:29 +00007 <relativePath>../../pom/pom.xml</relativePath>
Stephane Frenot593bac32006-08-30 12:42:49 +00008 </parent>
Stephane Frenot50954082007-06-28 14:37:13 +00009
Stephane Frenot593bac32006-08-30 12:42:49 +000010 <modelVersion>4.0.0</modelVersion>
Stephane Frenot50954082007-06-28 14:37:13 +000011 <packaging>bundle</packaging>
Stephane Frenot8ed309a2006-08-31 14:04:13 +000012 <name>Apache Felix MOSGi obr remote manipulation tab for the JMX console</name>
Stephane Frenot593bac32006-08-30 12:42:49 +000013 <artifactId>org.apache.felix.mosgi.managedelements.obrprobe.tab</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000014 <version>0.9.0-SNAPSHOT</version>
Stephane Frenot50954082007-06-28 14:37:13 +000015
Stephane Frenot593bac32006-08-30 12:42:49 +000016 <dependencies>
17 <dependency>
18 <groupId>${pom.groupId}</groupId>
19 <artifactId>org.osgi.core</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000020 <version>1.1.0-SNAPSHOT</version>
Stephane Frenot593bac32006-08-30 12:42:49 +000021 <scope>provided</scope>
22 </dependency>
23 <dependency>
24 <groupId>${pom.groupId}</groupId>
25 <artifactId>org.osgi.compendium</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000026 <version>0.9.0-SNAPSHOT</version>
Stephane Frenot593bac32006-08-30 12:42:49 +000027 <scope>provided</scope>
28 </dependency>
29 <dependency>
30 <groupId>${pom.groupId}</groupId>
31 <artifactId>org.apache.felix.mosgi.console.ifc</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000032 <version>0.9.0-SNAPSHOT</version>
Stephane Frenot593bac32006-08-30 12:42:49 +000033 <scope>provided</scope>
34 </dependency>
35 <dependency>
36 <groupId>${pom.groupId}</groupId>
37 <artifactId>org.apache.felix.bundlerepository</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000038 <version>1.1.0-SNAPSHOT</version>
Stephane Frenot593bac32006-08-30 12:42:49 +000039 <scope>provided</scope>
40 </dependency>
Stephane Frenotb91ef5b2007-07-03 14:43:31 +000041 <dependency>
42 <groupId>mx4j</groupId>
43 <artifactId>mx4j-jmx</artifactId>
44 <version>3.0.1</version>
45 <scope>provided</scope>
46 </dependency>
47
Stephane Frenot593bac32006-08-30 12:42:49 +000048 </dependencies>
Stephane Frenotd8e65472006-09-25 15:00:22 +000049
Stephane Frenot593bac32006-08-30 12:42:49 +000050 <build>
51 <plugins>
52 <plugin>
Stephane Frenot50954082007-06-28 14:37:13 +000053 <groupId>org.apache.felix</groupId>
54 <artifactId>maven-bundle-plugin</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000055 <version>1.1.0-SNAPSHOT</version>
Stephane Frenot593bac32006-08-30 12:42:49 +000056 <extensions>true</extensions>
57 <configuration>
Stephane Frenot50954082007-06-28 14:37:13 +000058 <instructions>
59 <Bundle-Name>MOSGi obr remote manipulation tab for the JMX console</Bundle-Name>
60 <Bundle-Description>MOSGi obr remote manipulation tab for the JMX console</Bundle-Description>
61 <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
62 <Bundle-Activator>org.apache.felix.mosgi.managedelements.obrprobe.tab.ObrProbeTabUI</Bundle-Activator>
63 <Export-Package>${pom.artifactId}</Export-Package>
64 </instructions>
Stephane Frenot593bac32006-08-30 12:42:49 +000065 </configuration>
66 </plugin>
67 </plugins>
68 </build>
Stephane Frenotd8e65472006-09-25 15:00:22 +000069
Stephane Frenot593bac32006-08-30 12:42:49 +000070</project>