blob: 0e46b0e448886181a32d02235c0f9d48f877b602 [file] [log] [blame]
Clement Escoffier3482f242008-10-14 09:43:32 +00001<!--
Clement Escoffierbfa74d02009-07-19 16:25:18 +00002 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 Escoffier0b93f382009-07-03 13:16:24 +00009
Clement Escoffierbfa74d02009-07-19 16:25:18 +000010 http://www.apache.org/licenses/LICENSE-2.0
Clement Escoffier0b93f382009-07-03 13:16:24 +000011
Clement Escoffierbfa74d02009-07-19 16:25:18 +000012 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 Escoffier3482f242008-10-14 09:43:32 +000018-->
Clement Escoffier0ed54202011-12-06 15:10:09 +000019<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 Escoffierd5a145b2011-12-03 09:47:38 +000020 <parent>
Clement Escoffier69257912011-08-18 11:32:19 +000021 <groupId>org.apache.felix</groupId>
Clement Escoffierd5a145b2011-12-03 09:47:38 +000022 <artifactId>felix-parent</artifactId>
Clement Escoffiered4ca022013-03-13 15:27:20 +000023 <version>2.1</version>
Clement Escoffierd5a145b2011-12-03 09:47:38 +000024 <relativePath>../../pom/pom.xml</relativePath>
25 </parent>
26 <modelVersion>4.0.0</modelVersion>
27 <artifactId>org.apache.felix.ipojo.manipulator-project</artifactId>
Clement Escoffier6658d502013-06-16 06:27:29 +000028 <version>1.10.2-SNAPSHOT</version>
Clement Escoffierd5a145b2011-12-03 09:47:38 +000029 <name>Apache Felix iPOJO Manipulator Project</name>
30 <packaging>pom</packaging>
Clement Escoffierf2e27472010-12-23 13:20:45 +000031
Clement Escoffierd5a145b2011-12-03 09:47:38 +000032 <description>
33 The iPOJO Manipulator project contains the iPOJO packaging process and
34 several front-ends for Ant, Maven and BND.
35 </description>
Clement Escoffierf2e27472010-12-23 13:20:45 +000036
Clement Escoffierd5a145b2011-12-03 09:47:38 +000037 <modules>
Guillaume Sauthier8c8c7c22013-06-01 18:45:03 +000038 <module>annotations</module>
Clement Escoffierd5a145b2011-12-03 09:47:38 +000039 <module>manipulator</module>
Clement Escoffiera00b6422013-02-26 18:35:04 +000040 <module>manipulator-it</module>
Clement Escoffierd5a145b2011-12-03 09:47:38 +000041 <module>ipojo-ant-task</module>
42 <module>maven-ipojo-plugin</module>
43 <module>bnd-ipojo-plugin</module>
Clement Escoffier4f2609b2013-03-20 07:35:37 +000044 <module>online-manipulator</module>
Clement Escoffierd5a145b2011-12-03 09:47:38 +000045 </modules>
Clement Escoffiere2399ee2013-05-15 13:23:33 +000046
Clement Escoffier37083922013-05-15 13:27:56 +000047 <scm>
Clement Escoffier6658d502013-06-16 06:27:29 +000048 <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 Escoffier37083922013-05-15 13:27:56 +000051 </scm>
52
Clement Escoffierbfa74d02009-07-19 16:25:18 +000053</project>