ceki 2003/07/07 06:55:17
Modified: . build.xml
src/xdocs/stylesheets project.xml
Log:
Applied Tetsuya Kitahata's patches.
Revision Changes Path
1.69 +1 -1 jakarta-log4j/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/build.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- build.xml 26 Jun 2003 01:15:19 -0000 1.68
+++ build.xml 7 Jul 2003 13:55:17 -0000 1.69
@@ -577,7 +577,7 @@
doctitle="log4j version ${version}<br>API Specification"
windowtitle="Log4j Version ${version}"
header="<b>Log4j ${version}</b>"
- bottom="Copyright 2000-2002 Apache Software Foundation.">
+ bottom="Copyright 2000-2003 Apache Software Foundation.">
<link href="http://java.sun.com/products/jdk/1.3/docs/api"/>
<link href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
1.15 +3 -3 jakarta-log4j/src/xdocs/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/xdocs/stylesheets/project.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- project.xml 7 Feb 2003 18:40:14 -0000 1.14
+++ project.xml 7 Jul 2003 13:55:17 -0000 1.15
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Jakarta Site"
- href="http://jakarta.apache.org/">
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Jakarta Log4j"
+ href="http://jakarta.apache.org/log4j/docs/">
<title>Log4j project</title>
<logo href="images/logo.jpg">The log4j project</logo>
---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-dev-help@jakarta.apache.org
|