diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-07-18 01:52:56 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-07-18 01:52:56 +0200 |
commit | 55dd52942e11dae5510a5a4b261b296151532e1e (patch) | |
tree | 724a11cdb8eb715847de805713dc0f7e03fde04a /build.xml | |
parent | de15a9d760d215b285d74a47184ca4e49c6c9268 (diff) | |
parent | a61efb8db4904a848ba69f3e87747db5883693c1 (diff) | |
download | lombok-55dd52942e11dae5510a5a4b261b296151532e1e.tar.gz lombok-55dd52942e11dae5510a5a4b261b296151532e1e.tar.bz2 lombok-55dd52942e11dae5510a5a4b261b296151532e1e.zip |
Merge branch 'master' of git@github.com:rzwitserloot/lombok
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -74,11 +74,15 @@ <antcall target="-integrateSnippet"> <param name="transformationName" value="Data" /> </antcall> + <antcall target="-integrateSnippet"> + <param name="transformationName" value="Cleanup" /> + </antcall> <mkdir dir="dist" /> <tar destfile="dist/website.tar"> <tarfileset dir="build/website" /> <tarfileset dir="doc/api" prefix="api" /> </tar> + <echo>If you want to publish the website to the web, run the website/publish script.</echo> </target> <target name="-integrateSnippet"> |