vgritsenko 2002/08/02 19:00:25 Modified: . Tag: cocoon_2_0_3_branch build.xml Log: Fix bug #11416: Add version info to javadocs' window title Revision Changes Path No revision No revision 1.196.2.13 +2 -2 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.196.2.12 retrieving revision 1.196.2.13 diff -u -r1.196.2.12 -r1.196.2.13 --- build.xml 17 Jul 2002 06:48:06 -0000 1.196.2.12 +++ build.xml 3 Aug 2002 02:00:25 -0000 1.196.2.13 @@ -1457,7 +1457,7 @@ version="true" use="false" noindex="true" - windowtitle="${Name} API" + windowtitle="${Name} API (${version}, ${TODAY})" doctitle="${Name}" bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved." stylesheetfile="${resource.dir}/javadoc.css"> @@ -1476,7 +1476,7 @@ version="true" use="false" noindex="true" - windowtitle="${Name} API" + windowtitle="${Name} API (${version}, ${TODAY})" doctitle="${Name}" bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved." stylesheetfile="${resource.dir}/javadoc.css">
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]