mirror of https://github.com/dspinellis/UMLGraph
add 'clean' ant target
This commit is contained in:
parent
f7df826f53
commit
f1be5aaee8
|
|
@ -64,6 +64,14 @@
|
||||||
<!-- import environment variables -->
|
<!-- import environment variables -->
|
||||||
<property environment="env"/>
|
<property environment="env"/>
|
||||||
|
|
||||||
|
<target name="clean">
|
||||||
|
<delete dir="${build}"/>
|
||||||
|
<delete dir="${lib}"/>
|
||||||
|
<delete dir="testdata/dot-out"/>
|
||||||
|
<delete dir="${javadoc}"/>
|
||||||
|
<delete dir="${dist}/lib"/>
|
||||||
|
</target>
|
||||||
|
|
||||||
<target name="init">
|
<target name="init">
|
||||||
<!-- Create the time stamp -->
|
<!-- Create the time stamp -->
|
||||||
<tstamp/>
|
<tstamp/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue