diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-02-18 21:41:07 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-02-18 21:41:07 +0100 |
commit | ed61012f95cefae8d03260f506ffe34bc19bd90c (patch) | |
tree | 7f7478ed94a7eb423a2cd1379541c3716475efc4 /buildScripts | |
parent | 1488a262bd389d0fef444bb3fd80821a2d66e6c2 (diff) | |
download | lombok-ed61012f95cefae8d03260f506ffe34bc19bd90c.tar.gz lombok-ed61012f95cefae8d03260f506ffe34bc19bd90c.tar.bz2 lombok-ed61012f95cefae8d03260f506ffe34bc19bd90c.zip |
whoops, belated push and fixes to the documentation of onX
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/website.ant.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 35e34367..78dc8ed7 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -146,9 +146,6 @@ such as converting the changelog into HTML, and creating javadoc. <param name="transformationName" value="Delegate" /> </antcall> <antcall target="-integrateSnippet"> - <param name="transformationName" value="onX" /> - </antcall> - <antcall target="-integrateSnippet"> <param name="transformationName" value="experimental/Accessors" /> </antcall> <antcall target="-integrateSnippet"> @@ -163,6 +160,9 @@ such as converting the changelog into HTML, and creating javadoc. <antcall target="-integrateSnippet"> <param name="transformationName" value="experimental/Value" /> </antcall> + <antcall target="-integrateSnippet"> + <param name="transformationName" value="experimental/onX" /> + </antcall> </target> <target name="-website-dist"> |