Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +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 | --> |
Sten Roger Sandvik | ee4dd85 | 2009-09-28 20:30:00 +0000 | [diff] [blame] | 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"> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
| 22 | <parent> |
| 23 | <groupId>org.apache.felix</groupId> |
| 24 | <artifactId>felix-parent</artifactId> |
Felix Meschberger | 4a4b032 | 2011-12-05 15:22:27 +0000 | [diff] [blame] | 25 | <version>2.1</version> |
Sten Roger Sandvik | f52abb8 | 2009-09-14 10:42:08 +0000 | [diff] [blame] | 26 | <relativePath>../pom/pom.xml</relativePath> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 27 | </parent> |
| 28 | |
Felix Meschberger | 4a4b032 | 2011-12-05 15:22:27 +0000 | [diff] [blame] | 29 | <name>Apache Felix Http Reactor</name> |
Sten Roger Sandvik | b61405d | 2009-09-28 20:23:26 +0000 | [diff] [blame] | 30 | <groupId>org.apache.felix</groupId> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 31 | <artifactId>org.apache.felix.http</artifactId> |
Jan Willem Janssen | 276999c | 2013-12-03 14:25:47 +0000 | [diff] [blame] | 32 | <version>5-SNAPSHOT</version> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 33 | <packaging>pom</packaging> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 34 | |
Jan Willem Janssen | 7d9f9fe | 2013-09-17 13:46:15 +0000 | [diff] [blame] | 35 | <scm> |
Jan Willem Janssen | 276999c | 2013-12-03 14:25:47 +0000 | [diff] [blame] | 36 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http</connection> |
| 37 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http</developerConnection> |
| 38 | <url>http://svn.apache.org/viewvc/felix/trunk/http/</url> |
Jan Willem Janssen | 7d9f9fe | 2013-09-17 13:46:15 +0000 | [diff] [blame] | 39 | </scm> |
| 40 | |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 41 | <modules> |
| 42 | <module>api</module> |
Felix Meschberger | d40e0d8 | 2014-02-18 10:41:25 +0000 | [diff] [blame] | 43 | <module>servlet-api</module> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 44 | <module>base</module> |
| 45 | <module>bridge</module> |
| 46 | <module>jetty</module> |
Felix Meschberger | 4a4b032 | 2011-12-05 15:22:27 +0000 | [diff] [blame] | 47 | <module>parent</module> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 48 | <module>proxy</module> |
| 49 | <module>whiteboard</module> |
Timothy Michael Moloney | 2f6f137 | 2011-03-04 01:56:24 +0000 | [diff] [blame] | 50 | <module>cometd</module> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 51 | <module>bundle</module> |
Felix Meschberger | 43d91ce | 2012-10-05 18:30:44 +0000 | [diff] [blame] | 52 | <module>sslfilter</module> |
Jan Willem Janssen | 0a3f86a | 2014-02-07 16:03:21 +0000 | [diff] [blame] | 53 | <module>itest</module> |
Sten Roger Sandvik | 4cbab06 | 2009-09-26 13:11:48 +0000 | [diff] [blame] | 54 | <module>samples/filter</module> |
| 55 | <module>samples/bridge</module> |
| 56 | <module>samples/whiteboard</module> |
Timothy Michael Moloney | 2f6f137 | 2011-03-04 01:56:24 +0000 | [diff] [blame] | 57 | <module>samples/cometd</module> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 58 | </modules> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 59 | </project> |