experimental now building from ant as its own unit

This commit is contained in:
benfry
2012-12-06 23:04:44 +00:00
parent 00f264072e
commit 3724b9d160
8 changed files with 60 additions and 50 deletions

View File

@@ -67,7 +67,7 @@ public class DebugBuild extends JavaBuild {
return null;
}
public DebugMode getMode() {
return (DebugMode)mode;
public ExperimentalMode getMode() {
return (ExperimentalMode)mode;
}
}