Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
| 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 21 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 24 | <parent> |
| 25 | <groupId>org.apache.felix</groupId> |
| 26 | <artifactId>felix</artifactId> |
| 27 | <version>0.9.0-incubator-SNAPSHOT</version> |
| 28 | </parent> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 29 | <packaging>pom</packaging> |
| 30 | <name>Apache Felix Commons: Build</name> |
| 31 | <groupId>org.apache.felix.commons</groupId> |
| 32 | <artifactId>build</artifactId> |
| 33 | <description> |
| 34 | These subprojects wrap common third-party jars as OSGi bundles. |
| 35 | </description> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 36 | <modules> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 37 | <module>activation</module> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 38 | <module>antlr</module> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 39 | <module>aopalliance</module> |
| 40 | <module>avalon-framework</module> |
Michael E. Rodriguez | 7fe0f30 | 2007-02-22 03:35:45 +0000 | [diff] [blame] | 41 | <module>cglib</module> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 42 | <module>commons-attributes-api</module> |
| 43 | <module>commons-attributes-compiler</module> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 44 | <module>commons-beanutils</module> |
| 45 | <module>commons-codec</module> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 46 | <module>commons-collections</module> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 47 | <module>commons-configuration</module> |
| 48 | <module>commons-digester</module> |
| 49 | <module>commons-el</module> |
| 50 | <module>commons-fileupload</module> |
| 51 | <module>commons-httpclient</module> |
| 52 | <module>commons-io</module> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 53 | <module>commons-jxpath</module> |
Michael E. Rodriguez | 2f20c1e | 2007-02-22 00:38:31 +0000 | [diff] [blame] | 54 | <module>commons-lang</module> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 55 | <module>commons-logging</module> |
| 56 | <module>dom4j</module> |
| 57 | <module>ehcache</module> |
| 58 | <module>hibernate</module> |
| 59 | <!--<module>hsqldb</module>--> |
| 60 | <!--<module>jms</module>--> |
| 61 | <!--<module>jmxtools</module>--> |
| 62 | <module>jstl</module> |
| 63 | <!--<module>jta</module>--> |
Michael E. Rodriguez | 0d76235 | 2007-02-26 20:57:31 +0000 | [diff] [blame] | 64 | <module>jzlib</module> |
Michael E. Rodriguez | 20dfdb3 | 2007-03-14 03:54:24 +0000 | [diff] [blame] | 65 | <!--<module>log4j</module>--> |
| 66 | <module>logkit</module> |
| 67 | <module>mail</module> |
| 68 | <module>servlet-api</module> |
| 69 | <module>xercesImpl</module> |
| 70 | <module>xml-resolver</module> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 71 | </modules> |
Michael E. Rodriguez | 42fbb1d | 2007-02-21 23:53:59 +0000 | [diff] [blame] | 72 | </project> |