diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-18 02:52:43 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-18 02:52:43 +0200 |
commit | 932e185045e9b44b66150ec11d055502ace26435 (patch) | |
tree | db3c3182412e79a4814fa5b7f94404fff1d48540 /build.xml | |
parent | bc35f73ae80802ab6758509481dacd66c5dc3285 (diff) | |
download | lombok-932e185045e9b44b66150ec11d055502ace26435.tar.gz lombok-932e185045e9b44b66150ec11d055502ace26435.tar.bz2 lombok-932e185045e9b44b66150ec11d055502ace26435.zip |
Added SneakyThrows which finishes the documentation for the features pages.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -80,6 +80,9 @@ <antcall target="-integrateSnippet"> <param name="transformationName" value="Synchronized" /> </antcall> + <antcall target="-integrateSnippet"> + <param name="transformationName" value="SneakyThrows" /> + </antcall> <mkdir dir="dist" /> <tar destfile="dist/website.tar"> <tarfileset dir="build/website" /> |