|
@@ -1,7 +1,7 @@ |
|
|
/* |
|
|
/* |
|
|
* The Apache Software License, Version 1.1 |
|
|
* The Apache Software License, Version 1.1 |
|
|
* |
|
|
* |
|
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights |
|
|
|
|
|
|
|
|
* Copyright (c) 2000-2002 The Apache Software Foundation. All rights |
|
|
* reserved. |
|
|
* reserved. |
|
|
* |
|
|
* |
|
|
* Redistribution and use in source and binary forms, with or without |
|
|
* Redistribution and use in source and binary forms, with or without |
|
@@ -189,7 +189,7 @@ public class UpToDate extends MatchingTask implements Condition { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
protected boolean scanDir(File srcDir, String files[]) { |
|
|
|
|
|
|
|
|
protected boolean scanDir(File srcDir, String[] files) { |
|
|
SourceFileScanner sfs = new SourceFileScanner(this); |
|
|
SourceFileScanner sfs = new SourceFileScanner(this); |
|
|
FileNameMapper mapper = null; |
|
|
FileNameMapper mapper = null; |
|
|
File dir = srcDir; |
|
|
File dir = srcDir; |
|
|