IDEMPIERE-166 Rebranding of logo and product name.
This commit is contained in:
parent
483fa5e6fd
commit
f0d376c7ad
|
@ -99,7 +99,7 @@ public class AttachmentDBSystem implements IAttachmentStore
|
||||||
ZipOutputStream zip = new ZipOutputStream(out);
|
ZipOutputStream zip = new ZipOutputStream(out);
|
||||||
zip.setMethod(ZipOutputStream.DEFLATED);
|
zip.setMethod(ZipOutputStream.DEFLATED);
|
||||||
zip.setLevel(Deflater.BEST_COMPRESSION);
|
zip.setLevel(Deflater.BEST_COMPRESSION);
|
||||||
zip.setComment("adempiere");
|
zip.setComment("iDempiere");
|
||||||
//
|
//
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue