Clement Escoffier | 3457169 | 2009-06-28 13:44:55 +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 | -->
|
| 19 | <project>
|
| 20 | <modelVersion>4.0.0</modelVersion>
|
| 21 | <groupId>ipojo.tests</groupId>
|
| 22 | <artifactId>BundleAsiPOJO</artifactId>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 23 | <version>1.5.0-SNAPSHOT</version>
|
Clement Escoffier | 3457169 | 2009-06-28 13:44:55 +0000 | [diff] [blame] | 24 | <name>Apache Felix iPOJO TinyBundles Extension</name>
|
| 25 | <packaging>pom</packaging>
|
| 26 |
|
| 27 | <profiles>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 28 | <profile>
|
| 29 | <id>java5</id>
|
| 30 | <activation>
|
| 31 | <jdk>1.5</jdk>
|
| 32 | </activation>
|
| 33 | <modules>
|
| 34 | <module>bundleAsiPOJO</module>
|
| 35 | <module>tests</module>
|
| 36 | </modules>
|
| 37 | </profile>
|
| 38 | <profile>
|
| 39 | <id>java6</id>
|
| 40 | <activation>
|
| 41 | <jdk>1.6</jdk>
|
| 42 | </activation>
|
| 43 | <modules>
|
| 44 | <module>bundleAsiPOJO</module>
|
| 45 | <module>tests</module>
|
| 46 | </modules>
|
| 47 | </profile>
|
Clement Escoffier | 3457169 | 2009-06-28 13:44:55 +0000 | [diff] [blame] | 48 | </profiles>
|
| 49 |
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 50 | </project>
|