tidied up build.xml with Zells permission, which exposed a problem with the Environment switcheroo, also fixed

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5055 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2008-05-09 00:03:55 +00:00
parent bc35598a2e
commit a841233609
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ public class Environment
if (obj != null) {
return Domain.currentDomain.getVariables(obj);
}
return new Array();
}
/**