You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2009/06/29 05:07:51 UTC

svn commit: r789199 - /geronimo/external/trunk/tomcat-archetype/README.txt

Author: kevan
Date: Mon Jun 29 03:07:50 2009
New Revision: 789199

URL: http://svn.apache.org/viewvc?rev=789199&view=rev
Log:
Add initial README.txt

Added:
    geronimo/external/trunk/tomcat-archetype/README.txt   (with props)

Added: geronimo/external/trunk/tomcat-archetype/README.txt
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-archetype/README.txt?rev=789199&view=auto
==============================================================================
--- geronimo/external/trunk/tomcat-archetype/README.txt (added)
+++ geronimo/external/trunk/tomcat-archetype/README.txt Mon Jun 29 03:07:50 2009
@@ -0,0 +1,14 @@
+Use tomcat-archetype to build a new level of Tomcat
+
+1. Update run.sh with the new Tomcat version number:
+
+   # Update TVER and TTAGVER with the Tomcat version number in appropriate format
+   TVER=6.0.20
+   TTAGVER=6_0_20
+
+2. From parent directory of tomcat-archetype, execute run.sh (assumes that subversion 1.5 or greater)
+
+   cd geronimo/external/trunk
+   ./parent-archetype/run.sh
+
+3. Apply patches to tomcat-parent-6.0.20/

Propchange: geronimo/external/trunk/tomcat-archetype/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/external/trunk/tomcat-archetype/README.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/external/trunk/tomcat-archetype/README.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain