diff --git a/utilities/anttasks/src/edu/cornell/mannlib/vitro/utilities/anttasks/AbstractWrappedFileSet.java b/utilities/anttasks/src/edu/cornell/mannlib/vitro/utilities/anttasks/AbstractWrappedFileSet.java index ff01a3bdd..f6e40ec9f 100644 --- a/utilities/anttasks/src/edu/cornell/mannlib/vitro/utilities/anttasks/AbstractWrappedFileSet.java +++ b/utilities/anttasks/src/edu/cornell/mannlib/vitro/utilities/anttasks/AbstractWrappedFileSet.java @@ -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() diff --git a/webapp/build.xml b/webapp/build.xml index e3651cb00..32313e6a1 100644 --- a/webapp/build.xml +++ b/webapp/build.xml @@ -27,6 +27,7 @@ + @@ -224,6 +225,14 @@ deploy - Deploy the application directly into the Tomcat webapps directory. + + + + + @@ -231,10 +240,6 @@ deploy - Deploy the application directly into the Tomcat webapps directory. depends="test" unless="skipinfo" description="--> Store revision info in build"> - - - - @@ -330,7 +335,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory. - + diff --git a/webapp/product-build.xml b/webapp/product-build.xml index 95aca742f..97a4371f0 100644 --- a/webapp/product-build.xml +++ b/webapp/product-build.xml @@ -21,9 +21,6 @@ It should be invoked from the build script of a Vivo product. - - - - - - - -