aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2012-01-23 20:48:25 +0100
committerRoel Spilker <r.spilker@gmail.com>2012-01-23 20:48:25 +0100
commit4c04aca3fbb12f526b2e0c102f2beaf89a134f25 (patch)
tree4e69dfe17cde59a1a9b0f3270f9479e4887c1eff
parentb8049aa1c79aa964f06d9b284c29d4c5241630d8 (diff)
downloadlombok-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--.gitignore1
-rw-r--r--build.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 593e7f82..a85c2d04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
/lombok.iml
/.idea
*.markdown.html
+/junit*.properties \ No newline at end of file
diff --git a/build.xml b/build.xml
index d78f72b2..7ad4ce0e 100644
--- a/build.xml
+++ b/build.xml
@@ -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"