Browse Source

new log message; bugzilla ID 6575

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271643 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
54f065d579
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/taskdefs/Expand.java

+ 1
- 0
src/main/org/apache/tools/ant/taskdefs/Expand.java View File

@@ -142,6 +142,7 @@ public class Expand extends MatchingTask {
* This method is to be overridden by extending unarchival tasks.
*/
protected void expandFile(FileUtils fileUtils, File srcF, File dir) {
log("Expanding: " + srcF + " into " + dir, Project.MSG_INFO);
ZipInputStream zis = null;
try {
// code from WarExpand


Loading…
Cancel
Save