[MNG-3849] added clean.local.repo flag to the mercury build

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@751153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Gusakov 2009-03-07 00:59:54 +00:00
parent 93af608d55
commit 0f3af9305d
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ END SNIPPET: ant-bootstrap -->
</target>
<target name="clean-local-repo" description="cleans up local repo" unless="do.not.clean.local.repo">
<delete dir="${maven.local.repo}"/>
<mkdir dir="${maven.local.repo}"/>
<delete dir="${maven.repo.local}"/>
<mkdir dir="${maven.repo.local}"/>
</target>
<target name="pull" depends="init,clean-local-repo" unless="skip.pull">