From 893b5ea69b6c584d924c5d7fb5b1a6e5355295c4 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 11 Mar 2013 21:01:53 +0100 Subject: startOnFirstThread is no longer necessary on modern JVMs on mac. --- build.xml | 7 ------- buildScripts/eclipse-debug-target.template | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/build.xml b/build.xml index 99960bd2..84e77883 100644 --- a/build.xml +++ b/build.xml @@ -274,18 +274,11 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - - - - - - diff --git a/buildScripts/eclipse-debug-target.template b/buildScripts/eclipse-debug-target.template index 033f8197..bb45cd69 100644 --- a/buildScripts/eclipse-debug-target.template +++ b/buildScripts/eclipse-debug-target.template @@ -21,7 +21,7 @@ - + -- cgit