A healthy splash of google-collections
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@822 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -31,6 +31,8 @@ import org.apache.tools.ant.DirectoryScanner;
|
||||
import org.apache.tools.ant.Task;
|
||||
import org.apache.tools.ant.types.FileSet;
|
||||
|
||||
import com.google.common.collect.Lists;
|
||||
|
||||
import com.samskivert.util.FileUtil;
|
||||
|
||||
import com.threerings.util.CompiledConfig;
|
||||
@@ -153,5 +155,5 @@ public class CompiledConfigTask extends Task
|
||||
protected File _target;
|
||||
protected File _dest;
|
||||
protected String _parser;
|
||||
protected ArrayList<FileSet> _filesets = new ArrayList<FileSet>();
|
||||
protected ArrayList<FileSet> _filesets = Lists.newArrayList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user