From 39ed45adfecf743bf1ad6265d83cd938f3cc41e2 Mon Sep 17 00:00:00 2001 From: kytv Date: Wed, 3 Aug 2011 23:18:34 +0000 Subject: [PATCH] move checksum task to underneath the installerexe task; if the installerexe task isn't run, there's no exe to run sha512sum on --- build.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index ef8fc64d8..799f5984b 100644 --- a/build.xml +++ b/build.xml @@ -97,8 +97,9 @@ - - + + + @@ -110,9 +111,9 @@ compressionlevel="9" /> - - + +