Carsten Ziegeler | c19e17c | 2008-01-03 09:15:17 +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 | --> |
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 19 | <project> |
| 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 22 | <artifactId>felix</artifactId> |
Carsten Ziegeler | b7251fa | 2008-01-16 07:37:24 +0000 | [diff] [blame] | 23 | <version>1.0.2</version> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 24 | <relativePath>../pom/pom.xml</relativePath> |
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | |
| 27 | <modelVersion>4.0.0</modelVersion> |
| 28 | <artifactId>iPOJO</artifactId> |
| 29 | <groupId>org.apache.felix</groupId> |
| 30 | <name>Apache Felix iPOJO</name> |
Clement Escoffier | 218dbd1 | 2008-05-26 18:50:39 +0000 | [diff] [blame] | 31 | <version>0.9.0-SNAPSHOT</version> |
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 32 | <packaging>pom</packaging> |
| 33 | |
| 34 | <modules> |
| 35 | <module>metadata</module> |
| 36 | <module>manipulator</module> |
| 37 | <module>plugin</module> |
| 38 | <module>core</module> |
| 39 | <module>composite</module> |
| 40 | <module>arch</module> |
| 41 | <module>ant</module> |
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 42 | <module>white.board.pattern.handler</module> |
| 43 | <module>extender.pattern.handler</module> |
| 44 | </modules> |
Clement Escoffier | 218dbd1 | 2008-05-26 18:50:39 +0000 | [diff] [blame] | 45 | |
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 46 | |
| 47 | <profiles> |
| 48 | <profile> |
| 49 | <id>java5</id> |
| 50 | <activation> |
| 51 | <jdk>1.5</jdk> |
| 52 | </activation> |
| 53 | <modules> |
| 54 | <module>annotations</module> |
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 55 | </modules> |
| 56 | </profile> |
| 57 | <profile> |
| 58 | <id>java6</id> |
| 59 | <activation> |
| 60 | <jdk>1.6</jdk> |
| 61 | </activation> |
| 62 | <modules> |
| 63 | <module>annotations</module> |
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 64 | </modules> |
| 65 | </profile> |
| 66 | <profile> |
| 67 | <id>examples</id> |
| 68 | <modules> |
| 69 | <module>examples</module> |
| 70 | </modules> |
| 71 | </profile> |
| 72 | <profile> |
| 73 | <id>tests</id> |
| 74 | <modules> |
| 75 | <module>tests</module> |
| 76 | </modules> |
| 77 | </profile> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 78 | </profiles> |
| 79 | </project> |