Alex Karasulu | 25924e4 | 2006-07-26 15:06:44 +0000 | [diff] [blame] | 1 | <project> |
| 2 | <parent> |
| 3 | <groupId>org.apache.felix</groupId> |
| 4 | <artifactId>felix</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 5 | <version>1.1.0-SNAPSHOT</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 6 | <relativePath>../pom/pom.xml</relativePath> |
Alex Karasulu | 25924e4 | 2006-07-26 15:06:44 +0000 | [diff] [blame] | 7 | </parent> |
| 8 | <modelVersion>4.0.0</modelVersion> |
| 9 | <packaging>pom</packaging> |
| 10 | <name>Apache Felix Examples: Build</name> |
| 11 | <artifactId>build</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 12 | <version>0.9.0-SNAPSHOT</version> |
Alex Karasulu | 25924e4 | 2006-07-26 15:06:44 +0000 | [diff] [blame] | 13 | |
Richard S. Hall | 140cbe9 | 2007-05-04 21:02:14 +0000 | [diff] [blame] | 14 | <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. Hall | 140cbe9 | 2007-05-04 21:02:14 +0000 | [diff] [blame] | 24 | </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. Hall | 0249608 | 2007-08-23 15:29:20 +0000 | [diff] [blame] | 35 | <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. Hall | 140cbe9 | 2007-05-04 21:02:14 +0000 | [diff] [blame] | 44 | <module>spellcheckscr</module> |
Richard S. Hall | bad49dc | 2007-07-13 16:08:06 +0000 | [diff] [blame] | 45 | <module>servicebased.host</module> |
| 46 | <module>servicebased.circle</module> |
| 47 | <module>servicebased.square</module> |
| 48 | <module>servicebased.triangle</module> |
Richard S. Hall | 140cbe9 | 2007-05-04 21:02:14 +0000 | [diff] [blame] | 49 | </modules> |
| 50 | </profile> |
| 51 | </profiles> |
Alex Karasulu | 25924e4 | 2006-07-26 15:06:44 +0000 | [diff] [blame] | 52 | </project> |