aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-07-18 02:52:43 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-07-18 02:52:43 +0200
commit932e185045e9b44b66150ec11d055502ace26435 (patch)
treedb3c3182412e79a4814fa5b7f94404fff1d48540 /build.xml
parentbc35f73ae80802ab6758509481dacd66c5dc3285 (diff)
downloadlombok-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.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ceb7ab21..2d9e2cd0 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />