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
remotes/1776816827838153613/tmp_25f451bd36ab3145e487fcb2cd5c62c571e5b602
Stefan Bodewig 21 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.
* @since Ant 1.7
* @since Ant 1.6.3
*/
public synchronized boolean getDefaultexcludes() {
return (isReference())


Loading…
Cancel
Save