diff options
author | Sven Gothel <[email protected]> | 2010-11-15 11:41:09 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-15 11:41:09 +0100 |
commit | 599c955d118fb68ae5eb3bcbb10c45d140b41a30 (patch) | |
tree | bce4683671103f63b593711046d2a0f8067b46c8 /make/build.xml | |
parent | bdb929e6265b7ed27e6ac1068eac2a55b50c82eb (diff) |
Fix javadoc offline link rel. package-list location in gluegen, use passed 'gluegen.root'
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/make/build.xml b/make/build.xml index ed629181d..eec219015 100644 --- a/make/build.xml +++ b/make/build.xml @@ -176,8 +176,8 @@ maxmemory="1024m" bottom="${javadoc.bottom}" > <classpath refid="jogl_newt_all.classpath"/> - <link offline="true" href="${javadoc.link}" packagelistLoc="../../gluegen/make/142-packages" /> - <link offline="true" href="${gluegen.link}" packagelistLoc="../../gluegen/make/gluegen-packages" /> + <link offline="true" href="${javadoc.link}" packagelistLoc="${gluegen.root}/make/142-packages" /> + <link offline="true" href="${gluegen.link}" packagelistLoc="${gluegen.root}/make/gluegen-packages" /> <arg line="-J-Dnativetaglet.mapping=${basedir}/native-taglet.properties"/> <taglet name="net.highteq.nativetaglet.NativeTaglet" path="${gluegen.jar}" /> </javadoc> @@ -197,8 +197,8 @@ maxmemory="1024m" bottom="${javadoc.bottom}" > <classpath refid="jogl_newt_all.classpath"/> - <link offline="true" href="${javadoc.link}" packagelistLoc="../../gluegen/make/142-packages" /> - <link offline="true" href="${gluegen.link}" packagelistLoc="../../gluegen/make/gluegen-packages" /> + <link offline="true" href="${javadoc.link}" packagelistLoc="${gluegen.root}/make/142-packages" /> + <link offline="true" href="${gluegen.link}" packagelistLoc="${gluegen.root}/make/gluegen-packages" /> <arg line="-J-Dnativetaglet.mapping=${basedir}/native-taglet.properties"/> <link offline="false" href="${javadoc.nw.spec}" /> <taglet name="net.highteq.nativetaglet.NativeTaglet" path="${gluegen.jar}" /> @@ -219,8 +219,8 @@ maxmemory="1024m" bottom="${javadoc.bottom}" > <classpath refid="jogl_newt_all.classpath"/> - <link offline="true" href="${javadoc.link}" packagelistLoc="../../gluegen/make/142-packages" /> - <link offline="true" href="${gluegen.link}" packagelistLoc="../../gluegen/make/gluegen-packages" /> + <link offline="true" href="${javadoc.link}" packagelistLoc="${gluegen.root}/make/142-packages" /> + <link offline="true" href="${gluegen.link}" packagelistLoc="${gluegen.root}/make/gluegen-packages" /> <arg line="-J-Dnativetaglet.mapping=${basedir}/native-taglet.properties"/> <taglet name="net.highteq.nativetaglet.NativeTaglet" path="${gluegen.jar}" /> </javadoc> @@ -240,8 +240,8 @@ maxmemory="1024m" bottom="${javadoc.bottom}" > <classpath refid="jogl_newt_all.classpath"/> - <link offline="true" href="${javadoc.link}" packagelistLoc="../../gluegen/make/142-packages" /> - <link offline="true" href="${gluegen.link}" packagelistLoc="../../gluegen/make/gluegen-packages" /> + <link offline="true" href="${javadoc.link}" packagelistLoc="${gluegen.root}/make/142-packages" /> + <link offline="true" href="${gluegen.link}" packagelistLoc="${gluegen.root}/make/gluegen-packages" /> <arg line="-J-Dnativetaglet.mapping=${basedir}/native-taglet.properties"/> <taglet name="net.highteq.nativetaglet.NativeTaglet" path="${gluegen.jar}" /> </javadoc> |