Browse Source

version

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@668719 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 17 years ago
parent
commit
f2b07b0ac2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/util/ResourceUtils.java

+ 1
- 0
src/main/org/apache/tools/ant/util/ResourceUtils.java View File

@@ -482,6 +482,7 @@ public class ResourceUtils {
* file's immediate parent as the basedir, for tasks that need one.
* @param fileProvider input
* @return fileProvider if it is a FileResource instance, or a new FileResource with fileProvider's file.
* @since Ant 1.8
*/
public static FileResource asFileResource(FileProvider fileProvider) {
if (fileProvider instanceof FileResource || fileProvider == null) {


Loading…
Cancel
Save