making further progress on build process

This commit is contained in:
benfry
2012-07-20 23:21:24 +00:00
parent 6a216e6f0b
commit 7a7b856385
13 changed files with 77 additions and 78 deletions

View File

@@ -222,10 +222,10 @@ public class JavaMode extends Mode {
// }
public boolean handleExportApplet(Sketch sketch) throws SketchException, IOException {
JavaBuild build = new JavaBuild(sketch);
return build.exportApplet();
}
// public boolean handleExportApplet(Sketch sketch) throws SketchException, IOException {
// JavaBuild build = new JavaBuild(sketch);
// return build.exportApplet();
// }
public boolean handleExportApplication(Sketch sketch) throws SketchException, IOException {