From 327def3adad63510e9b9202efa3108acd505c4b7 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Tue, 27 Mar 2018 23:00:36 +0200 Subject: Previous add to the build system to verify checksums is not really workable in ant without a page worth of tasks so reverted that and went with a renamed file instead to solve the problem of having served the wrong rt.jar for a while. --- build.xml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/build.xml b/build.xml index b55b2866..91b7940a 100644 --- a/build.xml +++ b/build.xml @@ -28,18 +28,10 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - - - - - - - - - - - + + + + -- cgit