Author: yoavs Date: Tue Dec 6 05:44:26 2005 New Revision: 354430 URL: http://svn.apache.org/viewcvs?rev=354430&view=rev Log: Remove some old jakarta references, add properly for base native download location.
Modified: tomcat/build/tc5.5.x/BUILDING.txt tomcat/build/tc5.5.x/RUNNING.txt tomcat/build/tc5.5.x/build.properties.default tomcat/build/tc5.5.x/build.xml Modified: tomcat/build/tc5.5.x/BUILDING.txt URL: http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/BUILDING.txt?rev=354430&r1=354429&r2=354430&view=diff ============================================================================== --- tomcat/build/tc5.5.x/BUILDING.txt (original) +++ tomcat/build/tc5.5.x/BUILDING.txt Tue Dec 6 05:44:26 2005 @@ -35,7 +35,7 @@ * Unpack the binary distribution into a convenient location so that the Ant release resides in its own directory (conventionally named - "jakarta-ant-1.5.x"). For the purposes of the remainder of this document, + "apache-ant-[version]"). For the purposes of the remainder of this document, the symbolic name "${ant.home}" is used to refer to the full pathname of the release directory. @@ -52,7 +52,7 @@ (2.1) Download main build script and build binary distribution * Download the main build.xml script from: - http://jakarta.apache.org/tomcat/tomcat-5.5-doc/build.xml + http://tomcat.apache.org/tomcat-5.5-doc/build.xml * Create a new directory, and copy the newly download build.xml to it. This directory will be referred to as the ${tomcat.source} directory in the rest Modified: tomcat/build/tc5.5.x/RUNNING.txt URL: http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/RUNNING.txt?rev=354430&r1=354429&r2=354430&view=diff ============================================================================== --- tomcat/build/tc5.5.x/RUNNING.txt (original) +++ tomcat/build/tc5.5.x/RUNNING.txt Tue Dec 6 05:44:26 2005 @@ -34,11 +34,11 @@ (2.1) Download a binary distribution of Tomcat from: - http://jakarta.apache.org/site/binindex.cgi + http://tomcat.apache.org (2.2) Unpack the binary distribution into a convenient location so that the distribution resides in its own directory (conventionally named - "jakarta-tomcat-5"). For the purposes of the remainder of this document, + "apache-tomcat-[version]"). For the purposes of the remainder of this document, the symbolic name "$CATALINA_HOME" is used to refer to the full pathname of the release directory. @@ -59,7 +59,7 @@ (3.3) Further information about configuring and running Tomcat can be found in the documentation included here, as well as on the Tomcat web site: - http://jakarta.apache.org/tomcat/ + http://tomcat.apache.org (4) Shut Down Tomcat @@ -79,7 +79,7 @@ (1) Obtain the compat package: (1.1) Download the compat package from the binary download site: - http://jakarta.apache.org/site/binindex.cgi + http://tomcat.apache.org * Or build this package yourself from the source code: see "BUILDING.txt" in this directory. Modified: tomcat/build/tc5.5.x/build.properties.default URL: http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/build.properties.default?rev=354430&r1=354429&r2=354430&view=diff ============================================================================== --- tomcat/build/tc5.5.x/build.properties.default (original) +++ tomcat/build/tc5.5.x/build.properties.default Tue Dec 6 05:44:26 2005 @@ -66,6 +66,9 @@ #base-sf.loc=http://heanet.dl.sourceforge.net/sourceforge #base-sf.loc=http://internap.dl.sourceforge.net/sourceforge +# ----- Additional Tomcat files base location ----- +base-tomcat.loc=http://archive.apache.org/dist/tomcat + # -------------------------------------------------- # REQUIRED LIBRARIES # -------------------------------------------------- @@ -141,7 +144,7 @@ # ----- Tomcat native library ----- tomcat-native.home=${base.path}/tomcat-native-1.1.1 tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz -tomcat-native.loc=${base-jakarta.loc}/tomcat-connectors/native/tomcat-native-1.1.1.tar.gz +tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.1.tar.gz # -------------------------------------------------- Modified: tomcat/build/tc5.5.x/build.xml URL: http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/build.xml?rev=354430&r1=354429&r2=354430&view=diff ============================================================================== --- tomcat/build/tc5.5.x/build.xml (original) +++ tomcat/build/tc5.5.x/build.xml Tue Dec 6 05:44:26 2005 @@ -1382,7 +1382,7 @@ </fileset> </copy> - <!-- jakarta-tomcat-5 source --> + <!-- tomcat-5 source --> <copy todir="${tomcat.dist}/src/${tomcat.project}"> <fileset dir="${basedir}"> <exclude name="build/**"/> @@ -1395,7 +1395,7 @@ </fileset> </copy> - <!-- jakarta-servletapi-5 source --> + <!-- servletapi-5 source --> <copy todir="${tomcat.dist}/src/${api.project}"> <fileset dir="${api.home}"> <include name="jsr154/**"/> @@ -1406,7 +1406,7 @@ </fileset> </copy> - <!-- jakarta-tomcat-5 source --> + <!-- tomcat container source --> <copy todir="${tomcat.dist}/src/${catalina.project}"> <fileset dir="${catalina.home}"> <exclude name="**/build/**"/> @@ -1414,7 +1414,7 @@ </fileset> </copy> - <!-- jakarta-tomcat-jasper source --> + <!-- tomcat jasper source --> <copy todir="${tomcat.dist}/src/${jasper.project}/jasper2"> <fileset dir="${jasper.home}"> <exclude name="**/build/**"/> @@ -1422,7 +1422,7 @@ </fileset> </copy> - <!-- jakarta-tomcat-connectors source --> + <!-- tomcat connectors source --> <copy todir="${tomcat.dist}/src/${jtc.project}"> <fileset dir="${jtc.home}"> <exclude name="coyote/build/**"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]