blob: 8f0288b0738aaeb1b2d351d565e13f974e0cbb2d [file] [log] [blame]
Clement Escoffier7d116ff2008-03-29 15:04:02 +00001<!--
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-->
Clement Escoffierce0e1e52008-03-28 15:33:36 +000019<project>
Clement Escoffier4ae86972009-04-09 12:09:09 +000020 <parent>
21 <groupId>org.apache.felix</groupId>
Clement Escoffiere2591592009-04-30 14:00:40 +000022 <artifactId>felix-parent</artifactId>
23 <version>1.2.0</version>
Clement Escoffier4ae86972009-04-09 12:09:09 +000024 </parent>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000025 <modelVersion>4.0.0</modelVersion>
Clement Escoffier9fe4ec82008-12-01 17:06:11 +000026 <artifactId>Junit4OSGi</artifactId>
27 <groupId>org.apache.felix</groupId>
Clement Escoffier2e9f4b32008-10-14 13:55:56 +000028 <version>1.1.0-SNAPSHOT</version>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000029 <name>Apache Felix iPOJO Junit4OSGi</name>
30 <packaging>pom</packaging>
Clement Escoffier041450a2008-04-22 18:07:27 +000031
32 <modules>
33 <module>junit4osgi</module>
34 <module>felix-command</module>
Clement Escoffier1c15ed02008-11-23 17:17:38 +000035 <module>maven-junit4osgi-plugin</module>
Clement Escoffiera42c2912008-12-31 09:02:55 +000036 <module>immediate-launcher</module>
Clement Escoffier041450a2008-04-22 18:07:27 +000037 </modules>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000038
39 <profiles>
40 <profile>
41 <id>java5</id>
42 <activation>
43 <jdk>1.5</jdk>
44 </activation>
45 <modules>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000046 <module>swing-runner</module>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000047 </modules>
48 </profile>
49 <profile>
50 <id>java6</id>
51 <activation>
52 <jdk>1.6</jdk>
53 </activation>
54 <modules>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000055 <module>swing-runner</module>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000056 </modules>
57 </profile>
58 </profiles>
59</project>