You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pm...@apache.org on 2006/10/03 23:04:32 UTC

svn commit: r452623 [2/2] - in /geronimo/site/trunk/docs/plugins: geronimo-1.1.1/geronimo-plugins.xml geronimo-1.1/ geronimo-1.1/geronimo-plugins.xml geronimo-1.2-SNAPSHOT/geronimo-plugins.xml

Modified: geronimo/site/trunk/docs/plugins/geronimo-1.2-SNAPSHOT/geronimo-plugins.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/geronimo-1.2-SNAPSHOT/geronimo-plugins.xml?view=diff&rev=452623&r1=452622&r2=452623
==============================================================================
--- geronimo/site/trunk/docs/plugins/geronimo-1.2-SNAPSHOT/geronimo-plugins.xml (original)
+++ geronimo/site/trunk/docs/plugins/geronimo-1.2-SNAPSHOT/geronimo-plugins.xml Tue Oct  3 14:04:32 2006
@@ -1,484 +1,484 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<geronimo-plugin-list xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<plugin>
-    <name>Apache Directory 0.92 for Geronimo</name>
-    <module-id>org.apache.geronimo.configs/directory/1.2-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>1.2-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 (jetty)</name>
-    <module-id>org.apache.geronimo.configs/dojo-jetty/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/jetty//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>org.apache.geronimo.configs/j2ee-server//car</dependency>
-</plugin>
-<plugin>
-    <name>Geronimo Dojo App (Tomcat)</name>
-    <module-id>org.apache.geronimo.configs/dojo-tomcat/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat//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>Jetty Web Server</name>
-    <module-id>org.apache.geronimo.configs/jetty/1.2-SNAPSHOT/car</module-id>
-    <category>Core Geronimo</category>
-    <description> The Jetty Web Container for Geronimo.  This module includes the Jetty 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>1.2-SNAPSHOT</geronimo-version>
-    <dependency>org.apache.geronimo.modules/geronimo-jetty//jar</dependency>
-    <dependency>org.apache.geronimo.configs/transaction//car</dependency>
-    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-clustering//jar</dependency>
-    <dependency>org.apache.geronimo.configs/j2ee-security//car</dependency>
-    <obsoletes>org.apache.geronimo.configs/jetty//car</obsoletes>
-</plugin>
-<plugin>
-    <name>Jetty Deployer</name>
-    <module-id>org.apache.geronimo.configs/jetty-deployer/1.2-SNAPSHOT/car</module-id>
-    <category>Core Geronimo</category>
-    <description>The Jetty Deployer for Geronimo. This module includes the Jetty Deployment module so that web applications can be deployed into a Jetty server.  This deployment module has a dependency on the Jetty 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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/jetty//car</id>
-        <resource-type>Web Container</resource-type>
-        <description> This version of the Jetty Deployer requires that the Tomcat web container is present.  </description>
-    </prerequisite>
-    <dependency>org.apache.geronimo.configs/connector-deployer//car</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-jetty-builder//jar</dependency>
-    <dependency>org.apache.geronimo.configs/j2ee-deployer//car</dependency>
-    <dependency>org.apache.geronimo.configs/jetty//car</dependency>
-    <obsoletes>org.apache.geronimo.configs/jetty-deployer//car</obsoletes>
-</plugin>
-<plugin>
-    <name>Jakarta JSP Examples (Jetty)</name>
-    <module-id>org.apache.geronimo.configs/jsp-examples-jetty/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/jetty//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/jetty//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
-    <dependency>org.apache.geronimo.configs/directory//car</dependency>
-</plugin>
-<plugin>
-    <name>Jakarta Servlet Examples (Jetty)</name>
-    <module-id>org.apache.geronimo.configs/servlet-examples-jetty/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/jetty//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat//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/tomcat/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <dependency>org.apache.geronimo.modules/geronimo-tomcat//jar</dependency>
-    <dependency>org.apache.geronimo.configs/transaction//car</dependency>
-    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
-    <dependency>org.apache.geronimo.configs/j2ee-security//car</dependency>
-    <obsoletes>org.apache.geronimo.configs/tomcat//car</obsoletes>
-</plugin>
-<plugin>
-    <name>Tomcat Deployer</name>
-    <module-id>org.apache.geronimo.configs/tomcat-deployer/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat//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/tomcat//car</dependency>
-    <dependency>org.apache.geronimo.modules/geronimo-tomcat-builder//jar</dependency>
-    <dependency>org.apache.geronimo.configs/connector-deployer//car</dependency>
-    <dependency>org.apache.geronimo.configs/j2ee-deployer//car</dependency>
-    <obsoletes>org.apache.geronimo.configs/tomcat-deployer//car</obsoletes>
-</plugin>
-<plugin>
-    <name>Geronimo Admin Console (Jetty)</name>
-    <module-id>org.apache.geronimo.configs/webconsole-jetty/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/jetty//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>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 Admin Console (Tomcat)</name>
-    <module-id>org.apache.geronimo.configs/webconsole-tomcat/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/jetty//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
-    <prerequisite>
-        <id>org.apache.geronimo.configs/tomcat//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>
-<default-repository>http://people.apache.org/repo/m2-snapshot-repository/</default-repository>
-<default-repository>http://www.ibiblio.org/maven2/</default-repository>
-</geronimo-plugin-list>
+<?xml version="1.0" encoding="UTF-8"?>
+<geronimo-plugin-list xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
+<plugin>
+    <name>Apache Directory 0.92 for Geronimo</name>
+    <module-id>org.apache.geronimo.configs/directory/1.2-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>1.2-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 (jetty)</name>
+    <module-id>org.apache.geronimo.configs/dojo-jetty/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/jetty//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>org.apache.geronimo.configs/j2ee-server//car</dependency>
+</plugin>
+<plugin>
+    <name>Geronimo Dojo App (Tomcat)</name>
+    <module-id>org.apache.geronimo.configs/dojo-tomcat/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat//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>Jetty Web Server</name>
+    <module-id>org.apache.geronimo.configs/jetty/1.2-SNAPSHOT/car</module-id>
+    <category>Core Geronimo</category>
+    <description> The Jetty Web Container for Geronimo.  This module includes the Jetty 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>1.2-SNAPSHOT</geronimo-version>
+    <dependency>org.apache.geronimo.modules/geronimo-jetty//jar</dependency>
+    <dependency>org.apache.geronimo.configs/transaction//car</dependency>
+    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-clustering//jar</dependency>
+    <dependency>org.apache.geronimo.configs/j2ee-security//car</dependency>
+    <obsoletes>org.apache.geronimo.configs/jetty//car</obsoletes>
+</plugin>
+<plugin>
+    <name>Jetty Deployer</name>
+    <module-id>org.apache.geronimo.configs/jetty-deployer/1.2-SNAPSHOT/car</module-id>
+    <category>Core Geronimo</category>
+    <description>The Jetty Deployer for Geronimo. This module includes the Jetty Deployment module so that web applications can be deployed into a Jetty server.  This deployment module has a dependency on the Jetty 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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/jetty//car</id>
+        <resource-type>Web Container</resource-type>
+        <description> This version of the Jetty Deployer requires that the Tomcat web container is present.  </description>
+    </prerequisite>
+    <dependency>org.apache.geronimo.configs/connector-deployer//car</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-jetty-builder//jar</dependency>
+    <dependency>org.apache.geronimo.configs/j2ee-deployer//car</dependency>
+    <dependency>org.apache.geronimo.configs/jetty//car</dependency>
+    <obsoletes>org.apache.geronimo.configs/jetty-deployer//car</obsoletes>
+</plugin>
+<plugin>
+    <name>Jakarta JSP Examples (Jetty)</name>
+    <module-id>org.apache.geronimo.configs/jsp-examples-jetty/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/jetty//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/jetty//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
+    <dependency>org.apache.geronimo.configs/directory//car</dependency>
+</plugin>
+<plugin>
+    <name>Jakarta Servlet Examples (Jetty)</name>
+    <module-id>org.apache.geronimo.configs/servlet-examples-jetty/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/jetty//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat//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/tomcat/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <dependency>org.apache.geronimo.modules/geronimo-tomcat//jar</dependency>
+    <dependency>org.apache.geronimo.configs/transaction//car</dependency>
+    <dependency>org.apache.geronimo.configs/j2ee-server//car</dependency>
+    <dependency>org.apache.geronimo.configs/j2ee-security//car</dependency>
+    <obsoletes>org.apache.geronimo.configs/tomcat//car</obsoletes>
+</plugin>
+<plugin>
+    <name>Tomcat Deployer</name>
+    <module-id>org.apache.geronimo.configs/tomcat-deployer/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat//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/tomcat//car</dependency>
+    <dependency>org.apache.geronimo.modules/geronimo-tomcat-builder//jar</dependency>
+    <dependency>org.apache.geronimo.configs/connector-deployer//car</dependency>
+    <dependency>org.apache.geronimo.configs/j2ee-deployer//car</dependency>
+    <obsoletes>org.apache.geronimo.configs/tomcat-deployer//car</obsoletes>
+</plugin>
+<plugin>
+    <name>Geronimo Admin Console (Jetty)</name>
+    <module-id>org.apache.geronimo.configs/webconsole-jetty/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/jetty//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>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 Admin Console (Tomcat)</name>
+    <module-id>org.apache.geronimo.configs/webconsole-tomcat/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/jetty//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/1.2-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>1.2-SNAPSHOT</geronimo-version>
+    <prerequisite>
+        <id>org.apache.geronimo.configs/tomcat//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>
+<default-repository>http://people.apache.org/repo/m2-snapshot-repository/</default-repository>
+<default-repository>http://www.ibiblio.org/maven2/</default-repository>
+</geronimo-plugin-list>

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

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

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