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
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 9 |
|
Clement Escoffier | 7d116ff | 2008-03-29 15:04:02 +0000 | [diff] [blame] | 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 | -->
|
| 19 | <project>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion>
|
| 21 | <groupId>ipojo.examples</groupId>
|
| 22 | <artifactId>ipojo.examples</artifactId>
|
Clement Escoffier | 2e9f4b3 | 2008-10-14 13:55:56 +0000 | [diff] [blame] | 23 | <version>1.1.0-SNAPSHOT</version>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 24 | <name>Apache Felix iPOJO Examples</name>
|
| 25 | <packaging>pom</packaging>
|
| 26 | <modules>
|
| 27 | <module>tutorial-maven</module>
|
| 28 | </modules>
|
| 29 |
|
| 30 | <profiles>
|
| 31 | <profile>
|
| 32 | <id>java5</id>
|
| 33 | <activation>
|
| 34 | <jdk>1.5</jdk>
|
| 35 | </activation>
|
| 36 | <modules>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 37 | <module>property-handler</module>
|
| 38 | </modules>
|
| 39 | </profile>
|
| 40 | <profile>
|
| 41 | <id>java6</id>
|
| 42 | <activation>
|
| 43 | <jdk>1.6</jdk>
|
| 44 | </activation>
|
| 45 | <modules>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 46 | <module>property-handler</module>
|
| 47 | </modules>
|
| 48 | </profile>
|
| 49 | </profiles>
|
| 50 | </project> |