diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-18 02:28:29 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-18 02:28:29 +0200 |
commit | bc35f73ae80802ab6758509481dacd66c5dc3285 (patch) | |
tree | c33e571bf81f11b04002de5042e08d4073efabaf /build.xml | |
parent | 1e369a3aa408601a3ba23493a961acccaa5c9be2 (diff) | |
download | lombok-bc35f73ae80802ab6758509481dacd66c5dc3285.tar.gz lombok-bc35f73ae80802ab6758509481dacd66c5dc3285.tar.bz2 lombok-bc35f73ae80802ab6758509481dacd66c5dc3285.zip |
Added text for the Synchronized annotation to the features pages. Also did some fixes in regards to whitespacing (some fancy footwork in regards to white-space: pre).
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -77,6 +77,9 @@ <antcall target="-integrateSnippet"> <param name="transformationName" value="Cleanup" /> </antcall> + <antcall target="-integrateSnippet"> + <param name="transformationName" value="Synchronized" /> + </antcall> <mkdir dir="dist" /> <tar destfile="dist/website.tar"> <tarfileset dir="build/website" /> @@ -100,6 +103,7 @@ <linecontainsregexp> <regexp pattern="(code>)|(font>)" /> </linecontainsregexp> + <striplinebreaks /> </filterchain> </loadfile> <loadfile property="post" encoding="UTF-8" srcFile="${postout}"> @@ -107,6 +111,7 @@ <linecontainsregexp> <regexp pattern="(code>)|(font>)" /> </linecontainsregexp> + <striplinebreaks /> </filterchain> </loadfile> <delete dir="build/temp" quiet="true" /> |