blob: bd9e0bf12de72144ca2b02e9616282503a28f009 [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
Clement Escoffierce0e1e52008-03-28 15:33:36 +00009
Clement Escoffier7d116ff2008-03-29 15:04:02 +000010 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 Escoffierce0e1e52008-03-28 15:33:36 +000020 <modelVersion>4.0.0</modelVersion>
21 <groupId>ipojo.tests</groupId>
22 <artifactId>ipojo.tests</artifactId>
Clement Escoffier34571692009-06-28 13:44:55 +000023 <version>1.3.0-SNAPSHOT</version>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000024 <name>Apache Felix iPOJO Tests</name>
25 <packaging>pom</packaging>
Clement Escoffierad6c5552008-04-25 16:49:43 +000026
27 <modules>
Clement Escoffiereb15bc62008-07-24 10:06:34 +000028 <module>manipulator/manipulation</module>
Clement Escoffier39deaff2008-10-06 07:55:39 +000029 <module>manipulator/metadata</module>
30 <module>manipulator/primitives</module>
31 <module>manipulator/creation</module>
Clement Escoffier4803cbe2009-07-17 11:22:36 +000032 <module>core/factories</module>
33 <module>core/lifecycle-controller</module>
34 <module>core/service-providing</module>
35 <module>core/lifecycle-callback</module>
36 <module>core/service-dependency</module>
37 <module>core/service-dependency-bindingpolicy</module>
38 <module>core/service-dependency-filter</module>
39 <module>core/service-dependency-comparator</module>
40 <module>core/service-providing-strategies</module>
41 <module>core/configuration</module>
42 <module>core/handler</module>
43 <module>core/external-handlers</module>
44 <module>core/bad-configurations</module>
45 <module>composite/composite-runtime</module>
46 <module>composite/import-export</module>
47 <module>composite/service-instance</module>
48 <module>composite/service-providing</module>
49 <module>handler/temporal</module>
50 <module>handler/whiteboard</module>
51 <module>handler/eventadmin</module>
52 <module>core/configadmin</module>
53 <module>api</module>
54 <module>online-manipulator</module>
Clement Escoffierad6c5552008-04-25 16:49:43 +000055 </modules>
Clement Escoffier77374832008-04-29 22:25:39 +000056
57 <profiles>
Clement Escoffier4803cbe2009-07-17 11:22:36 +000058 <profile>
59 <id>java5</id>
60 <activation>
61 <jdk>1.5</jdk>
62 </activation>
63 <modules>
64 <module>bundleAsiPOJO</module>
65 <module>core/annotations</module>
66 <module>manipulator/manipulator-java5</module>
67 <module>handler/transaction</module>
68 </modules>
69 </profile>
70 <profile>
71 <id>java6</id>
72 <activation>
73 <jdk>1.6</jdk>
74 </activation>
75 <modules>
76 <module>bundleAsiPOJO</module>
77 <module>core/annotations</module>
78 <module>manipulator/manipulator-java5</module>
79 <module>handler/transaction</module>
80 </modules>
81 </profile>
82
83 <profile>
84 <id>integration-tests</id>
85 <modules>
86 <module>integration-tests</module>
87 </modules>
88 </profile>
89
Clement Escoffier77374832008-04-29 22:25:39 +000090 </profiles>
Clement Escoffierad6c5552008-04-25 16:49:43 +000091
Clement Escoffier4803cbe2009-07-17 11:22:36 +000092</project>