Author: kkolinko
Date: Wed Oct 22 00:40:56 2014
New Revision: 1633500

URL: http://svn.apache.org/r1633500
Log:
Suppress timestamp comment in generated Javadoc. Such as
<!-- Generated by javadoc (version 1.7.0_65) on Wed Oct 22 09:10:36 EST 2014 -->

Those comments result in one changed line per each HTML file,
which makes the diff between different versions of documentation unnecessary 
huge.

Documentation:
http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javadoc.html#standard

Modified:
    tomcat/trunk/build.xml
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1633500&r1=1633499&r2=1633500&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Oct 22 00:40:56 2014
@@ -1875,7 +1875,7 @@ Apache Tomcat ${version} native binaries
       header="&lt;b&gt;Servlet 3.1 - Apache Tomcat ${version}&lt;/b&gt;"
       bottom="Copyright &amp;#169; 2000-${year} Apache Software Foundation. 
All Rights Reserved."
       encoding="ISO-8859-1"
-      additionalparam="-breakiterator"
+      additionalparam="-breakiterator -notimestamp"
       maxmemory="256m" >
       <classpath>
         <path refid="compile.classpath"/>
@@ -1892,7 +1892,7 @@ Apache Tomcat ${version} native binaries
       header="&lt;b&gt;JSP 2.3 - Apache Tomcat ${version}&lt;/b&gt;"
       bottom="Copyright &amp;#169; 2000-${year} Apache Software Foundation. 
All Rights Reserved."
       encoding="ISO-8859-1"
-      additionalparam="-breakiterator"
+      additionalparam="-breakiterator -notimestamp"
       maxmemory="256m" >
       <classpath>
         <path refid="compile.classpath"/>
@@ -1909,7 +1909,7 @@ Apache Tomcat ${version} native binaries
       header="&lt;b&gt;EL 3.0 - Apache Tomcat ${version}&lt;/b&gt;"
       bottom="Copyright &amp;#169; 2000-${year} Apache Software Foundation. 
All Rights Reserved."
       encoding="ISO-8859-1"
-      additionalparam="-breakiterator"
+      additionalparam="-breakiterator -notimestamp"
       maxmemory="256m" >
       <classpath>
         <path refid="compile.classpath"/>
@@ -1926,7 +1926,7 @@ Apache Tomcat ${version} native binaries
       header="&lt;b&gt;WebSocket 1.1 - Apache Tomcat ${version}&lt;/b&gt;"
       bottom="Copyright &amp;#169; 2000-${year} Apache Software Foundation. 
All Rights Reserved."
       encoding="ISO-8859-1"
-      additionalparam="-breakiterator"
+      additionalparam="-breakiterator -notimestamp"
       maxmemory="256m" >
       <classpath>
         <path refid="compile.classpath"/>
@@ -1942,7 +1942,7 @@ Apache Tomcat ${version} native binaries
       header="&lt;b&gt;Apache Tomcat ${version}&lt;/b&gt;"
       bottom="Copyright &amp;#169; 2000-${year} Apache Software Foundation. 
All Rights Reserved."
       encoding="ISO-8859-1"
-      additionalparam="-breakiterator"
+      additionalparam="-breakiterator -notimestamp"
       maxmemory="256m" >
       <classpath>
         <path refid="compile.classpath"/>

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1633500&r1=1633499&r2=1633500&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Oct 22 00:40:56 2014
@@ -258,6 +258,9 @@
         Correct version of Java WebSocket mentioned in documentation
         (s/1.0/1.1/). (markt/kkolinko)
       </fix>
+      <update>
+        Suppress timestamp comments in Javadoc. (kkolinko)
+      </update>
     </changelog>
   </subsection>
   <subsection name="Tribes">



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

Reply via email to