vgritsenko 2002/08/02 19:00:26
Modified: . build.xml
Log:
Fix bug #11416: Add version info to javadocs' window title
Revision Changes Path
1.252 +2 -2 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- build.xml 21 Jul 2002 13:08:06 -0000 1.251
+++ build.xml 3 Aug 2002 02:00:25 -0000 1.252
@@ -1532,7 +1532,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">
@@ -1553,7 +1553,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]