Browse Source

Needed getDefaulexcludes in 1.6.3 for PR 33412

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277687 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
3fe9c56566
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/AbstractFileSet.java

+ 1
- 1
src/main/org/apache/tools/ant/types/AbstractFileSet.java View File

@@ -329,7 +329,7 @@ public abstract class AbstractFileSet extends DataType


/** /**
* Whether default exclusions should be used or not. * Whether default exclusions should be used or not.
* @since Ant 1.7
* @since Ant 1.6.3
*/ */
public synchronized boolean getDefaultexcludes() { public synchronized boolean getDefaultexcludes() {
return (isReference()) return (isReference())


Loading…
Cancel
Save