VIVO-291 ant clean will delete the ref files in the Vitro home directory
This commit is contained in:
parent
6ba8de8a9d
commit
542d1cfbdd
1 changed files with 2 additions and 0 deletions
|
@ -265,6 +265,8 @@
|
||||||
================================= -->
|
================================= -->
|
||||||
<target name="clean" description="--> Delete all artifacts.">
|
<target name="clean" description="--> Delete all artifacts.">
|
||||||
<delete dir="${build.dir}" />
|
<delete dir="${build.dir}" />
|
||||||
|
<!-- delete the rdf files, removing any unused languages, for example. -->
|
||||||
|
<delete dir="${vitro.home}/rdf" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- =================================
|
<!-- =================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue