blob: 439e82c2bd9d68b79e167df503a941bd32a6401f [file] [log] [blame]
Alex Karasulu25924e42006-07-26 15:06:44 +00001<project>
2 <parent>
3 <groupId>org.apache.felix</groupId>
4 <artifactId>felix</artifactId>
5 <version>0.8.0-SNAPSHOT</version>
6 </parent>
7 <modelVersion>4.0.0</modelVersion>
8 <packaging>pom</packaging>
9 <name>Apache Felix Examples: Build</name>
10 <artifactId>build</artifactId>
11
12 <modules>
13 <module>eventlistener</module>
14 <module>dictionaryservice</module>
15 <module>frenchdictionary</module>
16 <module>dictionaryclient</module>
17 <module>dictionaryclient2</module>
18 <module>spellcheckservice</module>
19 <module>spellcheckclient</module>
20 <module>spellcheckbinder</module>
Richard S. Hall2cbaf532006-08-10 13:11:19 +000021 <module>spellcheckscr</module>
Alex Karasulu25924e42006-07-26 15:06:44 +000022 </modules>
23
24 <dependencies>
25 <dependency>
26 <groupId>${pom.groupId}</groupId>
27 <artifactId>org.osgi.core</artifactId>
28 <version>${pom.version}</version>
29 <scope>provided</scope>
30 </dependency>
31 </dependencies>
32</project>