Author: kkolinko
Date: Thu May 21 03:21:58 2009
New Revision: 776940

URL: http://svn.apache.org/viewvc?rev=776940&view=rev
Log:
proposals

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=776940&r1=776939&r2=776940&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu May 21 03:21:58 2009
@@ -214,3 +214,29 @@
   +1: kkolinko
   -1:
 
+* Build files: Calculate current year automatically by using <tstamp>.
+  http://svn.apache.org/viewvc?rev=776935&view=rev
+  +1: kkolinko
+  -1:
+
+* In dist-javadoc target of dist.xml:
+   1) use &#169; on the web page, instead of a symbol
+   2) use value of ${year}
+  Patch:
+Index: dist.xml
+===================================================================
+--- dist.xml   (revision 776003)
++++ dist.xml   (working copy)
+@@ -260,7 +260,7 @@
+       author="true" version="true"
+       windowtitle="Tomcat API Documentation"
+       doctitle="Tomcat API"
+-      bottom="Copyright &#169; 2000-2008 Apache Software Foundation.  All 
Rights Reserved."
++      bottom="Copyright &amp;#169; 2000-${year} Apache Software Foundation.  
All Rights Reserved."
+       additionalparam="-breakiterator"
+       maxmemory="256m" >
+     </javadoc>
+
+  +1: kkolinko
+  -1:
+



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

Reply via email to