diff options
author | Roel Spilker <r.spilker@gmail.com> | 2012-03-26 22:43:10 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2012-03-26 22:43:10 +0200 |
commit | e245bd9377019517f6d1f0a2f089dcbe4f208b26 (patch) | |
tree | f313e4daea7c28e2e06432f343a6d731f0c5f1d9 /buildScripts | |
parent | c49848a4b13cc883aa8b15a0ab56731222be4ea6 (diff) | |
parent | 4689d2a9bf79f592690a71e7ad7d25cb38b2344b (diff) | |
download | lombok-e245bd9377019517f6d1f0a2f089dcbe4f208b26.tar.gz lombok-e245bd9377019517f6d1f0a2f089dcbe4f208b26.tar.bz2 lombok-e245bd9377019517f6d1f0a2f089dcbe4f208b26.zip |
Merge branch 'master' of github.com:rzwitserloot/lombok
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/website.ant.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index d9e2e8a1..f949efcf 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -303,6 +303,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" /> + <classpath location="build/lombok" /> <link href="http://download.oracle.com/javase/6/docs/api/" /> <link href="http://www.slf4j.org/api/" /> <link href="http://commons.apache.org/logging/apidocs/" /> |