Author: kkolinko Date: Tue Nov 15 15:43:16 2011 New Revision: 1202251 URL: http://svn.apache.org/viewvc?rev=1202251&view=rev Log: CTR: docs Simplify instructions for downloading Tomcat source code
Modified: tomcat/tc5.5.x/trunk/build/BUILDING.txt tomcat/tc5.5.x/trunk/container/webapps/docs/building.xml Modified: tomcat/tc5.5.x/trunk/build/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/build/BUILDING.txt?rev=1202251&r1=1202250&r2=1202251&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/build/BUILDING.txt (original) +++ tomcat/tc5.5.x/trunk/build/BUILDING.txt Tue Nov 15 15:43:16 2011 @@ -78,16 +78,15 @@ machine (Windows XP/SP2 is known to work (2) Checkout or obtain the source code for Tomcat 6.0 * Tomcat 5.5 SVN repository URL: - http://svn.apache.org/repos/asf/tomcat/tc5.5.x/ + http://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk/ * Download a source package from: http://tomcat.apache.org/download-55.cgi -* Checkout the source using SVN, selecting the desired version or - branch (current development source is at - http://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk/), or - unpack the source package. The location where the source has been - placed will be referred as ${tomcat.source}. +* Checkout the source using SVN, selecting a tag for released version or + trunk for the current development code, or unpack a source package. The + location where the source has been placed will be referred as + ${tomcat.source}. (3) Building Tomcat 5.5 Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/building.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/building.xml?rev=1202251&r1=1202250&r2=1202251&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/building.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/building.xml Tue Nov 15 15:43:16 2011 @@ -97,7 +97,7 @@ available, which will be used to actuall <p> Tomcat 5.5 SVN repository URL: -<code>http://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk/</code> +<a href="http://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk/">http://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk/</a> </p> <p> Tomcat 5.5 source packages: @@ -105,8 +105,10 @@ Tomcat 5.5 source packages: </p> <p> -Checkout the source using SVN, or download and unpack a source package. -For the remainder of this guide, the symbolic name <code>${tomcat.source}</code> is used to refer to the +Checkout the source using SVN, selecting a tag for released version or +trunk for the current development code, or download and unpack a +source package. For the remainder of this guide, the symbolic name +<code>${tomcat.source}</code> is used to refer to the location where the source has been placed. </p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org