blob: 0a9417993816e3e9c21203f70326527c925cdf1f [file] [log] [blame]
Michael E. Rodriguez20dfdb32007-03-14 03:54:24 +00001<?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. Rodriguez42fbb1d2007-02-21 23:53:59 +000024 <parent>
25 <groupId>org.apache.felix</groupId>
26 <artifactId>felix</artifactId>
27 <version>0.9.0-incubator-SNAPSHOT</version>
28 </parent>
Michael E. Rodriguez42fbb1d2007-02-21 23:53:59 +000029 <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. Rodriguez42fbb1d2007-02-21 23:53:59 +000036 <modules>
Michael E. Rodriguez20dfdb32007-03-14 03:54:24 +000037 <module>activation</module>
Michael E. Rodriguez42fbb1d2007-02-21 23:53:59 +000038 <module>antlr</module>
Michael E. Rodriguez20dfdb32007-03-14 03:54:24 +000039 <module>aopalliance</module>
40 <module>avalon-framework</module>
Michael E. Rodriguez7fe0f302007-02-22 03:35:45 +000041 <module>cglib</module>
Michael E. Rodriguez20dfdb32007-03-14 03:54:24 +000042 <module>commons-attributes-api</module>
43 <module>commons-attributes-compiler</module>
Michael E. Rodriguez42fbb1d2007-02-21 23:53:59 +000044 <module>commons-beanutils</module>
45 <module>commons-codec</module>
Michael E. Rodriguez0d762352007-02-26 20:57:31 +000046 <module>commons-collections</module>
Michael E. Rodriguez42fbb1d2007-02-21 23:53:59 +000047 <module>commons-configuration</module>
48 <module>commons-digester</module>
49 <module>commons-el</module>
Felix Meschberger7ed7f172007-04-24 14:28:36 +000050 <module>commons-email</module>
Michael E. Rodriguez42fbb1d2007-02-21 23:53:59 +000051 <module>commons-fileupload</module>
52 <module>commons-httpclient</module>
53 <module>commons-io</module>
Michael E. Rodriguez20dfdb32007-03-14 03:54:24 +000054 <module>commons-jxpath</module>
Michael E. Rodriguez2f20c1e2007-02-22 00:38:31 +000055 <module>commons-lang</module>
Michael E. Rodriguez20dfdb32007-03-14 03:54:24 +000056 <module>commons-logging</module>
Carsten Ziegeler8959c6d2007-07-06 14:21:28 +000057 <module>commons-validator</module>
Michael E. Rodriguez20dfdb32007-03-14 03:54:24 +000058 <module>dom4j</module>
59 <module>ehcache</module>
60 <module>hibernate</module>
61 <!--<module>hsqldb</module>-->
62 <!--<module>jms</module>-->
63 <!--<module>jmxtools</module>-->
64 <module>jstl</module>
65 <!--<module>jta</module>-->
Michael E. Rodriguez0d762352007-02-26 20:57:31 +000066 <module>jzlib</module>
Michael E. Rodriguez7cc0ed92007-03-15 18:59:53 +000067 <module>log4j</module>
Michael E. Rodriguez20dfdb32007-03-14 03:54:24 +000068 <module>logkit</module>
69 <module>mail</module>
Carsten Ziegelerc8f0ecc2007-07-10 09:49:30 +000070 <module>poi</module>
Carsten Ziegelerc5d43d22007-07-05 06:38:22 +000071 <module>portlet-api</module>
Michael E. Rodriguez20dfdb32007-03-14 03:54:24 +000072 <module>servlet-api</module>
73 <module>xercesImpl</module>
Carsten Ziegeleref0b5c62007-07-04 17:06:50 +000074 <module>xml-apis</module>
Michael E. Rodriguez20dfdb32007-03-14 03:54:24 +000075 <module>xml-resolver</module>
Michael E. Rodriguez42fbb1d2007-02-21 23:53:59 +000076 </modules>
Michael E. Rodriguez42fbb1d2007-02-21 23:53:59 +000077</project>