aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/build.xml b/build.xml
index 83fef2e9..069e4392 100644
--- a/build.xml
+++ b/build.xml
@@ -217,15 +217,9 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<apt location="lib/build/spi.jar" />
</ivy:eclipsegen>
- <condition property="startOnFirstThread" value="-XstartOnFirstThread">
+ <condition property="startOnFirstThread" value="-XstartOnFirstThread" else="">
<os family="mac" />
</condition>
- <condition property="d32" value="-d32">
- <os family="mac" />
- </condition>
- <condition property="d32" value="">
- <not><os family="mac" /></not>
- </condition>
<copy
file="buildScripts/eclipse-debug-target.template"