diff options
author | Sven Gothel <[email protected]> | 2010-11-15 13:45:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-15 13:45:47 +0100 |
commit | 4571e0499300f8c4e1299335f55b96a711caf031 (patch) | |
tree | 411b08a1c75dd990d4b9ec0ea47b3da6d313ecb7 | |
parent | 5b22420bbade343ac1a7976264f977dcd4fe5e24 (diff) |
Fix javadoc: Add missing 'javadoc.link' property
-rwxr-xr-x | make/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 64be75d..75635fd 100755 --- a/make/build.xml +++ b/make/build.xml @@ -40,6 +40,9 @@ <property name="javac.bootclasspath-cdc.jar" value="lib/cdc_fp.jar" /> + <!--property name="javadoc.link" value="http://download.oracle.com/javase/1.4.2/docs/api/"/--> + <property name="javadoc.link" value="http://java.sun.com/j2se/1.4.2/docs/api/" /> + <!-- The source and build directories. --> <property name="project.root" value=".." /> <property name="src.java" value="${project.root}/src/java" /> |