aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/website.ant.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2010-11-15 21:27:59 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2010-11-15 21:27:59 +0100
commitb3a9eeeffbc78681b3efb0b59d70565541ccfed4 (patch)
tree1c5d6f2320dbdcbb7dd4e61ced726161b42f05d3 /buildScripts/website.ant.xml
parent415bc490dcaaa46cac4c6958e3058049ec100a9a (diff)
downloadlombok-b3a9eeeffbc78681b3efb0b59d70565541ccfed4.tar.gz
lombok-b3a9eeeffbc78681b3efb0b59d70565541ccfed4.tar.bz2
lombok-b3a9eeeffbc78681b3efb0b59d70565541ccfed4.zip
Fixed reference to java6 core javadoc package list, which we accidentally removed a long long time ago in commit e693672cd44ab0e648643f4b5c24b1c177ab6c84
Diffstat (limited to 'buildScripts/website.ant.xml')
-rw-r--r--buildScripts/website.ant.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml
index 08fc8a55..1d14097c 100644
--- a/buildScripts/website.ant.xml
+++ b/buildScripts/website.ant.xml
@@ -290,7 +290,7 @@ such as converting the changelog into HTML, and creating javadoc.
]]></echo>
<javadoc sourcepath="src/core" defaultexcludes="yes" destdir="build/api" windowtitle="Lombok" Overview="${javadoc.overview.html}">
<classpath refid="build.path" />
- <link href="http://java.sun.com/javase/6/docs/api/" offline="true" packagelistLoc="./deps/javadoc/java6"/>
+ <link href="http://java.sun.com/javase/6/docs/api/" offline="true" packagelistLoc="./buildScripts/javadoc/java6"/>
<header><![CDATA[<a href='http://projectlombok.org/'>Lombok</a> - ]]>v${lombok.version}</header>
<bottom><![CDATA[<i>Copyright &#169; 2009-2010 Reinier Zwitserloot, Roel Spilker and Robbert Jan Grootjans, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php'>MIT licence</a>.]]></bottom>
</javadoc>