Report the bundle source file we're processing as we go.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1672 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-09-11 20:28:05 +00:00
parent 442e9b26bd
commit 55e7bfcbb8
@@ -1,5 +1,5 @@
//
// $Id: TileSetBundlerTask.java,v 1.3 2002/04/03 22:21:35 mdb Exp $
// $Id: TileSetBundlerTask.java,v 1.4 2002/09/11 20:28:05 mdb Exp $
package com.threerings.media.tile.bundle.tools;
@@ -90,6 +90,8 @@ public class TileSetBundlerTask extends Task
File bfile = new File(bpath);
// create the bundle
System.out.println(
"Creating bundle from '" + cpath + "'...");
bundler.createBundle(broker, cfile, bfile);
}
}