aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/website.ant.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-12-21 14:26:47 +0100
committerReinier Zwitserloot <reinier@tipit.to>2009-12-21 14:26:47 +0100
commitabddcc412e7299cc79475a08ac54af5d787c9eb5 (patch)
tree18d33e6c1036d7220f51e93684c6aecee9d0c7d9 /buildScripts/website.ant.xml
parentb829c0f8f1f1bf781fe3e9c093721f20c1cb2881 (diff)
downloadlombok-abddcc412e7299cc79475a08ac54af5d787c9eb5.tar.gz
lombok-abddcc412e7299cc79475a08ac54af5d787c9eb5.tar.bz2
lombok-abddcc412e7299cc79475a08ac54af5d787c9eb5.zip
download-edge is now overwritten (to say that the stable is the latest) upon a full release.
Diffstat (limited to 'buildScripts/website.ant.xml')
-rw-r--r--buildScripts/website.ant.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml
index 3af84f45..e0861e83 100644
--- a/buildScripts/website.ant.xml
+++ b/buildScripts/website.ant.xml
@@ -105,11 +105,14 @@ such as converting the changelog into HTML, and creating javadoc.
<exclude name="**/publish" />
<exclude name="**/*unused*" />
<exclude name="videos/**" />
+ <exclude name="download-edge.html" />
+ <exclude name="download-edge-none.html" />
</fileset>
<fileset dir=".">
<include name="LICENCE" />
</fileset>
</copy>
+ <copy file="website/download-edge-none.html" tofile="build/website/download-edge.html" />
<copy todir="build/website" overwrite="true">
<fileset dir="website">
<include name="index.html" />
@@ -144,10 +147,10 @@ such as converting the changelog into HTML, and creating javadoc.
<antcall target="-integrateSnippet">
<param name="transformationName" value="SneakyThrows" />
</antcall>
- <mkdir dir="dist" />
</target>
<target name="-website-dist">
+ <mkdir dir="dist" />
<tar destfile="dist/website.tar.bz2" compression="bzip2">
<tarfileset dir="build/website" />
<tarfileset dir="doc/api" prefix="api" />