From 2781b8592b526beddef6158b756b19e2194c30d0 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 28 Jul 2009 18:32:07 +0200 Subject: bugfix in the build.xml file - "ant website" would not add the videos to the built .tar.bz2 file. Now it does. (use ant website-novideo to skip adding the videos, which reduces the upload from 18M to 1.4M). --- build.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 9a738450..e9c5a638 100644 --- a/build.xml +++ b/build.xml @@ -59,8 +59,8 @@ - - + + @@ -116,6 +116,9 @@ + + + -- cgit