diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-01-23 20:48:25 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2012-01-23 20:48:25 +0100 |
commit | 4c04aca3fbb12f526b2e0c102f2beaf89a134f25 (patch) | |
tree | 4e69dfe17cde59a1a9b0f3270f9479e4887c1eff | |
parent | b8049aa1c79aa964f06d9b284c29d4c5241630d8 (diff) | |
download | lombok-4c04aca3fbb12f526b2e0c102f2beaf89a134f25.tar.gz lombok-4c04aca3fbb12f526b2e0c102f2beaf89a134f25.tar.bz2 lombok-4c04aca3fbb12f526b2e0c102f2beaf89a134f25.zip |
further fixes to the build script. I think it's good now....
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | build.xml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -16,3 +16,4 @@ /lombok.iml /.idea *.markdown.html +/junit*.properties
\ No newline at end of file @@ -278,7 +278,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr <os family="mac" /> </condition> - <property name="putJavacOnBootclasspath" value="-Xbootclasspath/p:lib/test/javac6.jar" /> + <property name="putJavacOnBootclasspath" value="-Xbootclasspath/p:lib/javac6/javac6.jar" /> <copy file="buildScripts/eclipse-debug-target.template" |