jvanzyl 02/02/12 10:18:32
Modified: . Tag: rundata_security_changes build.xml
default.properties
Log:
- removing some more hardcoding in the build.xml file
Revision Changes Path
No revision
No revision
1.20.2.8 +3 -3 jakarta-turbine-3/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
retrieving revision 1.20.2.7
retrieving revision 1.20.2.8
diff -u -r1.20.2.7 -r1.20.2.8
--- build.xml 12 Feb 2002 17:26:11 -0000 1.20.2.7
+++ build.xml 12 Feb 2002 18:18:32 -0000 1.20.2.8
@@ -381,9 +381,9 @@
private="true"
version="true"
use="true"
- windowtitle="${name} ${version} API"
- doctitle="${name} ${version} API"
- bottom="Copyright © ${year} Apache Software Foundation. All Rights
Reserved.">
+ windowtitle="${windowtitle}"
+ doctitle="${doctitle}"
+ bottom="${bottom}">
<classpath refid="classpath"/>
</javadoc>
1.12.2.4 +4 -0 jakarta-turbine-3/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-3/default.properties,v
retrieving revision 1.12.2.3
retrieving revision 1.12.2.4
diff -u -r1.12.2.3 -r1.12.2.4
--- default.properties 12 Feb 2002 15:45:24 -0000 1.12.2.3
+++ default.properties 12 Feb 2002 18:18:32 -0000 1.12.2.4
@@ -44,6 +44,10 @@
docs.src = ./xdocs
docs.dest = ./docs
+windowtitle = ${name} ${version} API
+doctitle = ${name} ${version} API
+bottom = Copyright &copy; ${year} Apache Software Foundation. All Rights
Reserved.
+
# -------------------------------------------------------------------
# T E S T I N G
# -------------------------------------------------------------------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>