Stephane Frenot | 0f6f2d5 | 2007-06-20 10:06:35 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
Carsten Ziegeler | b61fe0e | 2008-01-03 09:24:12 +0000 | [diff] [blame] | 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
Stephane Frenot | 0f6f2d5 | 2007-06-20 10:06:35 +0000 | [diff] [blame] | 20 | <project> |
| 21 | <parent> |
| 22 | <groupId>org.apache.felix</groupId> |
| 23 | <artifactId>felix</artifactId> |
Carsten Ziegeler | 646b9f1 | 2008-01-16 07:44:32 +0000 | [diff] [blame] | 24 | <version>1.0.2</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 25 | <relativePath>../pom/pom.xml</relativePath> |
Stephane Frenot | 0f6f2d5 | 2007-06-20 10:06:35 +0000 | [diff] [blame] | 26 | </parent> |
| 27 | |
| 28 | <modelVersion>4.0.0</modelVersion> |
| 29 | <artifactId>mosgi</artifactId> |
| 30 | <name>Apache Felix MOSGi</name> |
| 31 | <version>0.0.1</version> |
| 32 | <packaging>pom</packaging> |
| 33 | <modules> |
Stephane Frenot | 803bda1 | 2007-06-28 14:49:55 +0000 | [diff] [blame] | 34 | <module>console.ifc</module> |
| 35 | <module>console.component</module> |
| 36 | <module>console.gui</module> |
| 37 | <module>jmx.agent</module> |
| 38 | <module>jmx.httpconnector</module> |
| 39 | <module>jmx.registry</module> |
| 40 | <module>jmx.remotelogger</module> |
| 41 | <module>jmx.rmiconnector</module> |
| 42 | <module>managedelements.osgiprobes</module> |
| 43 | <module>managedelements.osgiprobes.tab</module> |
| 44 | <module>managedelements.bundlesprobes</module> |
| 45 | <module>managedelements.bundlesprobes.tab</module> |
| 46 | <module>managedelements.obrprobe</module> |
| 47 | <module>managedelements.obrprobe.tab</module> |
| 48 | <module>managedelements.memoryprobe</module> |
Stephane Frenot | 0f6f2d5 | 2007-06-20 10:06:35 +0000 | [diff] [blame] | 49 | </modules> |
| 50 | </project> |
| 51 | |