Clement Escoffier | 3482f24 | 2008-10-14 09:43:32 +0000 | [diff] [blame] | 1 | <!-- |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 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 |
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 9 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 10 | http://www.apache.org/licenses/LICENSE-2.0 |
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 11 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 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. |
Clement Escoffier | 3482f24 | 2008-10-14 09:43:32 +0000 | [diff] [blame] | 18 | --> |
Clement Escoffier | 0ed5420 | 2011-12-06 15:10:09 +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/xsd/maven-4.0.0.xsd"> |
Guillaume Sauthier | be546d8 | 2014-03-13 11:12:08 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix-parent</artifactId> |
| 23 | <version>2.1</version> |
| 24 | <relativePath>../../pom/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <artifactId>org.apache.felix.ipojo.manipulator-project</artifactId> |
| 28 | <version>1.11.3-SNAPSHOT</version> |
| 29 | <name>Apache Felix iPOJO Manipulator Project</name> |
| 30 | <packaging>pom</packaging> |
Clement Escoffier | f2e2747 | 2010-12-23 13:20:45 +0000 | [diff] [blame] | 31 | |
Guillaume Sauthier | be546d8 | 2014-03-13 11:12:08 +0000 | [diff] [blame] | 32 | <description> |
| 33 | The iPOJO Manipulator project contains the iPOJO packaging process and |
| 34 | several front-ends for Ant, Maven and BND. |
| 35 | </description> |
Clement Escoffier | f2e2747 | 2010-12-23 13:20:45 +0000 | [diff] [blame] | 36 | |
Guillaume Sauthier | be546d8 | 2014-03-13 11:12:08 +0000 | [diff] [blame] | 37 | <modules> |
| 38 | <module>manipulator-bom</module> |
| 39 | <module>annotations</module> |
| 40 | <module>manipulator</module> |
| 41 | <module>manipulator-it</module> |
| 42 | <module>ipojo-ant-task</module> |
| 43 | <module>maven-ipojo-plugin</module> |
| 44 | <module>bnd-ipojo-plugin</module> |
| 45 | <module>online-manipulator</module> |
| 46 | </modules> |
Clement Escoffier | e2399ee | 2013-05-15 13:23:33 +0000 | [diff] [blame] | 47 | |
Guillaume Sauthier | be546d8 | 2014-03-13 11:12:08 +0000 | [diff] [blame] | 48 | <scm> |
| 49 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/ipojo/manipulator</connection> |
| 50 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/ipojo/manipulator</developerConnection> |
| 51 | <url>http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator</url> |
| 52 | </scm> |
Clement Escoffier | 3708392 | 2013-05-15 13:27:56 +0000 | [diff] [blame] | 53 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 54 | </project> |