You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2017/04/15 19:10:21 UTC

svn commit: r1791539 - in /tomcat/tc6.0.x/trunk: BUILDING.txt webapps/docs/changelog.xml

Author: rjung
Date: Sat Apr 15 19:10:20 2017
New Revision: 1791539

URL: http://svn.apache.org/viewvc?rev=1791539&view=rev
Log:
- Document minimum ant version 1.8.2 in BUILDING.txt
  We originally had a comment in BUILDING.txt, that
  1.8.2 is needed in order for "test.name" to
  support lists
- Move recent changelog entry into right subsection.

Modified:
    tomcat/tc6.0.x/trunk/BUILDING.txt
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/BUILDING.txt?rev=1791539&r1=1791538&r2=1791539&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/BUILDING.txt (original)
+++ tomcat/tc6.0.x/trunk/BUILDING.txt Sat Apr 15 19:10:20 2017
@@ -67,11 +67,11 @@ source distribution, do the following:
   into which you installed the JDK release.
 
 
-(1) Install Apache Ant 1.8.x on your computer
+(1) Install Apache Ant version 1.8.2 or later on your computer
 
-* If Apache Ant 1.8.x is already installed on your computer, skip to (2).
+* If Apache Ant version 1.8.2 or later is already installed on your computer, skip to (3).
 
-* Download a binary distribution of Ant 1.8.x from:
+* Download a binary distribution of Ant from:
 
     http://ant.apache.org/bindownload.cgi
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1791539&r1=1791538&r2=1791539&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sat Apr 15 19:10:20 2017
@@ -48,17 +48,24 @@
   <subsection name="General">
     <changelog>
       <add>
-        Dcoument properties <code>test.excludePerformance</code>,
-        <code>test.relaxTiming</code> and <code>java.net.preferIPv4Stack</code>
-        in BUILDING.txt. (rjung)
-      </add>
-      <add>
         Allow to exclude JUnit test classes using the build property
         <code>test.exclude</code> and document the property in
         BUILDING.txt. (rjung)
       </add>
     </changelog>
   </subsection>
+  <subsection name="Web applications">
+    <changelog>
+      <add>
+        Document minimum ant version 1.8.2 in BUILDING.txt. (rjung)
+      </add>
+      <add>
+        Dcoument properties <code>test.excludePerformance</code>,
+        <code>test.relaxTiming</code> and <code>java.net.preferIPv4Stack</code>
+        in BUILDING.txt. (rjung)
+      </add>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 6.0.53 (violetagg)" rtext="released 2017-04-07">
   <subsection name="Coyote">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org