aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2009-07-18 01:52:56 +0200
committerRoel Spilker <r.spilker@gmail.com>2009-07-18 01:52:56 +0200
commit55dd52942e11dae5510a5a4b261b296151532e1e (patch)
tree724a11cdb8eb715847de805713dc0f7e03fde04a /build.xml
parentde15a9d760d215b285d74a47184ca4e49c6c9268 (diff)
parenta61efb8db4904a848ba69f3e87747db5883693c1 (diff)
downloadlombok-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.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ec7301b0..ba696723 100644
--- a/build.xml
+++ b/build.xml
@@ -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">