aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-07-28 18:23:54 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-07-28 18:23:54 +0200
commit7068db574ee40cc9df2fffbeef1078bf0569bbcf (patch)
tree3e2441660242734778dee50d3e83cdc940a378b1 /build.xml
parentb4a4da1f9741ea6afb147dd4289989ec705a3fbd (diff)
downloadlombok-7068db574ee40cc9df2fffbeef1078bf0569bbcf.tar.gz
lombok-7068db574ee40cc9df2fffbeef1078bf0569bbcf.tar.bz2
lombok-7068db574ee40cc9df2fffbeef1078bf0569bbcf.zip
Updated website target to bzip2 the content, as our deployment these days isn't via git, but via an ssh upload.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 9109bd4e..9a738450 100644
--- a/build.xml
+++ b/build.xml
@@ -116,11 +116,11 @@
<param name="transformationName" value="SneakyThrows" />
</antcall>
<mkdir dir="dist" />
- <tar destfile="dist/website.tar">
+ <tar destfile="dist/website.tar.bz2" compression="bzip2">
<tarfileset dir="build/website" />
<tarfileset dir="doc/api" prefix="api" />
</tar>
- <echo>Now upload dist/website.tar to the webserver.</echo>
+ <echo>Now upload dist/website.tar.bz2 to the webserver.</echo>
<echo>If you want to host projectlombok.org on github, run the website/publish script, but this is not where the site is currently hosted.</echo>
</target>