Some import cleanups from Dave.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@662 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2008-09-25 22:16:10 +00:00
parent 8590d5650b
commit 8e69ff612e
120 changed files with 356 additions and 231 deletions
@@ -21,9 +21,11 @@
package com.threerings.tools;
import java.util.ArrayList;
import java.io.File;
import java.io.Serializable;
import java.util.ArrayList;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.DirectoryScanner;
import org.apache.tools.ant.Task;
@@ -31,9 +33,10 @@ import org.apache.tools.ant.types.FileSet;
import com.samskivert.util.FileUtil;
import com.threerings.tools.xml.CompiledConfigParser;
import com.threerings.util.CompiledConfig;
import com.threerings.tools.xml.CompiledConfigParser;
/**
* Used to parse configuration information from an XML file and create the
* serialized representation that is used by the client and server.
@@ -27,11 +27,13 @@ import java.io.IOException;
import java.io.Serializable;
import org.xml.sax.SAXException;
import org.apache.commons.digester.Digester;
import com.threerings.tools.CompiledConfigTask;
import com.threerings.util.CompiledConfig;
import com.threerings.tools.CompiledConfigTask;
/**
* An abstract base implementation of a parser that is used to compile
* configuration definitions into config objects for use by the client and
@@ -22,6 +22,7 @@
package com.threerings.tools.xml;
import org.xml.sax.SAXException;
import com.megginson.sax.DataWriter;
/**