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.tests</groupId>
|
| 22 | <artifactId>ipojo.tests</artifactId>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 23 | <version>1.5.0-SNAPSHOT</version>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 24 | <name>Apache Felix iPOJO Tests</name>
|
| 25 | <packaging>pom</packaging>
|
Clement Escoffier | ad6c555 | 2008-04-25 16:49:43 +0000 | [diff] [blame] | 26 |
|
| 27 | <modules>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 28 | <module>manipulator/manipulation</module>
|
| 29 | <module>manipulator/metadata</module>
|
| 30 | <module>manipulator/primitives</module>
|
| 31 | <module>manipulator/creation</module>
|
Clement Escoffier | 4803cbe | 2009-07-17 11:22:36 +0000 | [diff] [blame] | 32 | <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>
|
Clement Escoffier | 067a3a1 | 2009-08-27 11:45:53 +0000 | [diff] [blame] | 45 | <module>core/logger</module>
|
Clement Escoffier | 4803cbe | 2009-07-17 11:22:36 +0000 | [diff] [blame] | 46 | <module>composite/composite-runtime</module>
|
| 47 | <module>composite/import-export</module>
|
| 48 | <module>composite/service-instance</module>
|
| 49 | <module>composite/service-providing</module>
|
| 50 | <module>handler/temporal</module>
|
| 51 | <module>handler/whiteboard</module>
|
| 52 | <module>handler/eventadmin</module>
|
| 53 | <module>core/configadmin</module>
|
| 54 | <module>api</module>
|
| 55 | <module>online-manipulator</module>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 56 | </modules>
|
| 57 |
|
| 58 | <profiles>
|
| 59 | <profile>
|
| 60 | <id>java5</id>
|
| 61 | <activation>
|
| 62 | <jdk>1.5</jdk>
|
| 63 | </activation>
|
| 64 | <modules>
|
| 65 | <module>bundleAsiPOJO</module>
|
| 66 | <module>core/annotations</module>
|
| 67 | <module>manipulator/manipulator-java5
|
| 68 | </module>
|
| 69 | <module>handler/transaction</module>
|
| 70 | </modules>
|
| 71 | </profile>
|
| 72 | <profile>
|
| 73 | <id>java6</id>
|
| 74 | <activation>
|
| 75 | <jdk>1.6</jdk>
|
| 76 | </activation>
|
| 77 | <modules>
|
| 78 | <module>bundleAsiPOJO</module>
|
| 79 | <module>core/annotations</module>
|
| 80 | <module>manipulator/manipulator-java5
|
| 81 | </module>
|
| 82 | <module>handler/transaction</module>
|
| 83 | </modules>
|
| 84 | </profile>
|
| 85 |
|
| 86 | <profile>
|
| 87 | <id>integration-tests</id>
|
| 88 | <modules>
|
| 89 | <module>integration-tests</module>
|
| 90 | </modules>
|
| 91 | </profile>
|
| 92 |
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 93 | </profiles>
|
Clement Escoffier | ad6c555 | 2008-04-25 16:49:43 +0000 | [diff] [blame] | 94 |
|
Clement Escoffier | 4803cbe | 2009-07-17 11:22:36 +0000 | [diff] [blame] | 95 | </project>
|