working on examples export, other tweaks

This commit is contained in:
benfry
2011-04-16 15:13:32 +00:00
parent d8a5150e2d
commit d6a8aa9736
9 changed files with 125 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ public class JavaBuild {
protected Sketch sketch;
protected Mode mode;
// what happens in the build, stays in the build.
// (which is to say that everything below this line, stays within this class)

View File

@@ -139,7 +139,7 @@ public class JavaMode extends Mode {
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
protected File[] getExampleCategoryFolders() {
public File[] getExampleCategoryFolders() {
// Basics, Topics, 3D, Books
return new File[] {
new File(examplesFolder, "Basics"),