Clement Escoffier | 7d116ff | 2008-03-29 15:04:02 +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 | -->
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 19 | <project>
|
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 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 | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 24 | </parent>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 25 | <modelVersion>4.0.0</modelVersion>
|
Clement Escoffier | 9fe4ec8 | 2008-12-01 17:06:11 +0000 | [diff] [blame] | 26 | <artifactId>Junit4OSGi</artifactId>
|
| 27 | <groupId>org.apache.felix</groupId>
|
Clement Escoffier | 2e9f4b3 | 2008-10-14 13:55:56 +0000 | [diff] [blame] | 28 | <version>1.1.0-SNAPSHOT</version>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 29 | <name>Apache Felix iPOJO Junit4OSGi</name>
|
| 30 | <packaging>pom</packaging>
|
Clement Escoffier | 041450a | 2008-04-22 18:07:27 +0000 | [diff] [blame] | 31 |
|
| 32 | <modules>
|
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 33 | <module>junit4osgi</module>
|
| 34 | <module>felix-command</module>
|
| 35 | <module>maven-junit4osgi-plugin</module>
|
| 36 | <module>immediate-launcher</module>
|
Clement Escoffier | 041450a | 2008-04-22 18:07:27 +0000 | [diff] [blame] | 37 | </modules>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 38 |
|
| 39 | <profiles>
|
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 40 | <profile>
|
| 41 | <id>java5</id>
|
| 42 | <activation>
|
| 43 | <jdk>1.5</jdk>
|
| 44 | </activation>
|
| 45 | <modules>
|
| 46 | <module>swing-runner</module>
|
| 47 | </modules>
|
| 48 | </profile>
|
| 49 | <profile>
|
| 50 | <id>java6</id>
|
| 51 | <activation>
|
| 52 | <jdk>1.6</jdk>
|
| 53 | </activation>
|
| 54 | <modules>
|
| 55 | <module>swing-runner</module>
|
| 56 | </modules>
|
| 57 | </profile>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 58 | </profiles>
|
| 59 | </project>
|