From ea9fbb426f60bd1b7c3dea2b0485eae8eaafedda Mon Sep 17 00:00:00 2001 From: Sander Koning Date: Wed, 22 Feb 2017 10:18:33 +0100 Subject: Use already downloaded rt-openjdk6.jar if it exists. This allows builds to run without a network connection. --- build.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 654c23ea..44f09de8 100644 --- a/build.xml +++ b/build.xml @@ -28,7 +28,8 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + + @@ -101,8 +102,8 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - + + -- cgit