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 | 1e35ff1 | 2014-05-12 11:47:05 +0000 | [diff] [blame] | 28 | <version>1.12.1-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> |
Guillaume Sauthier | 8c8c7c2 | 2013-06-01 18:45:03 +0000 | [diff] [blame] | 33 | The iPOJO runtime project contains the core iPOJO bundle, the composite support and the api. |
Clement Escoffier | 90444b2 | 2012-04-15 19:14:20 +0000 | [diff] [blame] | 34 | </description> |
| 35 | |
| 36 | <modules> |
Clement Escoffier | 081cf36 | 2013-02-26 18:48:35 +0000 | [diff] [blame] | 37 | <module>core</module> |
Clement Escoffier | 2a00d9e | 2013-03-12 14:28:33 +0000 | [diff] [blame] | 38 | <module>api</module> |
Clement Escoffier | d3b68ee | 2013-06-22 13:15:49 +0000 | [diff] [blame] | 39 | <module>composite</module> |
| 40 | <module>core-it</module> |
| 41 | <module>composite-it</module> |
Clement Escoffier | 5453425 | 2013-06-12 12:46:17 +0000 | [diff] [blame] | 42 | <module>ipojo-gogo-commands</module> |
Clement Escoffier | 639c71a | 2013-10-02 16:29:35 +0000 | [diff] [blame] | 43 | <module>karaf-feature</module> |
Clement Escoffier | 90444b2 | 2012-04-15 19:14:20 +0000 | [diff] [blame] | 44 | </modules> |
| 45 | |
Clement Escoffier | 639c71a | 2013-10-02 16:29:35 +0000 | [diff] [blame] | 46 | <profiles> |
| 47 | <profile> |
| 48 | <id>distributions</id> |
| 49 | <activation> |
| 50 | <activeByDefault>true</activeByDefault> |
| 51 | </activation> |
| 52 | <modules> |
| 53 | <module>distributions/quickstart</module> |
| 54 | <module>distributions/ten-minutes-tutorial</module> |
| 55 | <module>distributions/maven-tutorial</module> |
| 56 | </modules> |
| 57 | </profile> |
| 58 | </profiles> |
| 59 | |
Clement Escoffier | 685739a | 2013-05-15 13:37:15 +0000 | [diff] [blame] | 60 | <scm> |
Clement Escoffier | 1e35ff1 | 2014-05-12 11:47:05 +0000 | [diff] [blame] | 61 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/ipojo/runtime</connection> |
| 62 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/ipojo/runtime</developerConnection> |
| 63 | <url>http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime</url> |
Clement Escoffier | 685739a | 2013-05-15 13:37:15 +0000 | [diff] [blame] | 64 | </scm> |
| 65 | |
Clement Escoffier | 90444b2 | 2012-04-15 19:14:20 +0000 | [diff] [blame] | 66 | </project> |