Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 1 | <!-- |
| 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 Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 21 | |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.apache</groupId> |
| 24 | <artifactId>apache</artifactId> |
| 25 | <version>17</version> |
| 26 | </parent> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 27 | |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame] | 28 | <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 Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 34 | |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame] | 35 | <!-- Alphabetical list of modules --> |
| 36 | <modules> |
Guillaume Nodet | 72593da | 2010-03-26 14:02:26 +0000 | [diff] [blame] | 37 | <module>bundlerepository</module> |
A. J. David Bosschaert | 8b3069d | 2014-02-04 14:13:44 +0000 | [diff] [blame] | 38 | <module>bundlerepository.osgi-ct</module> |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame] | 39 | <module>configadmin</module> |
| 40 | <module>deploymentadmin</module> |
| 41 | <module>eventadmin</module> |
| 42 | <module>examples</module> |
| 43 | <module>fileinstall</module> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 44 | <module>framework</module> |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame] | 45 | <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 Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 53 | <module>main</module> |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame] | 54 | <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 Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 61 | <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 Ziegeler | 8b02462 | 2015-08-11 11:55:37 +0000 | [diff] [blame] | 66 | |
| 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 Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame] | 75 | <module>transaction</module> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 76 | <module>upnp</module> |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame] | 77 | <module>useradmin</module> |
| 78 | <module>utils</module> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 79 | <module>webconsole</module> |
Carsten Ziegeler | 33d7065 | 2015-08-11 12:04:08 +0000 | [diff] [blame] | 80 | <module>webconsole-plugins/deppack</module> |
| 81 | <module>webconsole-plugins/ds</module> |
Carsten Ziegeler | 1baa705 | 2009-09-24 12:25:14 +0000 | [diff] [blame] | 82 | <module>webconsole-plugins/event</module> |
Carsten Ziegeler | 33d7065 | 2015-08-11 12:04:08 +0000 | [diff] [blame] | 83 | <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 Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame] | 94 | <module>wireadmin</module> |
| 95 | </modules> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 96 | </project> |