Oops, remove spam

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1110 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Jamie Doornbos
2011-01-11 18:41:33 +00:00
parent 8324fb01b1
commit 7c5debc5e3
@@ -109,7 +109,6 @@ public class CompiledConfigTask extends Task
}
String baseDir = getProject().getBaseDir().getPath();
System.out.println("Converting source " + source + " by replacing " + baseDir + " with " + _dest);
File target = new File(source.getPath().replace(baseDir, _dest.getPath()));
target = new File(FileUtil.resuffix(target, ".xml", ".dat"));
return target;