| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You 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$ --> |
| |
| <geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.2"> |
| <name>Jakarta Servlet Examples (Tomcat)</name> |
| <module-id>${pom.groupId}/${pom.artifactId}/${version}/car</module-id> |
| <category>Examples</category> |
| <description> |
| The Servlet examples originally developed for Tomcat. Can be found |
| via HTTP at /servlets-examples/ after installation. These examples give |
| a basic introduction to Servlet development along with sample code. |
| </description> |
| <url>http://geronimo.apache.org/</url> |
| <author>The Apache Geronimo development community</author> |
| <license osi-approved="true">BSD -- Apache Software License (ASL) 2.0</license> |
| <geronimo-versions> |
| <version>${version}</version> |
| </geronimo-versions> |
| <prerequisite> |
| <id>org.apache.geronimo.configs/tomcat6//car</id> |
| <resource-type>Web Container</resource-type> |
| <description> |
| This version of the Servlet Examples works with the Geronimo/Tomcat distribution. |
| It is not intended to run in the Geronimo/Jetty distribution. |
| There is a separate version of the Servlet Examples application that works with Jetty. |
| Please install the version appropriate to your Geronimo distribution. |
| </description> |
| </prerequisite> |
| <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency> |
| <source-repository>http://geronimo.apache.org/plugins/geronimo-2.0/repository/</source-repository> |
| <source-repository>http://www.ibiblio.org/maven2/</source-repository> |
| </geronimo-plugin> |