Author: jdillon
Date: Thu Aug 17 13:08:23 2006
New Revision: 432370
URL: http://svn.apache.org/viewvc?rev=432370&view=rev
Log:
Formatting and license headers for geronimo-plugin.xmls
Modified:
geronimo/trunk/configs/console-jetty/src/conf/geronimo-plugin.xml
geronimo/trunk/configs/console-tomcat/src/conf/geronimo-plugin.xml
geronimo/trunk/configs/directory/src/conf/geronimo-plugin.xml
geronimo/trunk/configs/jsp-examples-jetty/src/conf/geronimo-plugin.xml
geronimo/trunk/configs/jsp-examples-tomcat/src/conf/geronimo-plugin.xml
geronimo/trunk/configs/ldap-demo-jetty/src/conf/geronimo-plugin.xml
geronimo/trunk/configs/ldap-demo-tomcat/src/conf/geronimo-plugin.xml
geronimo/trunk/configs/ldap-realm/src/conf/geronimo-plugin.xml
geronimo/trunk/configs/servlets-examples-jetty/src/conf/geronimo-plugin.xml
geronimo/trunk/configs/servlets-examples-tomcat/src/conf/geronimo-plugin.xml
geronimo/trunk/configs/welcome-jetty/src/conf/geronimo-plugin.xml
geronimo/trunk/configs/welcome-tomcat/src/conf/geronimo-plugin.xml
Modified: geronimo/trunk/configs/console-jetty/src/conf/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/console-jetty/src/conf/geronimo-plugin.xml?rev=432370&r1=432369&r2=432370&view=diff
==============================================================================
--- geronimo/trunk/configs/console-jetty/src/conf/geronimo-plugin.xml (original)
+++ geronimo/trunk/configs/console-jetty/src/conf/geronimo-plugin.xml Thu Aug 17 13:08:23 2006
@@ -1,47 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<name>Geronimo Admin Console (Jetty)</name>
-<module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
-<prerequisite>
-<id>geronimo/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>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>
-<source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
-<source-repository>http://www.ibiblio.org/maven2/</source-repository>
+ <name>Geronimo Admin Console (Jetty)</name>
+ <module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
+ <prerequisite>
+ <id>geronimo/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>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>
+ <source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
+ <source-repository>http://www.ibiblio.org/maven2/</source-repository>
</geronimo-plugin>
Modified: geronimo/trunk/configs/console-tomcat/src/conf/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/console-tomcat/src/conf/geronimo-plugin.xml?rev=432370&r1=432369&r2=432370&view=diff
==============================================================================
--- geronimo/trunk/configs/console-tomcat/src/conf/geronimo-plugin.xml (original)
+++ geronimo/trunk/configs/console-tomcat/src/conf/geronimo-plugin.xml Thu Aug 17 13:08:23 2006
@@ -1,47 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<name>Geronimo Admin Console (Tomcat)</name>
-<module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
-<prerequisite>
-<id>geronimo/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>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>
-<source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
-<source-repository>http://www.ibiblio.org/maven2/</source-repository>
+ <name>Geronimo Admin Console (Tomcat)</name>
+ <module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
+ <prerequisite>
+ <id>geronimo/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>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>
+ <source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
+ <source-repository>http://www.ibiblio.org/maven2/</source-repository>
</geronimo-plugin>
Modified: geronimo/trunk/configs/directory/src/conf/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/directory/src/conf/geronimo-plugin.xml?rev=432370&r1=432369&r2=432370&view=diff
==============================================================================
--- geronimo/trunk/configs/directory/src/conf/geronimo-plugin.xml (original)
+++ geronimo/trunk/configs/directory/src/conf/geronimo-plugin.xml Thu Aug 17 13:08:23 2006
@@ -1,36 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<name>Apache Directory 0.92 for Geronimo</name>
-<module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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.
+<!--
+ Copyright 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
-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.
+ http://www.apache.org/licenses/LICENSE-2.0
-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>${pom.currentVersion}</geronimo-version>
-<dependency>geronimo/j2ee-server//car</dependency>
-<dependency>geronimo/geronimo-directory//jar</dependency>
-<source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
-<source-repository>http://www.ibiblio.org/maven2/</source-repository>
-<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>
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
+ <name>Apache Directory 0.92 for Geronimo</name>
+ <module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
+ <dependency>geronimo/j2ee-server//car</dependency>
+ <dependency>geronimo/geronimo-directory//jar</dependency>
+ <source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
+ <source-repository>http://www.ibiblio.org/maven2/</source-repository>
+ <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>
</geronimo-plugin>
Modified: geronimo/trunk/configs/jsp-examples-jetty/src/conf/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/jsp-examples-jetty/src/conf/geronimo-plugin.xml?rev=432370&r1=432369&r2=432370&view=diff
==============================================================================
--- geronimo/trunk/configs/jsp-examples-jetty/src/conf/geronimo-plugin.xml (original)
+++ geronimo/trunk/configs/jsp-examples-jetty/src/conf/geronimo-plugin.xml Thu Aug 17 13:08:23 2006
@@ -1,22 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<name>Jakarta JSP Examples (Jetty)</name>
-<module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
-<prerequisite>
-<id>geronimo/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>geronimo/j2ee-server//car</dependency>
-<source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
-<source-repository>http://www.ibiblio.org/maven2/</source-repository>
+ <name>Jakarta JSP Examples (Jetty)</name>
+ <module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
+ <prerequisite>
+ <id>geronimo/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>geronimo/j2ee-server//car</dependency>
+ <source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
+ <source-repository>http://www.ibiblio.org/maven2/</source-repository>
</geronimo-plugin>
Modified: geronimo/trunk/configs/jsp-examples-tomcat/src/conf/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/jsp-examples-tomcat/src/conf/geronimo-plugin.xml?rev=432370&r1=432369&r2=432370&view=diff
==============================================================================
--- geronimo/trunk/configs/jsp-examples-tomcat/src/conf/geronimo-plugin.xml (original)
+++ geronimo/trunk/configs/jsp-examples-tomcat/src/conf/geronimo-plugin.xml Thu Aug 17 13:08:23 2006
@@ -1,21 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<name>Jakarta JSP Examples (Tomcat)</name>
-<module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
-<prerequisite>
-<id>geronimo/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>geronimo/j2ee-server//car</dependency>
-<source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
-<source-repository>http://www.ibiblio.org/maven2/</source-repository>
+ <name>Jakarta JSP Examples (Tomcat)</name>
+ <module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
+ <prerequisite>
+ <id>geronimo/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>geronimo/j2ee-server//car</dependency>
+ <source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
+ <source-repository>http://www.ibiblio.org/maven2/</source-repository>
</geronimo-plugin>
Modified: geronimo/trunk/configs/ldap-demo-jetty/src/conf/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/ldap-demo-jetty/src/conf/geronimo-plugin.xml?rev=432370&r1=432369&r2=432370&view=diff
==============================================================================
--- geronimo/trunk/configs/ldap-demo-jetty/src/conf/geronimo-plugin.xml (original)
+++ geronimo/trunk/configs/ldap-demo-jetty/src/conf/geronimo-plugin.xml Thu Aug 17 13:08:23 2006
@@ -1,24 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<name>LDAP Example Web App (Jetty)</name>
-<module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
-<prerequisite>
-<id>geronimo/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>geronimo/j2ee-server//car</dependency>
-<dependency>geronimo/ldap-realm//car</dependency>
-<source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
-<source-repository>http://www.ibiblio.org/maven2/</source-repository>
+ <name>LDAP Example Web App (Jetty)</name>
+ <module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
+ <prerequisite>
+ <id>geronimo/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>geronimo/j2ee-server//car</dependency>
+ <dependency>geronimo/ldap-realm//car</dependency>
+ <source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
+ <source-repository>http://www.ibiblio.org/maven2/</source-repository>
</geronimo-plugin>
Modified: geronimo/trunk/configs/ldap-demo-tomcat/src/conf/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/ldap-demo-tomcat/src/conf/geronimo-plugin.xml?rev=432370&r1=432369&r2=432370&view=diff
==============================================================================
--- geronimo/trunk/configs/ldap-demo-tomcat/src/conf/geronimo-plugin.xml (original)
+++ geronimo/trunk/configs/ldap-demo-tomcat/src/conf/geronimo-plugin.xml Thu Aug 17 13:08:23 2006
@@ -1,24 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<name>LDAP Example Web App (Tomcat)</name>
-<module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
-<prerequisite>
-<id>geronimo/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>geronimo/j2ee-server//car</dependency>
-<dependency>geronimo/ldap-realm//car</dependency>
-<source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
-<source-repository>http://www.ibiblio.org/maven2/</source-repository>
+ <name>LDAP Example Web App (Tomcat)</name>
+ <module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
+ <prerequisite>
+ <id>geronimo/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>geronimo/j2ee-server//car</dependency>
+ <dependency>geronimo/ldap-realm//car</dependency>
+ <source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
+ <source-repository>http://www.ibiblio.org/maven2/</source-repository>
</geronimo-plugin>
Modified: geronimo/trunk/configs/ldap-realm/src/conf/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/ldap-realm/src/conf/geronimo-plugin.xml?rev=432370&r1=432369&r2=432370&view=diff
==============================================================================
--- geronimo/trunk/configs/ldap-realm/src/conf/geronimo-plugin.xml (original)
+++ geronimo/trunk/configs/ldap-realm/src/conf/geronimo-plugin.xml Thu Aug 17 13:08:23 2006
@@ -1,19 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<name>LDAP Example Security Realm</name>
-<module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
-<dependency>geronimo/j2ee-server//car</dependency>
-<dependency>geronimo/directory//car</dependency>
-<source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
-<source-repository>http://www.ibiblio.org/maven2/</source-repository>
+ <name>LDAP Example Security Realm</name>
+ <module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
+ <dependency>geronimo/j2ee-server//car</dependency>
+ <dependency>geronimo/directory//car</dependency>
+ <source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
+ <source-repository>http://www.ibiblio.org/maven2/</source-repository>
</geronimo-plugin>
Modified: geronimo/trunk/configs/servlets-examples-jetty/src/conf/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/servlets-examples-jetty/src/conf/geronimo-plugin.xml?rev=432370&r1=432369&r2=432370&view=diff
==============================================================================
--- geronimo/trunk/configs/servlets-examples-jetty/src/conf/geronimo-plugin.xml (original)
+++ geronimo/trunk/configs/servlets-examples-jetty/src/conf/geronimo-plugin.xml Thu Aug 17 13:08:23 2006
@@ -1,21 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<name>Jakarta Servlet Examples (Jetty)</name>
-<module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
-<prerequisite>
-<id>geronimo/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>geronimo/j2ee-server//car</dependency>
-<source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
-<source-repository>http://www.ibiblio.org/maven2/</source-repository>
+ <name>Jakarta Servlet Examples (Jetty)</name>
+ <module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
+ <prerequisite>
+ <id>geronimo/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>geronimo/j2ee-server//car</dependency>
+ <source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
+ <source-repository>http://www.ibiblio.org/maven2/</source-repository>
</geronimo-plugin>
Modified: geronimo/trunk/configs/servlets-examples-tomcat/src/conf/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/servlets-examples-tomcat/src/conf/geronimo-plugin.xml?rev=432370&r1=432369&r2=432370&view=diff
==============================================================================
--- geronimo/trunk/configs/servlets-examples-tomcat/src/conf/geronimo-plugin.xml (original)
+++ geronimo/trunk/configs/servlets-examples-tomcat/src/conf/geronimo-plugin.xml Thu Aug 17 13:08:23 2006
@@ -1,21 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<name>Jakarta Servlet Examples (Tomcat)</name>
-<module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
-<prerequisite>
-<id>geronimo/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>geronimo/j2ee-server//car</dependency>
-<source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
-<source-repository>http://www.ibiblio.org/maven2/</source-repository>
+ <name>Jakarta Servlet Examples (Tomcat)</name>
+ <module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
+ <prerequisite>
+ <id>geronimo/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>geronimo/j2ee-server//car</dependency>
+ <source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
+ <source-repository>http://www.ibiblio.org/maven2/</source-repository>
</geronimo-plugin>
Modified: geronimo/trunk/configs/welcome-jetty/src/conf/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/welcome-jetty/src/conf/geronimo-plugin.xml?rev=432370&r1=432369&r2=432370&view=diff
==============================================================================
--- geronimo/trunk/configs/welcome-jetty/src/conf/geronimo-plugin.xml (original)
+++ geronimo/trunk/configs/welcome-jetty/src/conf/geronimo-plugin.xml Thu Aug 17 13:08:23 2006
@@ -1,23 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<name>Geronimo Welcome Web App (Jetty)</name>
-<module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
-<prerequisite>
-<id>geronimo/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>geronimo/j2ee-server//car</dependency>
-<source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
-<source-repository>http://www.ibiblio.org/maven2/</source-repository>
+ <name>Geronimo Welcome Web App (Jetty)</name>
+ <module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
+ <prerequisite>
+ <id>geronimo/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>geronimo/j2ee-server//car</dependency>
+ <source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
+ <source-repository>http://www.ibiblio.org/maven2/</source-repository>
</geronimo-plugin>
Modified: geronimo/trunk/configs/welcome-tomcat/src/conf/geronimo-plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/welcome-tomcat/src/conf/geronimo-plugin.xml?rev=432370&r1=432369&r2=432370&view=diff
==============================================================================
--- geronimo/trunk/configs/welcome-tomcat/src/conf/geronimo-plugin.xml (original)
+++ geronimo/trunk/configs/welcome-tomcat/src/conf/geronimo-plugin.xml Thu Aug 17 13:08:23 2006
@@ -1,23 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
-<name>Geronimo Welcome Web App (Tomcat)</name>
-<module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
-<prerequisite>
-<id>geronimo/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>geronimo/j2ee-server//car</dependency>
-<source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
-<source-repository>http://www.ibiblio.org/maven2/</source-repository>
+ <name>Geronimo Welcome Web App (Tomcat)</name>
+ <module-id>${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/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>${pom.currentVersion}</geronimo-version>
+ <prerequisite>
+ <id>geronimo/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>geronimo/j2ee-server//car</dependency>
+ <source-repository>http://www.geronimoplugins.com/repository/geronimo-1.1/</source-repository>
+ <source-repository>http://www.ibiblio.org/maven2/</source-repository>
</geronimo-plugin>
|