Patch from Andrzej:

Getdown is currently failing to create patch files because JarDiff is closing the outputstream. The attached patch comments it out, which seems to work.
This commit is contained in:
Ray Greenwell
2010-10-02 03:36:19 +00:00
parent b4dae3be33
commit a5499d8cb8
@@ -190,7 +190,7 @@ public class JarDiff implements JarDiffCodes
}
jos.finish();
jos.close();
// jos.close();
} catch (IOException ioE){
throw ioE;