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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user