mirror of https://github.com/apache/maven.git
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:
parent
c0869a6c0c
commit
d2b993b9ad
|
@ -46,6 +46,10 @@
|
||||||
<property name="maven.repo.local" value="${user.home}/.m2/repository"/>
|
<property name="maven.repo.local" value="${user.home}/.m2/repository"/>
|
||||||
</target>
|
</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 -->
|
<!-- 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...? -->
|
<!-- Then again, this *is* a very simple Ant script, so maybe there's no need to get fancy...? -->
|
||||||
<target name="pull" depends="init"
|
<target name="pull" depends="init"
|
||||||
|
|
Loading…
Reference in New Issue