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"> |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 20 | <parent> |
Clement Escoffier | 6925791 | 2011-08-18 11:32:19 +0000 | [diff] [blame] | 21 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 22 | <artifactId>felix-parent</artifactId> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 23 | <version>2.1</version> |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 24 | <relativePath>../../pom/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <artifactId>org.apache.felix.ipojo.manipulator-project</artifactId> |
Clement Escoffier | d5a66c4 | 2013-05-15 13:30:34 +0000 | [diff] [blame] | 28 | <version>1.10.1-SNAPSHOT</version> |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 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 | |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +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 | |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 37 | <modules> |
Guillaume Sauthier | 8c8c7c2 | 2013-06-01 18:45:03 +0000 | [diff] [blame] | 38 | <module>annotations</module> |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 39 | <module>manipulator</module> |
Clement Escoffier | a00b642 | 2013-02-26 18:35:04 +0000 | [diff] [blame] | 40 | <module>manipulator-it</module> |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 41 | <module>ipojo-ant-task</module> |
| 42 | <module>maven-ipojo-plugin</module> |
| 43 | <module>bnd-ipojo-plugin</module> |
Clement Escoffier | 4f2609b | 2013-03-20 07:35:37 +0000 | [diff] [blame] | 44 | <module>online-manipulator</module> |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 45 | </modules> |
Clement Escoffier | e2399ee | 2013-05-15 13:23:33 +0000 | [diff] [blame] | 46 | |
Clement Escoffier | 3708392 | 2013-05-15 13:27:56 +0000 | [diff] [blame] | 47 | <scm> |
Clement Escoffier | d5a66c4 | 2013-05-15 13:30:34 +0000 | [diff] [blame] | 48 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/ipojo/manipulator</connection> |
| 49 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/ipojo/manipulator</developerConnection> |
| 50 | <url>http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator</url> |
Clement Escoffier | 3708392 | 2013-05-15 13:27:56 +0000 | [diff] [blame] | 51 | </scm> |
| 52 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 53 | </project> |