You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2010/07/22 11:19:56 UTC

svn commit: r966551 - /geronimo/external/trunk/tomcat-parent-6.0.28/README.txt

Author: delos
Date: Thu Jul 22 09:19:56 2010
New Revision: 966551

URL: http://svn.apache.org/viewvc?rev=966551&view=rev
Log:
add README.txt to tomcat-parent-6.0.28

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

Added: geronimo/external/trunk/tomcat-parent-6.0.28/README.txt
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-6.0.28/README.txt?rev=966551&view=auto
==============================================================================
--- geronimo/external/trunk/tomcat-parent-6.0.28/README.txt (added)
+++ geronimo/external/trunk/tomcat-parent-6.0.28/README.txt Thu Jul 22 09:19:56 2010
@@ -0,0 +1,33 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
+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.28
+   TTAGVER=6_0_28
+
+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. Run ./rm-archetype-goo.sh after you've run all the other scripts and are happy with the results.
+   This removes the archetype scripts that aren't needed in the maven project.  
+
+4. Apply patches to tomcat-parent-6.0.28/

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

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

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