Joe, thanks for removing the non-working samples off the catalog. Lin
On Fri, Jun 27, 2008 at 3:26 PM, <[EMAIL PROTECTED]> wrote: > Author: jbohn > Date: Fri Jun 27 12:26:10 2008 > New Revision: 672364 > > URL: http://svn.apache.org/viewvc?rev=672364&view=rev > Log: > update plugin catalog for 2.1.1 to remove 2.1-SNAPSHOT samples that are not > yet updated for Geronimo 2.1.1 > > Modified: > geronimo/site/trunk/docs/plugins/geronimo-2.1.1/geronimo-plugins.xml > > Modified: geronimo/site/trunk/docs/plugins/geronimo-2.1.1/geronimo-plugins.xml > URL: > http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/geronimo-2.1.1/geronimo-plugins.xml?rev=672364&r1=672363&r2=672364&view=diff > ============================================================================== > --- geronimo/site/trunk/docs/plugins/geronimo-2.1.1/geronimo-plugins.xml > (original) > +++ geronimo/site/trunk/docs/plugins/geronimo-2.1.1/geronimo-plugins.xml Fri > Jun 27 12:26:10 2008 > @@ -7170,357 +7170,6 @@ > </plugin-artifact> > </plugin> > <plugin> > - <name>Geronimo Configs :: LDAP Sample Security Realm</name> > - <category>Example</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://www.apache.org</url> > - <author>Apache Software Foundation</author> > - <license osi-approved="true">The Apache Software License, Version > 2.0</license> > - <plugin-artifact> > - <module-id> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>ldap-sample-app-realm</artifactId> > - <version>2.1-SNAPSHOT</version> > - <type>car</type> > - </module-id> > - <geronimo-version>2.1.1</geronimo-version> > - <jvm-version>1.5</jvm-version> > - <dependency> > - <groupId>org.apache.geronimo.framework</groupId> > - <artifactId>server-security-config</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - > <source-repository>http://repo1.maven.org/maven2/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository> > - </plugin-artifact> > - </plugin> > - <plugin> > - <name>Geronimo Configs :: LDAP Sample for Jetty</name> > - <category>Example</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_Sample/ > after > - the plugin is installed.</description> > - <url>http://www.apache.org</url> > - <author>Apache Software Foundation</author> > - <license osi-approved="true">The Apache Software License, Version > 2.0</license> > - <plugin-artifact> > - <module-id> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>ldap-sample-app-jetty</artifactId> > - <version>2.1-SNAPSHOT</version> > - <type>car</type> > - </module-id> > - <geronimo-version>2.1.1</geronimo-version> > - <jvm-version>1.5</jvm-version> > - <prerequisite> > - <id> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jetty6</artifactId> > - </id> > - <resource-type>Web Container</resource-type> > - <description>This version of the 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 > application that works with Tomcat. > - Please install the version appropriate > to your Geronimo distribution.</description> > - </prerequisite> > - <dependency> > - <groupId>org.apache.geronimo.samples</groupId> > - <artifactId>ldap-sample-app-war</artifactId> > - <version>2.1-SNAPSHOT</version> > - <type>war</type> > - </dependency> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>ldap-sample-app-realm</artifactId> > - <version>2.1-SNAPSHOT</version> > - <type>car</type> > - </dependency> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jasper</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jetty6</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - > <source-repository>http://repo1.maven.org/maven2/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository> > - </plugin-artifact> > - </plugin> > - <plugin> > - <name>Geronimo Configs :: LDAP Sample for Tomcat</name> > - <category>Example</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_Sample/ > after > - the plugin is installed.</description> > - <url>http://www.apache.org</url> > - <author>Apache Software Foundation</author> > - <license osi-approved="true">The Apache Software License, Version > 2.0</license> > - <plugin-artifact> > - <module-id> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>ldap-sample-app-tomcat</artifactId> > - <version>2.1-SNAPSHOT</version> > - <type>car</type> > - </module-id> > - <geronimo-version>2.1.1</geronimo-version> > - <jvm-version>1.5</jvm-version> > - <prerequisite> > - <id> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>tomcat6</artifactId> > - </id> > - <resource-type>Web Container</resource-type> > - <description>This version of the 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 > application that works with Jetty. > - Please install the version appropriate > to your Geronimo distribution.</description> > - </prerequisite> > - <dependency> > - <groupId>org.apache.geronimo.samples</groupId> > - <artifactId>ldap-sample-app-war</artifactId> > - <version>2.1-SNAPSHOT</version> > - <type>war</type> > - </dependency> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>ldap-sample-app-realm</artifactId> > - <version>2.1-SNAPSHOT</version> > - <type>car</type> > - </dependency> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jasper</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>tomcat6</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - > <source-repository>http://repo1.maven.org/maven2/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository> > - </plugin-artifact> > - </plugin> > - <plugin> > - <name>Geronimo Configs :: JSP Examples Jetty</name> > - <category>Example</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://www.apache.org</url> > - <author>Apache Software Foundation</author> > - <license osi-approved="true">The Apache Software License, Version > 2.0</license> > - <plugin-artifact> > - <module-id> > - <groupId>org.apache.geronimo.samples</groupId> > - <artifactId>jsp-examples-jetty</artifactId> > - <version>2.1-SNAPSHOT</version> > - <type>car</type> > - </module-id> > - <geronimo-version>2.1.1</geronimo-version> > - <jvm-version>1.5</jvm-version> > - <prerequisite> > - <id> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jetty6</artifactId> > - </id> > - <resource-type>Web Container</resource-type> > - <description>The Jetty web container</description> > - </prerequisite> > - <prerequisite> > - <id> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jasper</artifactId> > - </id> > - <resource-type>Web Container</resource-type> > - <description>The Jasper subsystem</description> > - </prerequisite> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jasper</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jetty6</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jasper</artifactId> > - <type>car</type> > - </dependency> > - > <source-repository>http://repo1.maven.org/maven2/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository> > - </plugin-artifact> > - </plugin> > - <plugin> > - <name>Geronimo Configs :: JSP Examples Tomcat</name> > - <category>Example</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://www.apache.org</url> > - <author>Apache Software Foundation</author> > - <license osi-approved="true">The Apache Software License, Version > 2.0</license> > - <plugin-artifact> > - <module-id> > - <groupId>org.apache.geronimo.samples</groupId> > - <artifactId>jsp-examples-tomcat</artifactId> > - <version>2.1-SNAPSHOT</version> > - <type>car</type> > - </module-id> > - <geronimo-version>2.1.1</geronimo-version> > - <jvm-version>1.5</jvm-version> > - <prerequisite> > - <id> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>tomcat6</artifactId> > - </id> > - <resource-type>Web Container</resource-type> > - <description>The Tomcat web container</description> > - </prerequisite> > - <prerequisite> > - <id> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jasper</artifactId> > - </id> > - <resource-type>Web Container</resource-type> > - <description>The Jasper subsystem</description> > - </prerequisite> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jasper</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>tomcat6</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jasper</artifactId> > - <type>car</type> > - </dependency> > - > <source-repository>http://repo1.maven.org/maven2/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository> > - </plugin-artifact> > - </plugin> > - <plugin> > - <name>Geronimo Configs :: Servlet Examples for Jetty</name> > - <category>Example</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://www.apache.org</url> > - <author>Apache Software Foundation</author> > - <license osi-approved="true">The Apache Software License, Version > 2.0</license> > - <plugin-artifact> > - <module-id> > - <groupId>org.apache.geronimo.samples</groupId> > - <artifactId>servlet-examples-jetty</artifactId> > - <version>2.1-SNAPSHOT</version> > - <type>car</type> > - </module-id> > - <geronimo-version>2.1.1</geronimo-version> > - <jvm-version>1.5</jvm-version> > - <prerequisite> > - <id> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jetty6</artifactId> > - </id> > - <resource-type>Web Container</resource-type> > - <description>This version of the 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 > application that works with Tomcat. > - Please install the version appropriate > to your Geronimo distribution.</description> > - </prerequisite> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jasper</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jetty6</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - > <source-repository>http://repo1.maven.org/maven2/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository> > - </plugin-artifact> > - </plugin> > - <plugin> > - <name>Geronimo Configs :: Servlet Examples for Tomcat</name> > - <category>Example</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://www.apache.org</url> > - <author>Apache Software Foundation</author> > - <license osi-approved="true">The Apache Software License, Version > 2.0</license> > - <plugin-artifact> > - <module-id> > - <groupId>org.apache.geronimo.samples</groupId> > - <artifactId>servlet-examples-tomcat</artifactId> > - <version>2.1-SNAPSHOT</version> > - <type>car</type> > - </module-id> > - <geronimo-version>2.1.1</geronimo-version> > - <jvm-version>1.5</jvm-version> > - <prerequisite> > - <id> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>tomcat6</artifactId> > - </id> > - <resource-type>Web Container</resource-type> > - <description>This version of the 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 > application that works with Jetty. > - Please install the version appropriate > to your Geronimo distribution.</description> > - </prerequisite> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>jasper</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - <dependency> > - <groupId>org.apache.geronimo.configs</groupId> > - <artifactId>tomcat6</artifactId> > - <version>2.1.1</version> > - <type>car</type> > - </dependency> > - > <source-repository>http://repo1.maven.org/maven2/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository> > - > <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository> > - </plugin-artifact> > - </plugin> > - <plugin> > <name>Apache Geronimo-Apache Directory Server Plugin</name> > <category>LDAP</category> > <description>This plugin integrates the Apache Directory Server > (ApacheDS) > > >
