NIHVIVO-2811 Rewrite the build for vivoCornell; minor tweaks for the others.

This commit is contained in:
j2blake 2011-09-12 16:55:39 +00:00
parent 52104e2e77
commit 60e92e9bf0
3 changed files with 19 additions and 38 deletions

View file

@ -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()