ggregory 2004/09/30 09:51:14
Modified: lang build.xml
Log:
The Sun Javadoc for versions prior to 1.3 are off-line:
<property name="jdk.javadoc" value="http://java.sun.com/j2se/1.3/docs/api/"/>
Revision Changes Path
1.27 +3 -2 jakarta-commons/lang/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/lang/build.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.xml 19 Feb 2004 21:29:35 -0000 1.26
+++ build.xml 30 Sep 2004 16:51:14 -0000 1.27
@@ -23,7 +23,8 @@
<property file="${user.home}/build.properties"/>
<property file="${basedir}/build.properties"/>
<property file="${basedir}/default.properties"/>
- <property name="jdk.javadoc"
value="http://java.sun.com/products/jdk/1.2/docs/api/"/>
+ <!-- The Sun Javadoc for versions prior to 1.3 are off-line. -->
+ <property name="jdk.javadoc" value="http://java.sun.com/j2se/1.3/docs/api/"/>
<!-- ========== Construct compile classpath
=============================== -->
<path id="compile.classpath">
<pathelement location="${build.home}/classes"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]