|
@@ -26,7 +26,7 @@ import org.apache.tools.ant.util.FileUtils; |
|
|
*/ |
|
|
*/ |
|
|
public class TimeComparison extends EnumeratedAttribute { |
|
|
public class TimeComparison extends EnumeratedAttribute { |
|
|
private static final String[] VALUES |
|
|
private static final String[] VALUES |
|
|
= new String[] {"before", "after", "equal"}; |
|
|
|
|
|
|
|
|
= new String[] {"before", "after", "equal"}; |
|
|
|
|
|
|
|
|
private static final FileUtils FILE_UTILS = FileUtils.getFileUtils(); |
|
|
private static final FileUtils FILE_UTILS = FileUtils.getFileUtils(); |
|
|
|
|
|
|
|
|