| <?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. |
| --> |
| |
| <geronimo-plugin-list xmlns="http://geronimo.apache.org/xml/ns/plugins-1.3"> |
| <plugin> |
| <name>DayTrader Performance Testing App (Jetty/Derby)</name> |
| <category>Examples</category> |
| <description>Test Data</description> |
| <plugin-artifact> |
| <module-id> |
| <groupId>geronimo</groupId> |
| <artifactId>daytrader-derby-jetty</artifactId> |
| <version>2.0-TEST</version> |
| <type>car</type> |
| </module-id> |
| <geronimo-versions> |
| <version>3.0-TEST</version> |
| </geronimo-versions> |
| <prerequisite> |
| <id> |
| <groupId>geronimo</groupId> |
| <artifactId>jetty</artifactId> |
| <type>car</type> |
| </id> |
| <description> |
| This is a web application or web-related module, configured for the Jetty web container. It will not |
| run |
| on Tomcat versions of Geronimo. If you need a Tomcat version of this application, you'll need to get |
| it |
| from another Tomcat Geronimo installation. |
| </description> |
| </prerequisite> |
| <dependency>geronimo/j2ee-server/3.0-TEST/car</dependency> |
| <dependency>geronimo/geronimo-daytrader-derby-db/2.0-TEST/jar</dependency> |
| </plugin-artifact> |
| </plugin> |
| |
| <plugin> |
| <name>DayTrader Client (Jetty/Derby)</name> |
| <category>Examples</category> |
| <description>Test Data</description> |
| <plugin-artifact> |
| <module-id> |
| <groupId>geronimo</groupId> |
| <artifactId>daytrader-derby-jetty-streamer-client</artifactId> |
| <version>2.0-TEST</version> |
| <type>car</type> |
| </module-id> |
| <geronimo-versions> |
| <version>3.0-TEST</version> |
| </geronimo-versions> |
| <prerequisite> |
| <id> |
| <groupId>geronimo</groupId> |
| <artifactId>jetty</artifactId> |
| <type>car</type> |
| </id> |
| <description> |
| This is a web application or web-related module, configured for the Jetty web container. It will not |
| run |
| on Tomcat versions of Geronimo. If you need a Tomcat version of this application, you'll need to get |
| it |
| from another Tomcat Geronimo installation. |
| </description> |
| </prerequisite> |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>client</artifactId> |
| <version>3.0-TEST</version> |
| <type>car</type> |
| </dependency> |
| </plugin-artifact> |
| </plugin> |
| |
| <default-repository>http://nowhere.com/</default-repository> |
| |
| </geronimo-plugin-list> |