Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
| 2 | <project> |
| 3 | |
| 4 | <parent> |
| 5 | <groupId>org.apache.felix</groupId> |
| 6 | <artifactId>felix</artifactId> |
| 7 | <version>0.9.0-incubator-SNAPSHOT</version> |
| 8 | </parent> |
| 9 | |
| 10 | <modelVersion>4.0.0</modelVersion> |
| 11 | <packaging>pom</packaging> |
| 12 | <name>Apache Felix Commons: Build</name> |
| 13 | <groupId>org.apache.felix.commons</groupId> |
| 14 | <artifactId>build</artifactId> |
| 15 | <description> |
| 16 | These subprojects wrap common third-party jars as OSGi bundles. |
| 17 | </description> |
| 18 | |
| 19 | <modules> |
| 20 | <!-- |
| 21 | <module>antlr</module> |
| 22 | <module>commons-collections</module> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 23 | <module>jzlib</module> |
| 24 | --> |
Michael E. Rodriguez | 7fe0f30 | 2007-02-22 03:35:45 +0000 | [diff] [blame^] | 25 | <module>cglib</module> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 26 | <module>commons-beanutils</module> |
| 27 | <module>commons-codec</module> |
| 28 | <module>commons-configuration</module> |
| 29 | <module>commons-digester</module> |
| 30 | <module>commons-el</module> |
| 31 | <module>commons-fileupload</module> |
| 32 | <module>commons-httpclient</module> |
| 33 | <module>commons-io</module> |
Michael E. Rodriguez | 2f20c1e | 2007-02-22 00:38:31 +0000 | [diff] [blame] | 34 | <module>commons-lang</module> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 35 | </modules> |
| 36 | |
| 37 | </project> |