mwomack 2005/08/23 21:32:29
Modified: . Tag: v1_2-branch build.xml
docs Tag: v1_2-branch HISTORY.txt
Log:
Fix for bug #36332.
Revision Changes Path
No revision
No revision
1.34.2.36 +3 -3 logging-log4j/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/build.xml,v
retrieving revision 1.34.2.35
retrieving revision 1.34.2.36
diff -u -r1.34.2.35 -r1.34.2.36
--- build.xml 23 Aug 2005 05:26:55 -0000 1.34.2.35
+++ build.xml 24 Aug 2005 04:32:28 -0000 1.34.2.36
@@ -1,6 +1,6 @@
<!-- This file is an ANT build script. ANT is a Java based build tool. -->
-<!-- It is availale from http://jakarta.apache.org/ant/ -->
+<!-- It is available from http://ant.apache.org -->
<!-- ================================================================= -->
@@ -17,7 +17,7 @@
<!-- prefixed with "env". -->
<property environment="env"/>
- <property name="version" value="1.2.12rc5"/>
+ <property name="version" value="1.2.12rc6"/>
<!-- The base directory relative to which most targets are built -->
<property name="base" value="."/>
@@ -434,7 +434,7 @@
header="<b>Log4j ${version}</b>"
bottom="Copyright 2000-2005 Apache Software Foundation.">
- <link href="http://java.sun.com/products/jdk/1.3/docs/api/"/>
+ <link href="http://java.sun.com/j2se/1.3/docs/api/"/>
<link href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
<classpath refid="compile.classpath"/>
</javadoc>
No revision
No revision
1.27.2.21 +2 -0 logging-log4j/docs/HISTORY.txt
Index: HISTORY.txt
===================================================================
RCS file: /home/cvs/logging-log4j/docs/HISTORY.txt,v
retrieving revision 1.27.2.20
retrieving revision 1.27.2.21
diff -u -r1.27.2.20 -r1.27.2.21
--- HISTORY.txt 23 Aug 2005 05:26:56 -0000 1.27.2.20
+++ HISTORY.txt 24 Aug 2005 04:32:28 -0000 1.27.2.21
@@ -70,6 +70,8 @@
- Fixed bug 34981 dealing with additional null terminating character in
Windows
nteventlog.cpp code. No effect on Java related code. [*]
+
+ - Fixed bug 36332, broken links to J2SE classes in javadocs. [*]
June 18th, 2005
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]