blob: f9b0f10cbe1b040e3a853530896b233967badc60 [file] [log] [blame]
Clement Escoffier34571692009-06-28 13:44:55 +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-->
19<project>
20 <modelVersion>4.0.0</modelVersion>
21 <groupId>ipojo.tests</groupId>
22 <artifactId>BundleAsiPOJO</artifactId>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000023 <version>1.5.0-SNAPSHOT</version>
Clement Escoffier34571692009-06-28 13:44:55 +000024 <name>Apache Felix iPOJO TinyBundles Extension</name>
25 <packaging>pom</packaging>
26
Clement Escoffier769c9942009-12-26 11:15:42 +000027 <profiles>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000028 <profile>
29 <id>java5</id>
30 <activation>
31 <jdk>1.5</jdk>
32 </activation>
33 <modules>
34 <module>bundleAsiPOJO</module>
35 <module>tests</module>
Clement Escoffierc9c352e2009-11-24 18:54:32 +000036 <module>helpers</module>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000037 </modules>
38 </profile>
39 <profile>
40 <id>java6</id>
41 <activation>
42 <jdk>1.6</jdk>
43 </activation>
44 <modules>
45 <module>bundleAsiPOJO</module>
46 <module>tests</module>
47 </modules>
48 </profile>
Clement Escoffier34571692009-06-28 13:44:55 +000049 </profiles>
50
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000051</project>