Fix bogus comment

This commit is contained in:
jdf
2010-03-04 19:02:51 +00:00
parent 856fa64920
commit 5bed47f10d
@@ -211,8 +211,6 @@ class Build {
}
/**
* @param buildFile
* location of the build.xml for the sketch
* @param target
* "debug" or "release"
*/
@@ -220,6 +218,7 @@ class Build {
final Project p = new Project();
p.setUserProperty("ant.file", buildFile.getAbsolutePath()
.replace('\\', '/'));
// deals with a problem where javac error messages weren't coming through
p.setUserProperty("build.compiler", "extJavac");
// p.setUserProperty("build.compiler.emacs", "true"); // does nothing