Stephane Frenot | 0f6f2d5 | 2007-06-20 10:06:35 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <project> |
| 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 | 0f6f2d5 | 2007-06-20 10:06:35 +0000 | [diff] [blame] | 8 | </parent> |
| 9 | |
| 10 | <modelVersion>4.0.0</modelVersion> |
| 11 | <artifactId>mosgi</artifactId> |
| 12 | <name>Apache Felix MOSGi</name> |
| 13 | <version>0.0.1</version> |
| 14 | <packaging>pom</packaging> |
| 15 | <modules> |
Stephane Frenot | 803bda1 | 2007-06-28 14:49:55 +0000 | [diff] [blame] | 16 | <module>console.ifc</module> |
| 17 | <module>console.component</module> |
| 18 | <module>console.gui</module> |
| 19 | <module>jmx.agent</module> |
| 20 | <module>jmx.httpconnector</module> |
| 21 | <module>jmx.registry</module> |
| 22 | <module>jmx.remotelogger</module> |
| 23 | <module>jmx.rmiconnector</module> |
| 24 | <module>managedelements.osgiprobes</module> |
| 25 | <module>managedelements.osgiprobes.tab</module> |
| 26 | <module>managedelements.bundlesprobes</module> |
| 27 | <module>managedelements.bundlesprobes.tab</module> |
| 28 | <module>managedelements.obrprobe</module> |
| 29 | <module>managedelements.obrprobe.tab</module> |
| 30 | <module>managedelements.memoryprobe</module> |
Stephane Frenot | 0f6f2d5 | 2007-06-20 10:06:35 +0000 | [diff] [blame] | 31 | </modules> |
| 32 | </project> |
| 33 | |