VIVO-291 ant clean will delete the ref files in the Vitro home directory

This commit is contained in:
j2blake 2013-10-08 10:39:11 -04:00
parent 6ba8de8a9d
commit 542d1cfbdd

View file

@ -265,6 +265,8 @@
================================= -->
<target name="clean" description="--> Delete all artifacts.">
<delete dir="${build.dir}" />
<!-- delete the rdf files, removing any unused languages, for example. -->
<delete dir="${vitro.home}/rdf" />
</target>
<!-- =================================