blob: a1c00e37c6b8ab98ca5b70dd6fc391dae911955b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- build.xml.orig Thu Dec 9 14:14:21 2004
+++ build.xml Thu Dec 9 14:16:44 2004
@@ -57,6 +57,8 @@
<javadoc destdir="${build.apidocs.dir}" windowtitle="${project.fullname}" author="true" version="true" use="true">
<fileset dir="${src.java.dir}"/>
<classpath refid="project.classpath"/>
+ <link href="${jaxen.apidocs}"/>
+ <link href="${j2se.apidocs}"/>
</javadoc>
</target>
|