leave the utility clean target in there

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466324 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-21 02:10:23 +00:00
parent c0869a6c0c
commit d2b993b9ad
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@
<property name="maven.repo.local" value="${user.home}/.m2/repository"/>
</target>
<target name="clean-bootstrap" description="cleans up generated bootstrap classes">
<delete dir="bootstrap/target"/>
</target>
<!-- DGF TODO Make a simple Java Ant task that pulls dependencies and adds them to a path reference, so we don't have to copy-and-paste -->
<!-- Then again, this *is* a very simple Ant script, so maybe there's no need to get fancy...? -->
<target name="pull" depends="init"