From 9015ff64aa0a5503e29aa57b0d66e0aa6892e315 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Mon, 10 Sep 2012 11:53:43 +0300 Subject: [PATCH] Find compiled classes from default Eclipse location Also set a value default to the work.dir property --- build/ide.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/ide.xml b/build/ide.xml index 30c78e31c7..f0bc95a34f 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -2,7 +2,8 @@ - + + @@ -63,7 +64,7 @@ - Compiling ${module} to ${module.output.dir} + Compiling ${module} to ${module.output.dir} with parameters -logLevel TRACE -style ${style} -localWorkers ${localWorkers} -strict ${extraParams} -- 2.39.5