NIHVIVO-3597 Use a <FileSet> with a <present> selector instead of the home-brewed DirDifferenceFileSet

This commit is contained in:
j2blake 2012-03-02 21:22:28 +00:00
parent f7d585b0c3
commit cd64830dd5
3 changed files with 0 additions and 145 deletions

View file

@ -135,8 +135,6 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
<javac srcdir="${utilities.source.dir}" destdir="${utility.classes.dir}" debug="true" deprecation="${javac.deprecation}" encoding="UTF8" includeantruntime="false" optimize="false" source="1.6">
<classpath refid="utility.compile.classpath" />
</javac>
<typedef name="dirDifference" classname="edu.cornell.mannlib.vitro.utilities.anttasks.DirDifferenceFileSet" classpathref="utility.run.classpath" />
</target>
<!-- - - - - - - - - - - - - - - - - -