| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Copyright 2006 The Apache Software Foundation |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <!-- $Rev$ $Date$ --> |
| |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| |
| <modelVersion>4.0.0</modelVersion> |
| |
| <parent> |
| <groupId>org.apache.geronimo</groupId> |
| <artifactId>geronimo</artifactId> |
| <version>1.2-SNAPSHOT</version> |
| <relativePath>../pom.xml</relativePath> |
| </parent> |
| |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>modules</artifactId> |
| <name>Geronimo :: Modules</name> |
| <packaging>pom</packaging> |
| |
| <modules> |
| <module>activation</module> |
| <module>activemq-embedded-rar</module> |
| <module>activemq-gbean</module> |
| <module>activemq-gbean-management</module> |
| <module>axis</module> |
| <module>axis-builder</module> |
| <module>client</module> |
| <module>client-builder</module> |
| <module>common</module> |
| <module>connector</module> |
| <module>connector-builder</module> |
| <module>converter</module> |
| <module>core</module> |
| <module>deploy-config</module> |
| <module>deploy-jsr88</module> |
| <module>deploy-tool</module> |
| <module>deployment</module> |
| <module>derby</module> |
| <module>directory</module> |
| <module>hot-deploy</module> |
| <module>installer-processing</module> |
| <module>interceptor</module> |
| <module>j2ee</module> |
| <module>j2ee-builder</module> |
| <module>j2ee-schema</module> |
| <module>jetty</module> |
| <module>jetty-builder</module> |
| <module>jmx-remoting</module> |
| <module>kernel</module> |
| <module>mail</module> |
| <module>management</module> |
| <module>naming</module> |
| <module>naming-builder</module> |
| <module>scripts</module> |
| <module>security</module> |
| <module>security-builder</module> |
| <module>service-builder</module> |
| <module>system</module> |
| <module>test-ddbean</module> |
| <module>timer</module> |
| <module>tomcat</module> |
| <module>tomcat-builder</module> |
| <module>transaction</module> |
| <module>upgrade</module> |
| <module>util</module> |
| <module>web-builder</module> |
| <module>webservices</module> |
| |
| <!-- |
| FIXME: Remove, not supporting izpack installer at the momemnt |
| <module>installer-support</module> |
| --> |
| |
| <!-- |
| FIXME: Remove this module, it is duplicated in applications |
| <module>console-web</module> |
| --> |
| </modules> |
| |
| </project> |