Small change in mercury build file to use correct assembly location.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@747152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Britton Isbell 2009-02-23 21:49:48 +00:00
parent 00c302e021
commit ceaa949f1e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ END SNIPPET: ant-bootstrap -->
<dirname file="${maven.home}" property="maven.home.dirname"/>
<!-- Initialize properties -->
<property name="maven.home.basename.expected" value="apache-maven-${pom.project.version}"/>
<property name="maven.assembly" location="maven-distribution/target/${maven.home.basename.expected}-bin.zip"/>
<property name="maven.assembly" location="apache-maven/target/${maven.home.basename.expected}-bin.zip"/>
<property name="maven.repo.local" value="${user.home}/.m2/repository"/>
<property name="maven.repo.central" value="http://repository.sonatype.org/content/groups/public"/>