NIHVIVO-2811 Rewrite the build for vivoCornell; minor tweaks for the others.
This commit is contained in:
parent
52104e2e77
commit
60e92e9bf0
3 changed files with 19 additions and 38 deletions
|
@ -39,6 +39,10 @@ public abstract class AbstractWrappedFileSet implements ResourceCollection {
|
|||
return fileSet.createInclude();
|
||||
}
|
||||
|
||||
public PatternSet.NameEntry createExclude() {
|
||||
return fileSet.createExclude();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object clone() {
|
||||
throw new BuildException(this.getClass().getSimpleName()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue