blob: 463b16c1c2005eef2aa42fe7199af78666e0616a [file] [log] [blame]
Carsten Ziegelera845c772009-03-10 07:30:54 +00001<!--
2 Licensed to the Apache Software Foundation (ASF) under one
3 or more contributor license agreements. See the NOTICE file
4 distributed with this work for additional information
5 regarding copyright ownership. The ASF licenses this file
6 to you under the Apache License, Version 2.0 (the
7 "License"); you may not use this file except in compliance
8 with the License. You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing,
13 software distributed under the License is distributed on an
14 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 KIND, either express or implied. See the License for the
16 specific language governing permissions and limitations
17 under the License.
18-->
19<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Carsten Ziegeler92e1c662015-08-11 11:44:51 +000020 <modelVersion>4.0.0</modelVersion>
Carsten Ziegelera845c772009-03-10 07:30:54 +000021
Carsten Ziegeler92e1c662015-08-11 11:44:51 +000022 <parent>
23 <groupId>org.apache</groupId>
24 <artifactId>apache</artifactId>
25 <version>17</version>
26 </parent>
Carsten Ziegelera845c772009-03-10 07:30:54 +000027
Carsten Ziegeler92e1c662015-08-11 11:44:51 +000028 <groupId>org.apache.felix</groupId>
29 <artifactId>reactor</artifactId>
30 <packaging>pom</packaging>
31 <name>Apache Felix</name>
32 <version>2-SNAPSHOT</version>
33 <description>Apache Felix Reactor POM</description>
Carsten Ziegelera845c772009-03-10 07:30:54 +000034
Carsten Ziegeler92e1c662015-08-11 11:44:51 +000035 <!-- Alphabetical list of modules -->
36 <modules>
Guillaume Nodet72593da2010-03-26 14:02:26 +000037 <module>bundlerepository</module>
A. J. David Bosschaert8b3069d2014-02-04 14:13:44 +000038 <module>bundlerepository.osgi-ct</module>
Carsten Ziegeler92e1c662015-08-11 11:44:51 +000039 <module>configadmin</module>
40 <module>deploymentadmin</module>
41 <module>eventadmin</module>
42 <module>examples</module>
43 <module>fileinstall</module>
Carsten Ziegelera845c772009-03-10 07:30:54 +000044 <module>framework</module>
Carsten Ziegeler92e1c662015-08-11 11:44:51 +000045 <module>gogo</module>
46 <module>http</module>
47 <module>httplite</module>
48 <module>inventory</module>
49 <module>ipojo</module>
50 <module>jaas</module>
51 <module>jmood</module>
52 <module>log</module>
Carsten Ziegelera845c772009-03-10 07:30:54 +000053 <module>main</module>
Carsten Ziegeler92e1c662015-08-11 11:44:51 +000054 <module>metatype</module>
55 <module>mosgi</module>
56 <module>org.apache.felix.daemon</module>
57 <module>org.osgi.service.obr</module>
58 <module>prefs</module>
59 <module>resolver</module>
60 <module>scr</module>
Carsten Ziegelera845c772009-03-10 07:30:54 +000061 <module>shell</module>
62 <module>shell.tui</module>
63 <module>shell.gui</module>
64 <module>shell.gui.plugin</module>
65 <module>shell.remote</module>
Carsten Ziegeler8b024622015-08-11 11:55:37 +000066
67 <module>tools/maven-bundle-plugin</module>
68 <module>tools/maven-scr-plugin</module>
69 <module>tools/org.apache.felix.scr.annotations</module>
70 <module>tools/org.apache.felix.scr.ant</module>
71 <module>tools/org.apache.felix.scr.bnd</module>
72 <module>tools/org.apache.felix.scr.ds-annotations</module>
73 <module>tools/org.apache.felix.scr.generator</module>
74
Carsten Ziegeler92e1c662015-08-11 11:44:51 +000075 <module>transaction</module>
Carsten Ziegelera845c772009-03-10 07:30:54 +000076 <module>upnp</module>
Carsten Ziegeler92e1c662015-08-11 11:44:51 +000077 <module>useradmin</module>
78 <module>utils</module>
Carsten Ziegelera845c772009-03-10 07:30:54 +000079 <module>webconsole</module>
Carsten Ziegeler33d70652015-08-11 12:04:08 +000080 <module>webconsole-plugins/deppack</module>
81 <module>webconsole-plugins/ds</module>
Carsten Ziegeler1baa7052009-09-24 12:25:14 +000082 <module>webconsole-plugins/event</module>
Carsten Ziegeler33d70652015-08-11 12:04:08 +000083 <module>webconsole-plugins/gogo</module>
84 <module>webconsole-plugins/memoryusage</module>
85 <module>webconsole-plugins/metatype</module>
86 <module>webconsole-plugins/obr</module>
87 <module>webconsole-plugins/packageadmin</module>
88 <module>webconsole-plugins/script-console</module>
89 <module>webconsole-plugins/servicediagnostics</module>
90 <module>webconsole-plugins/shell</module>
91 <module>webconsole-plugins/subsystems</module>
92 <module>webconsole-plugins/upnp</module>
93 <module>webconsole-plugins/useradmin</module>
Carsten Ziegeler92e1c662015-08-11 11:44:51 +000094 <module>wireadmin</module>
95 </modules>
Carsten Ziegelera845c772009-03-10 07:30:54 +000096</project>