Carsten Ziegeler | bf338dd | 2008-01-03 09:11:33 +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 | --> |
Alex Karasulu | 25924e4 | 2006-07-26 15:06:44 +0000 | [diff] [blame] | 19 | <project> |
| 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix</artifactId> |
Carsten Ziegeler | b7251fa | 2008-01-16 07:37:24 +0000 | [diff] [blame] | 23 | <version>1.0.2</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 24 | <relativePath>../pom/pom.xml</relativePath> |
Alex Karasulu | 25924e4 | 2006-07-26 15:06:44 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <packaging>pom</packaging> |
| 28 | <name>Apache Felix Examples: Build</name> |
| 29 | <artifactId>build</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 30 | <version>0.9.0-SNAPSHOT</version> |
Alex Karasulu | 25924e4 | 2006-07-26 15:06:44 +0000 | [diff] [blame] | 31 | |
Richard S. Hall | 140cbe9 | 2007-05-04 21:02:14 +0000 | [diff] [blame] | 32 | <profiles> |
| 33 | <profile> |
| 34 | <id>packaging-osgi-bundle</id> |
| 35 | <activation> |
| 36 | <property> |
| 37 | <name>packaging</name> |
| 38 | <value>osgi-bundle</value> |
| 39 | </property> |
| 40 | </activation> |
| 41 | <modules> |
Richard S. Hall | 140cbe9 | 2007-05-04 21:02:14 +0000 | [diff] [blame] | 42 | </modules> |
| 43 | </profile> |
| 44 | <profile> |
| 45 | <id>packaging-bundle</id> |
| 46 | <activation> |
| 47 | <property> |
| 48 | <name>packaging</name> |
| 49 | <value>bundle</value> |
| 50 | </property> |
| 51 | </activation> |
| 52 | <modules> |
Richard S. Hall | 0249608 | 2007-08-23 15:29:20 +0000 | [diff] [blame] | 53 | <module>eventlistener</module> |
| 54 | <module>dictionaryservice</module> |
| 55 | <module>dictionaryservice.itest</module> |
| 56 | <module>frenchdictionary</module> |
| 57 | <module>dictionaryclient</module> |
| 58 | <module>dictionaryclient2</module> |
| 59 | <module>spellcheckservice</module> |
| 60 | <module>spellcheckclient</module> |
| 61 | <module>spellcheckbinder</module> |
Richard S. Hall | 140cbe9 | 2007-05-04 21:02:14 +0000 | [diff] [blame] | 62 | <module>spellcheckscr</module> |
Richard S. Hall | bad49dc | 2007-07-13 16:08:06 +0000 | [diff] [blame] | 63 | <module>servicebased.host</module> |
| 64 | <module>servicebased.circle</module> |
| 65 | <module>servicebased.square</module> |
| 66 | <module>servicebased.triangle</module> |
Richard S. Hall | 140cbe9 | 2007-05-04 21:02:14 +0000 | [diff] [blame] | 67 | </modules> |
| 68 | </profile> |
| 69 | </profiles> |
Alex Karasulu | 25924e4 | 2006-07-26 15:06:44 +0000 | [diff] [blame] | 70 | </project> |