diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-08-19 04:10:32 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-08-19 04:10:32 +0200 |
commit | 006a0e708981f69c497a8a5c8278b418e45f355b (patch) | |
tree | 03f76ac36324758b42d306eb51e0b0d6505b16e3 /buildScripts/website.ant.xml | |
parent | c3fa3565d5649c35b6fa94bdf1a585e321143493 (diff) | |
download | lombok-006a0e708981f69c497a8a5c8278b418e45f355b.tar.gz lombok-006a0e708981f69c497a8a5c8278b418e45f355b.tar.bz2 lombok-006a0e708981f69c497a8a5c8278b418e45f355b.zip |
Fixed buildscript (onX is gone, that had to be reflected in the buildscript).
Diffstat (limited to 'buildScripts/website.ant.xml')
-rw-r--r-- | buildScripts/website.ant.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 72aac217..740a0929 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -145,9 +145,6 @@ such as converting the changelog into HTML, and creating javadoc. <antcall target="-integrateSnippet"> <param name="transformationName" value="Delegate" /> </antcall> - <antcall target="-integrateSnippet"> - <param name="transformationName" value="onX" /> - </antcall> </target> <target name="-website-dist"> |