You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2007/01/25 19:43:24 UTC

svn commit: r499890 [3/4] - in /geronimo/site/trunk: bin/ docs/ docs/daytrader/ docs/maven/ccs/ docs/maven/images/ docs/maven/images/logos/ docs/plugins/ docs/plugins/geronimo-1.1/ docs/plugins/geronimo-2.0/ docs/schemas-1.1/ xdocs/ xdocs/daytrader/ xd...

Modified: geronimo/site/trunk/docs/plugins/geronimo-2.0/geronimo-plugins.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/geronimo-2.0/geronimo-plugins.xml?view=diff&rev=499890&r1=499889&r2=499890
==============================================================================
--- geronimo/site/trunk/docs/plugins/geronimo-2.0/geronimo-plugins.xml (original)
+++ geronimo/site/trunk/docs/plugins/geronimo-2.0/geronimo-plugins.xml Thu Jan 25 10:43:20 2007
@@ -1,561 +1,561 @@
-<?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.1">
-<plugin>
-    <name>Geronimo CA Helper Web App (Jetty)</name>
-    <module-id>org.apache.geronimo.configs/ca-helper-jetty/2.0-SNAPSHOT/car</module-id>
-    <category>Core Geronimo</category>
-    <description>
-        This is a helper application for CA to enable receiving CSR's through
-        and uploading certificates to web browsers.
-    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/jetty6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the CA Helper application works with the Geronimo/Jetty distribution.
-            It is not intended to run in the Geronimo/Tomcat distribution.  There is a separate version of the
-            CA Helper application that works with Tomcat.  Please install the version appropriate to your Geronimo
-            distribution.
-        </description>
-    </prerequisite>
-    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
-</plugin>
-<plugin>
-    <name>Geronimo CA Helper Web App (Tomcat)</name>
-    <module-id>org.apache.geronimo.configs/ca-helper-tomcat/2.0-SNAPSHOT/car</module-id>
-    <category>Core Geronimo</category>
-    <description>
-        This is a helper application for CA to enable receiving CSR's through
-        and uploading certificates to web browsers.
-    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the CA Helper application works with the Geronimo/Tomcat distribution.
-            It is not intended to run in the Geronimo/Jetty distribution.  There is a separate version of the
-            CA Helper 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>
-</plugin>
-<plugin>
-    <name>Apache Directory 0.92 for Geronimo</name>
-    <module-id>org.apache.geronimo.configs/directory/2.0-SNAPSHOT/car</module-id>
-    <category>Security</category>
-    <description>
-        This plugin integrates the Apache Directory Server (ApacheDS)
-        LDAP server with Geronimo.  That means that Geronimo will run
-        an embedded LDAP server when it starts.  This LDAP server may
-        be used for LDAP security realms within Geronimo, as well as
-        for other purposes by Geronimo applications or by remote
-        applications.
-          
-        This plugin does not presently include any tools for managing
-        or inspecting the LDAP server, though Geronimo itself includes
-        a security realm that works with LDAP.
-          
-        For more information on the ApacheDS project, see
-        http://directory.apache.org/subprojects/apacheds/index.html
-    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-directory//jar</dependency>
-    <config-xml-content>
-        <gbean xmlns="http://geronimo.apache.org/xml/ns/attributes-1.1"
-                name="DirectoryService">
-            <attribute name="host">0.0.0.0</attribute>
-            <attribute name="port">1389</attribute>
-        </gbean>
-    </config-xml-content>
-</plugin>
-<plugin>
-    <name>Geronimo Dojo App (Tomcat)</name>
-    <module-id>org.apache.geronimo.configs/dojo-tomcat/2.0-SNAPSHOT/car</module-id>
-    <category>Geronimo</category>
-    <description>
-        The Dojo AJAX library for Geronimo.  This binds to /dojo so that
-        applications needing to add dojo support can simply include a
-        reference to /dojo/dojo.js to enable Dojo support.
-    </description>
-    <url>http://dojotoolkit.org/</url>
-    <author>Dojo Foundation</author>
-    <license osi-approved="true">BSD and Academic Free License v2.1</license>
-    <geronimo-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the Welcome application works with the Geronimo/Tomcat distribution.
-            It is not intended to run in the Geronimo/Jetty distribution.
-            There is a separate version of the Welcome 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>
-</plugin>
-<plugin>
-    <name>Jakarta JSP Examples (Jetty)</name>
-    <module-id>org.apache.geronimo.configs/jsp-examples-jetty/2.0-SNAPSHOT/car</module-id>
-    <category>Examples</category>
-    <description>
-        The JSP examples originally developed for Tomcat.  Can be found
-        via HTTP at /jsp-examples/ after installation.  These examples give
-        a basic introduction to JSP 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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/jetty6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the JSP Examples works with the Geronimo/Jetty distribution.
-            It is not intended to run in the Geronimo/Tomcat distribution.
-            There is a separate version of the JSP Examples application that works with Tomcat.
-            Please install the version appropriate to your Geronimo distribution.
-        </description>
-    </prerequisite>
-    <dependency>commons-collections/commons-collections/3.1/jar</dependency>
-    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
-</plugin>
-<plugin>
-    <name>Jakarta JSP Examples (Tomcat)</name>
-    <module-id>org.apache.geronimo.configs/jsp-examples-tomcat/2.0-SNAPSHOT/car</module-id>
-    <category>Examples</category>
-    <description>
-        The JSP examples originally developed for Tomcat.  Can be found
-        via HTTP at /jsp-examples/ after installation.  These examples give
-        a basic introduction to JSP 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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the JSP 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 JSP 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>
-</plugin>
-<plugin>
-    <name>LDAP Example Web App (Jetty)</name>
-    <module-id>org.apache.geronimo.configs/ldap-demo-jetty/2.0-SNAPSHOT/car</module-id>
-    <category>Examples</category>
-    <description>
-        A web application that walks you through configuring the sample
-        data in the embedded Apache Directory LDAP server, and then tests logins
-        with a demonstration security realm configured for that LDAP server.
-        The LDAP Example web application be found via HTTP at /ldap-demo/ after
-        the plugin is installed.
-    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/jetty6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the LDAP Example works with the Geronimo/Jetty distribution.
-            It is not intended to run in the Geronimo/Tomcat distribution.
-            There is a separate version of the LDAP Example application that works with Tomcat.
-            Please install the version appropriate to your Geronimo distribution.
-        </description>
-    </prerequisite>
-    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
-    <dependency>org.apache.geronimo.configs/ldap-realm//car</dependency>
-</plugin>
-<plugin>
-    <name>LDAP Example Web App (Tomcat)</name>
-    <module-id>org.apache.geronimo.configs/ldap-demo-tomcat/2.0-SNAPSHOT/car</module-id>
-    <category>Examples</category>
-    <description>
-        A web application that walks you through configuring the sample
-        data in the embedded Apache Directory LDAP server, and then tests logins
-        with a demonstration security realm configured for that LDAP server.
-        The LDAP Example web application be found via HTTP at /ldap-demo/ after
-        the plugin is installed.
-    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the LDAP Example works with the Geronimo/Tomcat distribution.
-            It is not intended to run in the Geronimo/Jetty distribution.
-            There is a separate version of the LDAP Example 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>
-    <dependency>org.apache.geronimo.configs/ldap-realm//car</dependency>
-</plugin>
-<plugin>
-    <name>LDAP Example Security Realm</name>
-    <module-id>org.apache.geronimo.configs/ldap-realm/2.0-SNAPSHOT/car</module-id>
-    <category>Examples</category>
-    <description>
-        A sample security realm pointing to an embedded Apache Directory
-        LDAP server.  This is normally used with the LDAP Example Web Application,
-        which has instructions for setting up the LDAP server and screens to test
-        logins.  You don't need this plugin in order to create LDAP security realms,
-        this is just a sample.
-    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
-    <dependency>org.apache.geronimo.configs/directory//car</dependency>
-</plugin>
-<plugin>
-    <name>Geronimo OpenJPA plugin</name>
-    <module-id>org.apache.geronimo.configs/openjpa/2.0-SNAPSHOT/car</module-id>
-    <category>Geronimo</category>
-    <description>
-        OpenJPA plugin for geronimo.  This provides OpenJPA together with its dependencies as one dependency.
-    </description>
-    <url>http://cwiki.apache.org/confluence/display/openjpa/Index</url>
-    <author>Apache Software Foundation</author>
-    <license osi-approved="true">ASL 2</license>
-    <geronimo-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-</plugin>
-<plugin>
-    <name>Jakarta Servlet Examples (Jetty)</name>
-    <module-id>org.apache.geronimo.configs/servlet-examples-jetty/2.0-SNAPSHOT/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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/jetty6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the Servlet Examples works with the Geronimo/Jetty distribution.
-            It is not intended to run in the Geronimo/Tomcat distribution.
-            There is a separate version of the Servlet Examples application that works with Tomcat.
-            Please install the version appropriate to your Geronimo distribution.
-        </description>
-    </prerequisite>
-    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
-</plugin>
-<plugin>
-    <name>Jakarta Servlet Examples (Tomcat)</name>
-    <module-id>org.apache.geronimo.configs/servlet-examples-tomcat/2.0-SNAPSHOT/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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <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>
-</plugin>
-<plugin>
-    <name>Tomcat Web Server</name>
-    <module-id>org.apache.geronimo.configs/tomcat6/2.0-SNAPSHOT/car</module-id>
-    <category>Core Geronimo</category>
-    <description> The Tomcat Web Container for Geronimo.  This module includes the Tomcat Web Container for hosting web applications. It is one of two web servers available for the Geronimo framework. </description>
-    <url>http://geronimo.apache.org/</url>
-    <author>The Apache Geronimo development community</author>
-    <license osi-approved="true">Apache Software License (ASL) 2.0</license>
-    <geronimo-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
-    <dependency>org.apache.geronimo.configs/j2ee-security//car</dependency>
-    <dependency>org.apache.geronimo.configs/transaction//car</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-tomcat6//jar</dependency>
-    <obsoletes>org.apache.geronimo.configs/tomcat6//car</obsoletes>
-</plugin>
-<plugin>
-    <name>Tomcat Deployer</name>
-    <module-id>org.apache.geronimo.configs/tomcat6-deployer/2.0-SNAPSHOT/car</module-id>
-    <category>Core Geronimo</category>
-    <description> The Tomcat Deployer for Geronimo.  This module includes the Tomcat Deployment module so that web applications can be deployed into a tomcat server.  This deployment module has a dependency on the tomcat web container. </description>
-    <url>http://geronimo.apache.org/</url>
-    <author>The Apache Geronimo development community</author>
-    <license osi-approved="true">Apache Software License (ASL) 2.0</license>
-    <geronimo-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description> This version of the Tomcat Deployer requires that the Tomcat web container is present. </description>
-    </prerequisite>
-    <dependency>org.apache.geronimo.configs/j2ee-deployer//car</dependency>
-    <dependency>org.apache.geronimo.configs/connector-deployer//car</dependency>
-    <dependency>org.apache.geronimo.configs/tomcat6//car</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-tomcat6-builder//jar</dependency>
-    <obsoletes>org.apache.geronimo.configs/tomcat6-deployer//car</obsoletes>
-</plugin>
-<plugin>
-    <name>Geronimo Admin Console (Tomcat)</name>
-    <module-id>org.apache.geronimo.configs/webconsole-tomcat/2.0-SNAPSHOT/car</module-id>
-    <category>Core Geronimo</category>
-    <description>
-        The web-based administration console for Geronimo.  You can
-        reach it via HTTP at /console and use it to configure the Geronimo
-        installation as well as services like JDBC connection pools, JMS resources,
-        security realms, keystores, etc.  It provides simple statistics on the
-        running Geronimo server, as well as letting you review and deploy applications
-        and plugins.
-    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the admin console works with the Geronimo/Tomcat distribution.
-            It is not intended to run in the Geronimo/Jetty distribution.  There is a separate version
-            of the admin console that works with Jetty.  Please install the version appropriate to
-            your Geronimo distribution.
-        </description>
-    </prerequisite>
-    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
-    <dependency>org.apache.geronimo.configs/j2ee-security//car</dependency>
-    <dependency>portlet-api/portlet-api/1.0/jar</dependency>
-    <dependency>org.apache.pluto/pluto/1.0.1/jar</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-console-core//jar</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-management//jar</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-test-ddbean//jar</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-deploy-jsr88//jar</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-deploy-config//jar</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-service-builder//jar</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-connector-builder//jar</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-naming-builder//jar</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-security-builder//jar</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-j2ee-schema//jar</dependency>
-    <dependency>xmlbeans/xbean/2.0.0/jar</dependency>
-    <dependency>stax/stax-api/1.0/jar</dependency>
-    <dependency>activemq/activemq-gbean-management/3.2.4-SNAPSHOT/jar</dependency>
-    <dependency>activemq/activemq-gbean/3.2.4-SNAPSHOT/jar</dependency>
-    <dependency>activemq/activemq-core/3.2.4-SNAPSHOT/jar</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-converter//jar</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-util//jar</dependency>
-</plugin>
-<plugin>
-    <name>Geronimo Welcome Web App (Jetty)</name>
-    <module-id>org.apache.geronimo.configs/welcome-jetty/2.0-SNAPSHOT/car</module-id>
-    <category>Core Geronimo</category>
-    <description>
-        The welcome application for Geronimo.  This binds to / so it
-        handles all requests that nothing else is bound to.  The main
-        purpose is to greet users who are exploring Geronimo for the
-        first time.  It should typically be removed or replaced for
-        production applications.
-    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/jetty6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the Welcome application works with the Geronimo/Jetty distribution.
-            It is not intended to run in the Geronimo/Tomcat distribution.
-            There is a separate version of the Welcome application that works with Tomcat.
-            Please install the version appropriate to your Geronimo distribution.
-        </description>
-    </prerequisite>
-    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
-</plugin>
-<plugin>
-    <name>Geronimo Welcome Web App (Tomcat)</name>
-    <module-id>org.apache.geronimo.configs/welcome-tomcat/2.0-SNAPSHOT/car</module-id>
-    <category>Core Geronimo</category>
-    <description>
-        The welcome application for Geronimo.  This binds to / so it
-        handles all requests that nothing else is bound to.  The main
-        purpose is to greet users who are exploring Geronimo for the
-        first time.  It should typically be removed or replaced for
-        production applications.
-    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the Welcome application works with the Geronimo/Tomcat distribution.
-            It is not intended to run in the Geronimo/Jetty distribution.
-            There is a separate version of the Welcome 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>
-</plugin>
-<plugin>
-    <name>Geronimo Dojo App (jetty)</name>
-    <module-id>org.apache.geronimo.configs/dojo-jetty6/2.0-SNAPSHOT/car</module-id>
-    <category>Geronimo</category>
-    <description>
-        The Dojo AJAX library for Geronimo.  This binds to /dojo so that
-        applications needing to add dojo support can simply include a
-        reference to /dojo/dojo.js to enable Dojo support.
-    </description>
-    <url>http://dojotoolkit.org/</url>
-    <author>Dojo Foundation</author>
-    <license osi-approved="true">BSD and Academic Free License v2.1</license>
-    <geronimo-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>geronimo/jetty6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the Welcome application works with the Geronimo/Jetty distribution.
-            It is not intended to run in the Geronimo/Jetty distribution.
-            There is a separate version of the Welcome application that works with Jetty.
-            Please install the version appropriate to your Geronimo distribution.
-        </description>
-    </prerequisite>
-    <dependency>geronimo/j2ee-server//car</dependency>
-</plugin>
-<plugin>
-    <name>Geronimo Admin Console (Jetty)</name>
-    <module-id>org.apache.geronimo.configs/webconsole-jetty6/2.0-SNAPSHOT/car</module-id>
-    <category>Core Geronimo</category>
-    <description>
-        The web-based administration console for Geronimo.  You can
-        reach it via HTTP at /console and use it to configure the Geronimo
-        installation as well as services like JDBC connection pools, JMS resources,
-        security realms, keystores, etc.  It provides simple statistics on the
-        running Geronimo server, as well as letting you review and deploy applications
-        and plugins.
-    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
-    <geronimo-version>2.0-M1</geronimo-version>
-    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>geronimo/jetty6//car</id>
-        <resource-type>Web Container</resource-type>
-        <description>
-            This version of the admin console works with the Geronimo/Jetty distribution.
-            It is not intended to run in the Geronimo/Tomcat distribution.  There is a separate version
-            of the admin console that works with Tomcat.  Please install the version appropriate to
-            your Geronimo distribution.
-        </description>
-    </prerequisite>
-    <dependency>geronimo/j2ee-server//car</dependency>
-    <dependency>geronimo/j2ee-security//car</dependency>
-    <dependency>portlet-api/portlet-api/1.0/jar</dependency>
-    <dependency>org.apache.pluto/pluto/1.0.1/jar</dependency>
-    <dependency>geronimo/geronimo-console-core//jar</dependency>
-    <dependency>geronimo/geronimo-management//jar</dependency>
-    <dependency>geronimo/geronimo-test-ddbean//jar</dependency>
-    <dependency>geronimo/geronimo-deploy-jsr88//jar</dependency>
-    <dependency>geronimo/geronimo-deploy-config//jar</dependency>
-    <dependency>geronimo/geronimo-service-builder//jar</dependency>
-    <dependency>geronimo/geronimo-connector-builder//jar</dependency>
-    <dependency>geronimo/geronimo-naming-builder//jar</dependency>
-    <dependency>geronimo/geronimo-security-builder//jar</dependency>
-    <dependency>geronimo/geronimo-j2ee-schema//jar</dependency>
-    <dependency>xmlbeans/xbean/2.0.0/jar</dependency>
-    <dependency>stax/stax-api/1.0/jar</dependency>
-    <dependency>activemq/activemq-gbean-management/3.2.4-SNAPSHOT/jar</dependency>
-    <dependency>activemq/activemq-gbean/3.2.4-SNAPSHOT/jar</dependency>
-    <dependency>activemq/activemq-core/3.2.4-SNAPSHOT/jar</dependency>
-    <dependency>geronimo/geronimo-converter//jar</dependency>
-    <dependency>geronimo/geronimo-util//jar</dependency>
-</plugin>
-<default-repository>http://geronimo.apache.org/plugins/geronimo-2.0/repository/</default-repository>
-</geronimo-plugin-list>
+<?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.1">
+<plugin>
+    <name>Geronimo CA Helper Web App (Jetty)</name>
+    <module-id>org.apache.geronimo.configs/ca-helper-jetty/2.0-SNAPSHOT/car</module-id>
+    <category>Core Geronimo</category>
+    <description>
+        This is a helper application for CA to enable receiving CSR's through
+        and uploading certificates to web browsers.
+    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/jetty6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the CA Helper application works with the Geronimo/Jetty distribution.
+            It is not intended to run in the Geronimo/Tomcat distribution.  There is a separate version of the
+            CA Helper application that works with Tomcat.  Please install the version appropriate to your Geronimo
+            distribution.
+        </description>
+    </prerequisite>
+    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
+</plugin>
+<plugin>
+    <name>Geronimo CA Helper Web App (Tomcat)</name>
+    <module-id>org.apache.geronimo.configs/ca-helper-tomcat/2.0-SNAPSHOT/car</module-id>
+    <category>Core Geronimo</category>
+    <description>
+        This is a helper application for CA to enable receiving CSR's through
+        and uploading certificates to web browsers.
+    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the CA Helper application works with the Geronimo/Tomcat distribution.
+            It is not intended to run in the Geronimo/Jetty distribution.  There is a separate version of the
+            CA Helper 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>
+</plugin>
+<plugin>
+    <name>Apache Directory 0.92 for Geronimo</name>
+    <module-id>org.apache.geronimo.configs/directory/2.0-SNAPSHOT/car</module-id>
+    <category>Security</category>
+    <description>
+        This plugin integrates the Apache Directory Server (ApacheDS)
+        LDAP server with Geronimo.  That means that Geronimo will run
+        an embedded LDAP server when it starts.  This LDAP server may
+        be used for LDAP security realms within Geronimo, as well as
+        for other purposes by Geronimo applications or by remote
+        applications.
+          
+        This plugin does not presently include any tools for managing
+        or inspecting the LDAP server, though Geronimo itself includes
+        a security realm that works with LDAP.
+          
+        For more information on the ApacheDS project, see
+        http://directory.apache.org/subprojects/apacheds/index.html
+    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-directory//jar</dependency>
+    <config-xml-content>
+        <gbean xmlns="http://geronimo.apache.org/xml/ns/attributes-1.1"
+                name="DirectoryService">
+            <attribute name="host">0.0.0.0</attribute>
+            <attribute name="port">1389</attribute>
+        </gbean>
+    </config-xml-content>
+</plugin>
+<plugin>
+    <name>Geronimo Dojo App (Tomcat)</name>
+    <module-id>org.apache.geronimo.configs/dojo-tomcat/2.0-SNAPSHOT/car</module-id>
+    <category>Geronimo</category>
+    <description>
+        The Dojo AJAX library for Geronimo.  This binds to /dojo so that
+        applications needing to add dojo support can simply include a
+        reference to /dojo/dojo.js to enable Dojo support.
+    </description>
+    <url>http://dojotoolkit.org/</url>
+    <author>Dojo Foundation</author>
+    <license osi-approved="true">BSD and Academic Free License v2.1</license>
+    <geronimo-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the Welcome application works with the Geronimo/Tomcat distribution.
+            It is not intended to run in the Geronimo/Jetty distribution.
+            There is a separate version of the Welcome 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>
+</plugin>
+<plugin>
+    <name>Jakarta JSP Examples (Jetty)</name>
+    <module-id>org.apache.geronimo.configs/jsp-examples-jetty/2.0-SNAPSHOT/car</module-id>
+    <category>Examples</category>
+    <description>
+        The JSP examples originally developed for Tomcat.  Can be found
+        via HTTP at /jsp-examples/ after installation.  These examples give
+        a basic introduction to JSP 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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/jetty6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the JSP Examples works with the Geronimo/Jetty distribution.
+            It is not intended to run in the Geronimo/Tomcat distribution.
+            There is a separate version of the JSP Examples application that works with Tomcat.
+            Please install the version appropriate to your Geronimo distribution.
+        </description>
+    </prerequisite>
+    <dependency>commons-collections/commons-collections/3.1/jar</dependency>
+    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
+</plugin>
+<plugin>
+    <name>Jakarta JSP Examples (Tomcat)</name>
+    <module-id>org.apache.geronimo.configs/jsp-examples-tomcat/2.0-SNAPSHOT/car</module-id>
+    <category>Examples</category>
+    <description>
+        The JSP examples originally developed for Tomcat.  Can be found
+        via HTTP at /jsp-examples/ after installation.  These examples give
+        a basic introduction to JSP 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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the JSP 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 JSP 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>
+</plugin>
+<plugin>
+    <name>LDAP Example Web App (Jetty)</name>
+    <module-id>org.apache.geronimo.configs/ldap-demo-jetty/2.0-SNAPSHOT/car</module-id>
+    <category>Examples</category>
+    <description>
+        A web application that walks you through configuring the sample
+        data in the embedded Apache Directory LDAP server, and then tests logins
+        with a demonstration security realm configured for that LDAP server.
+        The LDAP Example web application be found via HTTP at /ldap-demo/ after
+        the plugin is installed.
+    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/jetty6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the LDAP Example works with the Geronimo/Jetty distribution.
+            It is not intended to run in the Geronimo/Tomcat distribution.
+            There is a separate version of the LDAP Example application that works with Tomcat.
+            Please install the version appropriate to your Geronimo distribution.
+        </description>
+    </prerequisite>
+    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
+    <dependency>org.apache.geronimo.configs/ldap-realm//car</dependency>
+</plugin>
+<plugin>
+    <name>LDAP Example Web App (Tomcat)</name>
+    <module-id>org.apache.geronimo.configs/ldap-demo-tomcat/2.0-SNAPSHOT/car</module-id>
+    <category>Examples</category>
+    <description>
+        A web application that walks you through configuring the sample
+        data in the embedded Apache Directory LDAP server, and then tests logins
+        with a demonstration security realm configured for that LDAP server.
+        The LDAP Example web application be found via HTTP at /ldap-demo/ after
+        the plugin is installed.
+    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the LDAP Example works with the Geronimo/Tomcat distribution.
+            It is not intended to run in the Geronimo/Jetty distribution.
+            There is a separate version of the LDAP Example 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>
+    <dependency>org.apache.geronimo.configs/ldap-realm//car</dependency>
+</plugin>
+<plugin>
+    <name>LDAP Example Security Realm</name>
+    <module-id>org.apache.geronimo.configs/ldap-realm/2.0-SNAPSHOT/car</module-id>
+    <category>Examples</category>
+    <description>
+        A sample security realm pointing to an embedded Apache Directory
+        LDAP server.  This is normally used with the LDAP Example Web Application,
+        which has instructions for setting up the LDAP server and screens to test
+        logins.  You don't need this plugin in order to create LDAP security realms,
+        this is just a sample.
+    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
+    <dependency>org.apache.geronimo.configs/directory//car</dependency>
+</plugin>
+<plugin>
+    <name>Geronimo OpenJPA plugin</name>
+    <module-id>org.apache.geronimo.configs/openjpa/2.0-SNAPSHOT/car</module-id>
+    <category>Geronimo</category>
+    <description>
+        OpenJPA plugin for geronimo.  This provides OpenJPA together with its dependencies as one dependency.
+    </description>
+    <url>http://cwiki.apache.org/confluence/display/openjpa/Index</url>
+    <author>Apache Software Foundation</author>
+    <license osi-approved="true">ASL 2</license>
+    <geronimo-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+</plugin>
+<plugin>
+    <name>Jakarta Servlet Examples (Jetty)</name>
+    <module-id>org.apache.geronimo.configs/servlet-examples-jetty/2.0-SNAPSHOT/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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/jetty6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the Servlet Examples works with the Geronimo/Jetty distribution.
+            It is not intended to run in the Geronimo/Tomcat distribution.
+            There is a separate version of the Servlet Examples application that works with Tomcat.
+            Please install the version appropriate to your Geronimo distribution.
+        </description>
+    </prerequisite>
+    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
+</plugin>
+<plugin>
+    <name>Jakarta Servlet Examples (Tomcat)</name>
+    <module-id>org.apache.geronimo.configs/servlet-examples-tomcat/2.0-SNAPSHOT/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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <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>
+</plugin>
+<plugin>
+    <name>Tomcat Web Server</name>
+    <module-id>org.apache.geronimo.configs/tomcat6/2.0-SNAPSHOT/car</module-id>
+    <category>Core Geronimo</category>
+    <description> The Tomcat Web Container for Geronimo.  This module includes the Tomcat Web Container for hosting web applications. It is one of two web servers available for the Geronimo framework. </description>
+    <url>http://geronimo.apache.org/</url>
+    <author>The Apache Geronimo development community</author>
+    <license osi-approved="true">Apache Software License (ASL) 2.0</license>
+    <geronimo-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
+    <dependency>org.apache.geronimo.configs/j2ee-security//car</dependency>
+    <dependency>org.apache.geronimo.configs/transaction//car</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-tomcat6//jar</dependency>
+    <obsoletes>org.apache.geronimo.configs/tomcat6//car</obsoletes>
+</plugin>
+<plugin>
+    <name>Tomcat Deployer</name>
+    <module-id>org.apache.geronimo.configs/tomcat6-deployer/2.0-SNAPSHOT/car</module-id>
+    <category>Core Geronimo</category>
+    <description> The Tomcat Deployer for Geronimo.  This module includes the Tomcat Deployment module so that web applications can be deployed into a tomcat server.  This deployment module has a dependency on the tomcat web container. </description>
+    <url>http://geronimo.apache.org/</url>
+    <author>The Apache Geronimo development community</author>
+    <license osi-approved="true">Apache Software License (ASL) 2.0</license>
+    <geronimo-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description> This version of the Tomcat Deployer requires that the Tomcat web container is present. </description>
+    </prerequisite>
+    <dependency>org.apache.geronimo.configs/j2ee-deployer//car</dependency>
+    <dependency>org.apache.geronimo.configs/connector-deployer//car</dependency>
+    <dependency>org.apache.geronimo.configs/tomcat6//car</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-tomcat6-builder//jar</dependency>
+    <obsoletes>org.apache.geronimo.configs/tomcat6-deployer//car</obsoletes>
+</plugin>
+<plugin>
+    <name>Geronimo Admin Console (Tomcat)</name>
+    <module-id>org.apache.geronimo.configs/webconsole-tomcat/2.0-SNAPSHOT/car</module-id>
+    <category>Core Geronimo</category>
+    <description>
+        The web-based administration console for Geronimo.  You can
+        reach it via HTTP at /console and use it to configure the Geronimo
+        installation as well as services like JDBC connection pools, JMS resources,
+        security realms, keystores, etc.  It provides simple statistics on the
+        running Geronimo server, as well as letting you review and deploy applications
+        and plugins.
+    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the admin console works with the Geronimo/Tomcat distribution.
+            It is not intended to run in the Geronimo/Jetty distribution.  There is a separate version
+            of the admin console that works with Jetty.  Please install the version appropriate to
+            your Geronimo distribution.
+        </description>
+    </prerequisite>
+    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
+    <dependency>org.apache.geronimo.configs/j2ee-security//car</dependency>
+    <dependency>portlet-api/portlet-api/1.0/jar</dependency>
+    <dependency>org.apache.pluto/pluto/1.0.1/jar</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-console-core//jar</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-management//jar</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-test-ddbean//jar</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-deploy-jsr88//jar</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-deploy-config//jar</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-service-builder//jar</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-connector-builder//jar</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-naming-builder//jar</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-security-builder//jar</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-j2ee-schema//jar</dependency>
+    <dependency>xmlbeans/xbean/2.0.0/jar</dependency>
+    <dependency>stax/stax-api/1.0/jar</dependency>
+    <dependency>activemq/activemq-gbean-management/3.2.4-SNAPSHOT/jar</dependency>
+    <dependency>activemq/activemq-gbean/3.2.4-SNAPSHOT/jar</dependency>
+    <dependency>activemq/activemq-core/3.2.4-SNAPSHOT/jar</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-converter//jar</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-util//jar</dependency>
+</plugin>
+<plugin>
+    <name>Geronimo Welcome Web App (Jetty)</name>
+    <module-id>org.apache.geronimo.configs/welcome-jetty/2.0-SNAPSHOT/car</module-id>
+    <category>Core Geronimo</category>
+    <description>
+        The welcome application for Geronimo.  This binds to / so it
+        handles all requests that nothing else is bound to.  The main
+        purpose is to greet users who are exploring Geronimo for the
+        first time.  It should typically be removed or replaced for
+        production applications.
+    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/jetty6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the Welcome application works with the Geronimo/Jetty distribution.
+            It is not intended to run in the Geronimo/Tomcat distribution.
+            There is a separate version of the Welcome application that works with Tomcat.
+            Please install the version appropriate to your Geronimo distribution.
+        </description>
+    </prerequisite>
+    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
+</plugin>
+<plugin>
+    <name>Geronimo Welcome Web App (Tomcat)</name>
+    <module-id>org.apache.geronimo.configs/welcome-tomcat/2.0-SNAPSHOT/car</module-id>
+    <category>Core Geronimo</category>
+    <description>
+        The welcome application for Geronimo.  This binds to / so it
+        handles all requests that nothing else is bound to.  The main
+        purpose is to greet users who are exploring Geronimo for the
+        first time.  It should typically be removed or replaced for
+        production applications.
+    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the Welcome application works with the Geronimo/Tomcat distribution.
+            It is not intended to run in the Geronimo/Jetty distribution.
+            There is a separate version of the Welcome 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>
+</plugin>
+<plugin>
+    <name>Geronimo Dojo App (jetty)</name>
+    <module-id>org.apache.geronimo.configs/dojo-jetty6/2.0-SNAPSHOT/car</module-id>
+    <category>Geronimo</category>
+    <description>
+        The Dojo AJAX library for Geronimo.  This binds to /dojo so that
+        applications needing to add dojo support can simply include a
+        reference to /dojo/dojo.js to enable Dojo support.
+    </description>
+    <url>http://dojotoolkit.org/</url>
+    <author>Dojo Foundation</author>
+    <license osi-approved="true">BSD and Academic Free License v2.1</license>
+    <geronimo-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>geronimo/jetty6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the Welcome application works with the Geronimo/Jetty distribution.
+            It is not intended to run in the Geronimo/Jetty distribution.
+            There is a separate version of the Welcome application that works with Jetty.
+            Please install the version appropriate to your Geronimo distribution.
+        </description>
+    </prerequisite>
+    <dependency>geronimo/j2ee-server//car</dependency>
+</plugin>
+<plugin>
+    <name>Geronimo Admin Console (Jetty)</name>
+    <module-id>org.apache.geronimo.configs/webconsole-jetty6/2.0-SNAPSHOT/car</module-id>
+    <category>Core Geronimo</category>
+    <description>
+        The web-based administration console for Geronimo.  You can
+        reach it via HTTP at /console and use it to configure the Geronimo
+        installation as well as services like JDBC connection pools, JMS resources,
+        security realms, keystores, etc.  It provides simple statistics on the
+        running Geronimo server, as well as letting you review and deploy applications
+        and plugins.
+    </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-version>2.0-M1-SNAPSHOT</geronimo-version>
+    <geronimo-version>2.0-M1</geronimo-version>
+    <geronimo-version>2.0-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>geronimo/jetty6//car</id>
+        <resource-type>Web Container</resource-type>
+        <description>
+            This version of the admin console works with the Geronimo/Jetty distribution.
+            It is not intended to run in the Geronimo/Tomcat distribution.  There is a separate version
+            of the admin console that works with Tomcat.  Please install the version appropriate to
+            your Geronimo distribution.
+        </description>
+    </prerequisite>
+    <dependency>geronimo/j2ee-server//car</dependency>
+    <dependency>geronimo/j2ee-security//car</dependency>
+    <dependency>portlet-api/portlet-api/1.0/jar</dependency>
+    <dependency>org.apache.pluto/pluto/1.0.1/jar</dependency>
+    <dependency>geronimo/geronimo-console-core//jar</dependency>
+    <dependency>geronimo/geronimo-management//jar</dependency>
+    <dependency>geronimo/geronimo-test-ddbean//jar</dependency>
+    <dependency>geronimo/geronimo-deploy-jsr88//jar</dependency>
+    <dependency>geronimo/geronimo-deploy-config//jar</dependency>
+    <dependency>geronimo/geronimo-service-builder//jar</dependency>
+    <dependency>geronimo/geronimo-connector-builder//jar</dependency>
+    <dependency>geronimo/geronimo-naming-builder//jar</dependency>
+    <dependency>geronimo/geronimo-security-builder//jar</dependency>
+    <dependency>geronimo/geronimo-j2ee-schema//jar</dependency>
+    <dependency>xmlbeans/xbean/2.0.0/jar</dependency>
+    <dependency>stax/stax-api/1.0/jar</dependency>
+    <dependency>activemq/activemq-gbean-management/3.2.4-SNAPSHOT/jar</dependency>
+    <dependency>activemq/activemq-gbean/3.2.4-SNAPSHOT/jar</dependency>
+    <dependency>activemq/activemq-core/3.2.4-SNAPSHOT/jar</dependency>
+    <dependency>geronimo/geronimo-converter//jar</dependency>
+    <dependency>geronimo/geronimo-util//jar</dependency>
+</plugin>
+<default-repository>http://geronimo.apache.org/plugins/geronimo-2.0/repository/</default-repository>
+</geronimo-plugin-list>

Propchange: geronimo/site/trunk/docs/plugins/geronimo-2.0/geronimo-plugins.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/plugins/geronimo-2.0/geronimo-plugins.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/plugins/geronimo-2.0/geronimo-plugins.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/plugins/plugin-repository-list-2.0.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/plugins/plugin-repository-list-2.0.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/plugins/plugin-repository-list-2.0.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/site/trunk/docs/schemas-1.1/application-client_1_2.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/schemas-1.1/application-client_1_2.dtd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/application-client_1_2.dtd
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/site/trunk/docs/schemas-1.1/application-client_1_3.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/schemas-1.1/application-client_1_3.dtd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/application-client_1_3.dtd
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/site/trunk/docs/schemas-1.1/application-client_1_4.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/application-client_1_4.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/application_1_2.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/schemas-1.1/application_1_2.dtd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/application_1_2.dtd
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/site/trunk/docs/schemas-1.1/application_1_3.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/schemas-1.1/application_1_3.dtd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/application_1_3.dtd
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/site/trunk/docs/schemas-1.1/application_1_4.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/application_1_4.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/connector_1_0.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/schemas-1.1/connector_1_0.dtd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/connector_1_0.dtd
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/site/trunk/docs/schemas-1.1/connector_1_0.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/connector_1_0.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/connector_1_5.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/connector_1_5.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/corba-css-config-2.0.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/corba-css-config-2.0.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/corba-tss-config-2.0.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/corba-tss-config-2.0.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/ejb-jar_1_1.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/schemas-1.1/ejb-jar_1_1.dtd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/ejb-jar_1_1.dtd
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/site/trunk/docs/schemas-1.1/ejb-jar_2_0.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/schemas-1.1/ejb-jar_2_0.dtd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/ejb-jar_2_0.dtd
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/site/trunk/docs/schemas-1.1/ejb-jar_2_1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/ejb-jar_2_1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-application-1.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-application-1.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/site/trunk/docs/schemas-1.1/geronimo-application-client-1.1.xsd
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/schemas-1.1/geronimo-application-client-1.1.xsd?view=diff&rev=499890&r1=499889&r2=499890
==============================================================================
--- geronimo/site/trunk/docs/schemas-1.1/geronimo-application-client-1.1.xsd (original)
+++ geronimo/site/trunk/docs/schemas-1.1/geronimo-application-client-1.1.xsd Thu Jan 25 10:43:20 2007
@@ -15,7 +15,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<!-- @version $Rev: 409817 $ $Date: 2006-05-27 03:56:38 -0400 (Sat, 27 May 2006) $ -->
+<!-- @version $Rev$ $Date$ -->
 <xs:schema
     xmlns:geronimo="http://geronimo.apache.org/xml/ns/j2ee/application-client-1.1"
     targetNamespace="http://geronimo.apache.org/xml/ns/j2ee/application-client-1.1"

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-application-client-1.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-application-client-1.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-connector-1.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-connector-1.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-javabean-xmlattribute-1.0.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-javabean-xmlattribute-1.0.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-jetty-1.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-jetty-1.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-jetty-config-1.0.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-jetty-config-1.0.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/site/trunk/docs/schemas-1.1/geronimo-login-config-1.1.xsd
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/schemas-1.1/geronimo-login-config-1.1.xsd?view=diff&rev=499890&r1=499889&r2=499890
==============================================================================
--- geronimo/site/trunk/docs/schemas-1.1/geronimo-login-config-1.1.xsd (original)
+++ geronimo/site/trunk/docs/schemas-1.1/geronimo-login-config-1.1.xsd Thu Jan 25 10:43:20 2007
@@ -16,7 +16,7 @@
     limitations under the License.
 -->
 
-<!-- $Rev: 409817 $ $Date: 2006-05-27 03:56:38 -0400 (Sat, 27 May 2006) $ -->
+<!-- $Rev$ $Date$ -->
 
 <xsd:schema
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-login-config-1.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-login-config-1.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-module-1.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-module-1.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-naming-1.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-naming-1.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/site/trunk/docs/schemas-1.1/geronimo-security-1.1.xsd
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/schemas-1.1/geronimo-security-1.1.xsd?view=diff&rev=499890&r1=499889&r2=499890
==============================================================================
--- geronimo/site/trunk/docs/schemas-1.1/geronimo-security-1.1.xsd (original)
+++ geronimo/site/trunk/docs/schemas-1.1/geronimo-security-1.1.xsd Thu Jan 25 10:43:20 2007
@@ -16,7 +16,7 @@
     limitations under the License.
 -->
 
-<!-- $Rev: 356022 $ $Date: 2005-12-11 15:58:34 -0500 (Sun, 11 Dec 2005) $ -->
+<!-- $Rev$ $Date$ -->
 
 <xsd:schema
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-security-1.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-security-1.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-tomcat-1.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-tomcat-1.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-tomcat-config-1.0.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-tomcat-config-1.0.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-web-1.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/geronimo-web-1.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/j2ee_1_4.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/j2ee_1_4.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/j2ee_jaxrpc_mapping_1_1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/j2ee_jaxrpc_mapping_1_1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/j2ee_web_services_1_1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/j2ee_web_services_1_1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/j2ee_web_services_client_1_1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/j2ee_web_services_client_1_1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/jsp_2_0.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/jsp_2_0.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/local-attributes-1.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/local-attributes-1.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/openejb-jar-2.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/openejb-jar-2.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/openejb-pkgen-2.0.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/openejb-pkgen-2.0.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/plugins-1.1.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/plugins-1.1.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-app_2_2.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-app_2_2.dtd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-app_2_2.dtd
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-app_2_3.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-app_2_3.dtd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-app_2_3.dtd
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-app_2_4.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-app_2_4.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-jsptaglibrary_1_1.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-jsptaglibrary_1_1.dtd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-jsptaglibrary_1_1.dtd
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-jsptaglibrary_1_2.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-jsptaglibrary_1_2.dtd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/web-jsptaglibrary_1_2.dtd
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/site/trunk/docs/schemas-1.1/wsdl.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/wsdl.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/site/trunk/docs/schemas-1.1/xml.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/docs/schemas-1.1/xml.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/site/trunk/xdocs/daytrader.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/xdocs/daytrader.xml?view=diff&rev=499890&r1=499889&r2=499890
==============================================================================
--- geronimo/site/trunk/xdocs/daytrader.xml (original)
+++ geronimo/site/trunk/xdocs/daytrader.xml Thu Jan 25 10:43:20 2007
@@ -1,40 +1,40 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-    Copyright 2003-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.
--->
-
-<document>
-
-    <properties>
-        <title>Apache Geronimo - Daytrader</title>
-        <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
-    </properties>
-
-    <body>
-        <section name="Daytrader">
-
-            <p>
-                <blockquote>
-                    Daytrader is a benchmark sample application that simulates an online stock trading site. This J2EE benchmark application allows you to compare performance tests from the Web and EJB tiers to JDBC connections. More details on this application coming soon.<br />
-					<br />
-					We are currently updating this page, the most current report is available <a href="http://people.apache.org/~hogstrom/Geronimo-1.1.1-PerformanceReport.pdf">here</a>.<br />
-					<i>Last update - 11/07/2006 - 10:30 AM</i>
-                </blockquote>
-            </p>
-
-        </section>
-    </body>
-</document>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+    Copyright 2003-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.
+-->
+
+<document>
+
+    <properties>
+        <title>Apache Geronimo - Daytrader</title>
+        <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
+    </properties>
+
+    <body>
+        <section name="Daytrader">
+
+            <p>
+                <blockquote>
+                    Daytrader is a benchmark sample application that simulates an online stock trading site. This J2EE benchmark application allows you to compare performance tests from the Web and EJB tiers to JDBC connections. More details on this application coming soon.<br />
+					<br />
+					We are currently updating this page, the most current report is available <a href="http://people.apache.org/~hogstrom/Geronimo-1.1.1-PerformanceReport.pdf">here</a>.<br />
+					<i>Last update - 11/07/2006 - 10:30 AM</i>
+                </blockquote>
+            </p>
+
+        </section>
+    </body>
+</document>

Propchange: geronimo/site/trunk/xdocs/daytrader.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/site/trunk/xdocs/daytrader.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/site/trunk/xdocs/daytrader.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml