aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-06-13 00:26:46 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-06-13 00:29:33 +0200
commit76e3862bcc8987d2f8cd73ed679045e74f71bd8c (patch)
tree076150511df7184d54e4313a9b3e09d06b3745cc /buildScripts
parentb351b2af2c3996d0cb9e4c6377b9bcd3789ff199 (diff)
downloadlombok-76e3862bcc8987d2f8cd73ed679045e74f71bd8c.tar.gz
lombok-76e3862bcc8987d2f8cd73ed679045e74f71bd8c.tar.bz2
lombok-76e3862bcc8987d2f8cd73ed679045e74f71bd8c.zip
The way download-edge makes the HTML page for the edge release completely rewritten.
Diffstat (limited to 'buildScripts')
-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 2b9f2012..c27d81fa 100644
--- a/buildScripts/website.ant.xml
+++ b/buildScripts/website.ant.xml
@@ -49,7 +49,7 @@ such as applying the templates to produce the website, converting the changelog
<target name="-compile-webclasses">
<mkdir dir="build/webclasses" />
- <javac includeDestClasses="false" destdir="build/webclasses" debug="on" source="1.8" target="1.8">
+ <javac includeDestClasses="false" includeantruntime="false" destdir="build/webclasses" debug="on" source="1.8" target="1.8">
<classpath refid="build.path" />
<src path="src/website" />
</javac>