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 | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 39 | <module>bundleplugin</module> |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame^] | 40 | <module>configadmin</module> |
| 41 | <module>deploymentadmin</module> |
| 42 | <module>eventadmin</module> |
| 43 | <module>examples</module> |
| 44 | <module>fileinstall</module> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 45 | <module>framework</module> |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame^] | 46 | <module>gogo</module> |
| 47 | <module>http</module> |
| 48 | <module>httplite</module> |
| 49 | <module>inventory</module> |
| 50 | <module>ipojo</module> |
| 51 | <module>jaas</module> |
| 52 | <module>jmood</module> |
| 53 | <module>log</module> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 54 | <module>main</module> |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame^] | 55 | <module>metatype</module> |
| 56 | <module>mosgi</module> |
| 57 | <module>org.apache.felix.daemon</module> |
| 58 | <module>org.osgi.service.obr</module> |
| 59 | <module>prefs</module> |
| 60 | <module>resolver</module> |
| 61 | <module>scr</module> |
| 62 | <module>scrplugin</module> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 63 | <module>shell</module> |
| 64 | <module>shell.tui</module> |
| 65 | <module>shell.gui</module> |
| 66 | <module>shell.gui.plugin</module> |
| 67 | <module>shell.remote</module> |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame^] | 68 | <module>transaction</module> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 69 | <module>upnp</module> |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame^] | 70 | <module>useradmin</module> |
| 71 | <module>utils</module> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 72 | <module>webconsole</module> |
Carsten Ziegeler | 1baa705 | 2009-09-24 12:25:14 +0000 | [diff] [blame] | 73 | <module>webconsole-plugins/event</module> |
Carsten Ziegeler | 92e1c66 | 2015-08-11 11:44:51 +0000 | [diff] [blame^] | 74 | <module>wireadmin</module> |
| 75 | </modules> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 76 | </project> |