blob: 7061c752adc5ad1aa51ab1bcd6b118341406ba49 [file] [log] [blame]
Stephane Frenot0f6f2d52007-06-20 10:06:35 +00001<?xml version="1.0"?>
Carsten Ziegelerb61fe0e2008-01-03 09:24:12 +00002<!--
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 Frenot0f6f2d52007-06-20 10:06:35 +000020<project>
21 <parent>
22 <groupId>org.apache.felix</groupId>
23 <artifactId>felix</artifactId>
Clement Escoffier4ae86972009-04-09 12:09:09 +000024 <version>1.0.4</version>
Karl Pauls589e2b32007-07-11 18:29:29 +000025 <relativePath>../pom/pom.xml</relativePath>
Stephane Frenot0f6f2d52007-06-20 10:06:35 +000026 </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 Frenot803bda12007-06-28 14:49:55 +000034 <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 Frenot0f6f2d52007-06-20 10:06:35 +000049 </modules>
50</project>
51