Add clean-dist target (useful for Hudson)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@617837 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2008-02-02 17:14:17 +00:00
parent 207d56dd22
commit 63b454fa01
1 changed files with 6 additions and 0 deletions

View File

@ -1375,6 +1375,12 @@ run JMeter unless all the JMeter jars are added.
</delete>
</target>
<target name="clean-dist" description="Clean up dist directory.">
<delete quiet="true">
<fileset dir="${dist.dir}"/>
</delete>
</target>
<target name="docs-api" description="Generate the API documentation.">
<tstamp>
<!-- Used to ensure end-year is up to date -->