Package VASSAL.tools

Class ZipUpdater

java.lang.Object
VASSAL.tools.ZipUpdater
All Implemented Interfaces:
Runnable

@Deprecated
public class ZipUpdater
extends Object
implements Runnable
Deprecated.
removed without replacement
Automatically builds a .jar file that will update a Zip archive. Usage: java VASSAL.tools.ZipUpdater will create a file named update.jar Executing this jar (by double-clicking or typing "java -jar update.jar") will update the old archive so that its contents are identical to the new archive. User: rkinney Date: Oct 23, 2003