Clement Escoffier | 90444b2 | 2012-04-15 19:14:20 +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/xsd/maven-4.0.0.xsd"> |
| 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix-parent</artifactId> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 23 | <version>2.1</version> |
Clement Escoffier | 90444b2 | 2012-04-15 19:14:20 +0000 | [diff] [blame] | 24 | <relativePath>../../pom/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <artifactId>org.apache.felix.ipojo.runtime-project</artifactId> |
Clement Escoffier | 27df38e | 2012-12-18 09:53:35 +0000 | [diff] [blame] | 28 | <version>1.9.0-SNAPSHOT</version> |
Clement Escoffier | 90444b2 | 2012-04-15 19:14:20 +0000 | [diff] [blame] | 29 | <name>Apache Felix iPOJO Runtime Project</name> |
| 30 | <packaging>pom</packaging> |
| 31 | |
| 32 | <description> |
| 33 | The iPOJO runtime project contains the core iPOJO bundle, the composite support and the annotations. |
| 34 | </description> |
| 35 | |
| 36 | <modules> |
Clement Escoffier | 90444b2 | 2012-04-15 19:14:20 +0000 | [diff] [blame] | 37 | <module>annotations</module> |
Clement Escoffier | 081cf36 | 2013-02-26 18:48:35 +0000 | [diff] [blame] | 38 | <module>core</module> |
| 39 | <module>core-it</module> |
| 40 | <module>composite</module> |
| 41 | <module>composite-it</module> |
Clement Escoffier | 2a00d9e | 2013-03-12 14:28:33 +0000 | [diff] [blame] | 42 | <module>api</module> |
| 43 | <module>api-it</module> |
Clement Escoffier | 90444b2 | 2012-04-15 19:14:20 +0000 | [diff] [blame] | 44 | </modules> |
| 45 | |
Clement Escoffier | 90444b2 | 2012-04-15 19:14:20 +0000 | [diff] [blame] | 46 | </project> |