Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 1 | <project> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 2 | |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 3 | <parent> |
| 4 | <groupId>org.apache.felix</groupId> |
| 5 | <artifactId>felix</artifactId> |
Karl Pauls | 8f1955b | 2006-12-06 16:43:49 +0000 | [diff] [blame] | 6 | <version>0.9.0-incubator-SNAPSHOT</version> |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 7 | </parent> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 8 | |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 9 | <modelVersion>4.0.0</modelVersion> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 10 | <packaging>bundle</packaging> |
Stephane Frenot | 8ed309a | 2006-08-31 14:04:13 +0000 | [diff] [blame] | 11 | <name>Apache Felix MOSGi obr remote manipulation tab for the JMX console</name> |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 12 | <artifactId>org.apache.felix.mosgi.managedelements.obrprobe.tab</artifactId> |
Stephane Frenot | 0afc763 | 2006-12-22 10:45:14 +0000 | [diff] [blame] | 13 | <version>0.9.0-incubator-SNAPSHOT</version> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 14 | |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 15 | <dependencies> |
| 16 | <dependency> |
| 17 | <groupId>${pom.groupId}</groupId> |
| 18 | <artifactId>org.osgi.core</artifactId> |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 19 | <scope>provided</scope> |
| 20 | </dependency> |
| 21 | <dependency> |
| 22 | <groupId>${pom.groupId}</groupId> |
| 23 | <artifactId>org.osgi.compendium</artifactId> |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 24 | <scope>provided</scope> |
| 25 | </dependency> |
| 26 | <dependency> |
| 27 | <groupId>${pom.groupId}</groupId> |
| 28 | <artifactId>org.apache.felix.mosgi.console.ifc</artifactId> |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 29 | <scope>provided</scope> |
| 30 | </dependency> |
| 31 | <dependency> |
| 32 | <groupId>${pom.groupId}</groupId> |
| 33 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 34 | <scope>provided</scope> |
| 35 | </dependency> |
| 36 | </dependencies> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 37 | |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 38 | <build> |
| 39 | <plugins> |
| 40 | <plugin> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 41 | <groupId>org.apache.felix</groupId> |
| 42 | <artifactId>maven-bundle-plugin</artifactId> |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 43 | <extensions>true</extensions> |
| 44 | <configuration> |
Stephane Frenot | 5095408 | 2007-06-28 14:37:13 +0000 | [diff] [blame] | 45 | <instructions> |
| 46 | <Bundle-Name>MOSGi obr remote manipulation tab for the JMX console</Bundle-Name> |
| 47 | <Bundle-Description>MOSGi obr remote manipulation tab for the JMX console</Bundle-Description> |
| 48 | <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> |
| 49 | <Bundle-Activator>org.apache.felix.mosgi.managedelements.obrprobe.tab.ObrProbeTabUI</Bundle-Activator> |
| 50 | <Export-Package>${pom.artifactId}</Export-Package> |
| 51 | </instructions> |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 52 | </configuration> |
| 53 | </plugin> |
| 54 | </plugins> |
| 55 | </build> |
Stephane Frenot | d8e6547 | 2006-09-25 15:00:22 +0000 | [diff] [blame] | 56 | |
Stephane Frenot | 593bac3 | 2006-08-30 12:42:49 +0000 | [diff] [blame] | 57 | </project> |