blob: f5ed829c76bdb44ec0da9abfb2fc85a6f36bc8db [file] [log] [blame]
Ken Gilmerf28af952011-12-15 15:17:16 +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-->
Ken Gilmerd2bb2172012-01-08 05:54:27 +000019<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
21 <modelVersion>4.0.0</modelVersion>
Ken Gilmerf28af952011-12-15 15:17:16 +000022
Ken Gilmerd2bb2172012-01-08 05:54:27 +000023 <parent>
24 <groupId>org.apache.felix</groupId>
25 <artifactId>felix</artifactId>
Ken Gilmer62ee84a2012-01-19 13:00:23 +000026 <version>1.0.4</version>
Ken Gilmerd2bb2172012-01-08 05:54:27 +000027 <relativePath>../pom/pom.xml</relativePath>
28 </parent>
Ken Gilmerf28af952011-12-15 15:17:16 +000029
Ken Gilmerd2bb2172012-01-08 05:54:27 +000030 <name>Apache Felix Lightweight HTTP Service Reactor</name>
Ken Gilmer8c894c22012-01-08 05:58:40 +000031 <artifactId>org.apache.felix.httplite.reactor</artifactId>
Ken Gilmerd2bb2172012-01-08 05:54:27 +000032 <version>1-SNAPSHOT</version>
Ken Gilmer1bdb6ea2012-01-20 02:04:34 +000033 <packaging>pom</packaging>
Ken Gilmerf28af952011-12-15 15:17:16 +000034
Ken Gilmerd2bb2172012-01-08 05:54:27 +000035 <modules>
Ken Gilmercea41c92012-01-20 01:50:28 +000036 <module>core</module>
Ken Gilmerd2bb2172012-01-08 05:54:27 +000037 <module>complete</module>
38 </modules>
Ken Gilmerf28af952011-12-15 15:17:16 +000039</project>