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 -->
|
||||
<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">
|
||||
<!-- Create the time stamp -->
|
||||
<tstamp/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue