blob: e62eea3903dc8744b47906efa3c3a1d4ab9f659c [file] [log] [blame]
Alex Karasulu25924e42006-07-26 15:06:44 +00001<project>
2 <parent>
3 <groupId>org.apache.felix</groupId>
4 <artifactId>felix</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +00005 <version>1.1.0-SNAPSHOT</version>
Karl Pauls589e2b32007-07-11 18:29:29 +00006 <relativePath>../pom/pom.xml</relativePath>
Alex Karasulu25924e42006-07-26 15:06:44 +00007 </parent>
8 <modelVersion>4.0.0</modelVersion>
9 <packaging>pom</packaging>
10 <name>Apache Felix Examples: Build</name>
11 <artifactId>build</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +000012 <version>0.9.0-SNAPSHOT</version>
Alex Karasulu25924e42006-07-26 15:06:44 +000013
Richard S. Hall140cbe92007-05-04 21:02:14 +000014 <profiles>
15 <profile>
16 <id>packaging-osgi-bundle</id>
17 <activation>
18 <property>
19 <name>packaging</name>
20 <value>osgi-bundle</value>
21 </property>
22 </activation>
23 <modules>
Richard S. Hall140cbe92007-05-04 21:02:14 +000024 </modules>
25 </profile>
26 <profile>
27 <id>packaging-bundle</id>
28 <activation>
29 <property>
30 <name>packaging</name>
31 <value>bundle</value>
32 </property>
33 </activation>
34 <modules>
Richard S. Hall02496082007-08-23 15:29:20 +000035 <module>eventlistener</module>
36 <module>dictionaryservice</module>
37 <module>dictionaryservice.itest</module>
38 <module>frenchdictionary</module>
39 <module>dictionaryclient</module>
40 <module>dictionaryclient2</module>
41 <module>spellcheckservice</module>
42 <module>spellcheckclient</module>
43 <module>spellcheckbinder</module>
Richard S. Hall140cbe92007-05-04 21:02:14 +000044 <module>spellcheckscr</module>
Richard S. Hallbad49dc2007-07-13 16:08:06 +000045 <module>servicebased.host</module>
46 <module>servicebased.circle</module>
47 <module>servicebased.square</module>
48 <module>servicebased.triangle</module>
Richard S. Hall140cbe92007-05-04 21:02:14 +000049 </modules>
50 </profile>
51 </profiles>
Alex Karasulu25924e42006-07-26 15:06:44 +000052</project>