[izpack-changes] r1447 - izpack-src/branches/branch-3-8-automation-fixes/src/lib/com/izforge/izpack/installer
noreply at berlios.de
noreply at berlios.de
Mon Jun 19 15:33:25 CEST 2006
Author: tschwarze
Date: 2006-06-19 15:33:20 +0200 (Mon, 19 Jun 2006)
New Revision: 1447
Modified:
izpack-src/branches/branch-3-8-automation-fixes/src/lib/com/izforge/izpack/installer/Unpacker.java
Log:
[bug] don't notify of deleted files (generates too much noise)
Modified: izpack-src/branches/branch-3-8-automation-fixes/src/lib/com/izforge/izpack/installer/Unpacker.java
===================================================================
--- izpack-src/branches/branch-3-8-automation-fixes/src/lib/com/izforge/izpack/installer/Unpacker.java 2006-06-19 12:46:24 UTC (rev 1446)
+++ izpack-src/branches/branch-3-8-automation-fixes/src/lib/com/izforge/izpack/installer/Unpacker.java 2006-06-19 13:33:20 UTC (rev 1447)
@@ -704,7 +704,6 @@
if (!f.isDirectory())
// skip directories - they cannot be removed safely yet
{
- this.handler.emitNotification("deleting " + f.getPath());
f.delete();
}
More information about the izpack-changes
mailing list