Track some repackaging in the Jakarta libs.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1168 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-04-01 16:49:26 +00:00
parent a2db66aa21
commit 4afaa186eb
6 changed files with 13 additions and 13 deletions
@@ -1,5 +1,5 @@
//
// $Id: ComponentBundlerTask.java,v 1.5 2002/03/08 22:36:43 mdb Exp $
// $Id: ComponentBundlerTask.java,v 1.6 2002/04/01 16:49:26 mdb Exp $
package com.threerings.cast.bundle.tools;
@@ -22,7 +22,7 @@ import com.samskivert.util.HashIntMap;
import com.samskivert.util.StringUtil;
import com.samskivert.util.Tuple;
import org.apache.commons.util.StreamUtils;
import org.apache.commons.io.StreamUtils;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.DirectoryScanner;
@@ -1,5 +1,5 @@
//
// $Id: ToolkitLoader.java,v 1.1 2001/12/07 01:33:29 mdb Exp $
// $Id: ToolkitLoader.java,v 1.2 2002/04/01 16:49:26 mdb Exp $
package com.threerings.media;
@@ -11,7 +11,7 @@ import java.awt.Toolkit;
import java.io.IOException;
import java.io.InputStream;
import org.apache.commons.util.StreamUtils;
import org.apache.commons.io.StreamUtils;
/**
* Loads images using the default AWT toolkit (for compatibility with
@@ -1,5 +1,5 @@
//
// $Id: TileSetBundler.java,v 1.4 2002/02/05 20:29:09 mdb Exp $
// $Id: TileSetBundler.java,v 1.5 2002/04/01 16:49:26 mdb Exp $
package com.threerings.media.tile.bundle.tools;
@@ -22,7 +22,7 @@ import org.apache.commons.digester.Digester;
import org.apache.commons.digester.Rule;
import org.apache.commons.digester.RuleSetBase;
import org.apache.commons.util.StreamUtils;
import org.apache.commons.io.StreamUtils;
import com.samskivert.io.NestableIOException;
import com.samskivert.io.PersistenceException;
@@ -1,9 +1,9 @@
//
// $Id: ObjectAccessException.java,v 1.3 2002/02/02 09:42:36 mdb Exp $
// $Id: ObjectAccessException.java,v 1.4 2002/04/01 16:49:26 mdb Exp $
package com.threerings.presents.dobj;
import org.apache.commons.util.exception.NestableException;
import org.apache.commons.lang.exception.NestableException;
/**
* An object access exception is delivered when an object is not
@@ -1,5 +1,5 @@
//
// $Id: ObjectStreamException.java,v 1.5 2001/10/16 16:44:20 mdb Exp $
// $Id: ObjectStreamException.java,v 1.6 2002/04/01 16:49:26 mdb Exp $
package com.threerings.presents.io;
@@ -7,8 +7,8 @@ import java.io.IOException;
import java.io.PrintStream;
import java.io.PrintWriter;
import org.apache.commons.util.exception.Nestable;
import org.apache.commons.util.exception.NestableDelegate;
import org.apache.commons.lang.exception.Nestable;
import org.apache.commons.lang.exception.NestableDelegate;
/**
* The object stream exception is used to communicate an error in
@@ -1,5 +1,5 @@
//
// $Id: ResourceManager.java,v 1.11 2002/03/15 19:12:16 mdb Exp $
// $Id: ResourceManager.java,v 1.12 2002/04/01 16:49:26 mdb Exp $
package com.threerings.resource;
@@ -20,7 +20,7 @@ import java.util.HashMap;
import java.util.Properties;
import java.util.StringTokenizer;
import org.apache.commons.util.StreamUtils;
import org.apache.commons.io.StreamUtils;
import com.samskivert.util.StringUtil;
/**