diff options
author | peichhorn <peichhor@web.de> | 2011-08-24 10:53:15 +0200 |
---|---|---|
committer | peichhorn <peichhor@web.de> | 2011-08-24 10:53:15 +0200 |
commit | c22e5902e55ac8f5ba087423bcb030da291d0281 (patch) | |
tree | 0b2bc5f8f78b10946ac569872e6fe8b042bca078 | |
parent | 006a0e708981f69c497a8a5c8278b418e45f355b (diff) | |
download | lombok-c22e5902e55ac8f5ba087423bcb030da291d0281.tar.gz lombok-c22e5902e55ac8f5ba087423bcb030da291d0281.tar.bz2 lombok-c22e5902e55ac8f5ba087423bcb030da291d0281.zip |
To run the tests, having javac in the bootclasspath is required on all platforms.
-rw-r--r-- | build.xml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |