org.jarpatch
Class Main

java.lang.Object
  extended by org.jarpatch.Main

public class Main
extends java.lang.Object

A simple main around the JarPatch.

build a patch zip that contains the difference between a newJar from an oldJar.
The patch will contains all new file introduced on the newJar, and all file that have been modified from the oldJar. Changed file is determined from computed MD5 hash key.

usage: org.jarpatch.Main -old oldJar -new newJar -out resultZip [-exclude RegexpPattern] [-logDeleteFile],
with: