blob: fd2d2213bb535fdd247683100f270986aaa3ec6c [file] [log] [blame]
Carsten Ziegelerbf338dd2008-01-03 09:11:33 +00001<!--
2Licensed to the Apache Software Foundation (ASF) under one
3or more contributor license agreements. See the NOTICE file
4distributed with this work for additional information
5regarding copyright ownership. The ASF licenses this file
6to you under the Apache License, Version 2.0 (the
7"License"); you may not use this file except in compliance
8with the License. You may obtain a copy of the License at
9
10http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing,
13software distributed under the License is distributed on an
14"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15KIND, either express or implied. See the License for the
16specific language governing permissions and limitations
17under the License.
18-->
Alex Karasulu25924e42006-07-26 15:06:44 +000019<project>
20 <parent>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>felix</artifactId>
Clement Escoffier4ae86972009-04-09 12:09:09 +000023 <version>1.0.4</version>
Karl Pauls589e2b32007-07-11 18:29:29 +000024 <relativePath>../pom/pom.xml</relativePath>
Alex Karasulu25924e42006-07-26 15:06:44 +000025 </parent>
26 <modelVersion>4.0.0</modelVersion>
27 <packaging>pom</packaging>
28 <name>Apache Felix Examples: Build</name>
29 <artifactId>build</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000030 <version>0.9.0-SNAPSHOT</version>
Alex Karasulu25924e42006-07-26 15:06:44 +000031
Richard S. Hall140cbe92007-05-04 21:02:14 +000032 <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. Hall140cbe92007-05-04 21:02:14 +000042 </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. Hall02496082007-08-23 15:29:20 +000053 <module>eventlistener</module>
54 <module>dictionaryservice</module>
Karl Pauls62627f62008-04-21 18:32:56 +000055<!-- <module>dictionaryservice.itest</module> -->
Richard S. Hall02496082007-08-23 15:29:20 +000056 <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. Hall140cbe92007-05-04 21:02:14 +000062 <module>spellcheckscr</module>
Richard S. Hallbad49dc2007-07-13 16:08:06 +000063 <module>servicebased.host</module>
64 <module>servicebased.circle</module>
65 <module>servicebased.square</module>
66 <module>servicebased.triangle</module>
Richard S. Hall140cbe92007-05-04 21:02:14 +000067 </modules>
68 </profile>
69 </profiles>
Alex Karasulu25924e42006-07-26 15:06:44 +000070</project>