aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 9d06674d..cf8fe249 100644
--- a/build.xml
+++ b/build.xml
@@ -226,9 +226,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<os family="mac" />
</condition>
- <condition property="putJavacOnBootclasspath" value="-Xbootclasspath/p:lib/test/javac.jar" else="">
- <os family="mac" />
- </condition>
+ <property name="putJavacOnBootclasspath" value="-Xbootclasspath/p:lib/test/javac.jar" />
<copy
file="buildScripts/eclipse-debug-target.template"