|
@@ -22,7 +22,6 @@ import java.io.ByteArrayInputStream; |
|
|
import java.io.ByteArrayOutputStream; |
|
|
import java.io.ByteArrayOutputStream; |
|
|
import java.io.File; |
|
|
import java.io.File; |
|
|
import java.io.FileInputStream; |
|
|
import java.io.FileInputStream; |
|
|
import java.io.FileOutputStream; |
|
|
|
|
|
import java.io.IOException; |
|
|
import java.io.IOException; |
|
|
import java.io.InputStream; |
|
|
import java.io.InputStream; |
|
|
import java.io.InputStreamReader; |
|
|
import java.io.InputStreamReader; |
|
@@ -892,7 +891,7 @@ public class Jar extends Zip { |
|
|
log("Building MANIFEST-only jar: " |
|
|
log("Building MANIFEST-only jar: " |
|
|
+ getDestFile().getAbsolutePath()); |
|
|
+ getDestFile().getAbsolutePath()); |
|
|
} |
|
|
} |
|
|
zOut = new ZipOutputStream(new FileOutputStream(getDestFile())); |
|
|
|
|
|
|
|
|
zOut = new ZipOutputStream(getDestFile()); |
|
|
|
|
|
|
|
|
zOut.setEncoding(getEncoding()); |
|
|
zOut.setEncoding(getEncoding()); |
|
|
if (isCompress()) { |
|
|
if (isCompress()) { |
|
|