o mercury settings were not right

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@733579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-01-12 01:56:57 +00:00
parent e696de926b
commit bd85732ce2
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ END SNIPPET: ant-bootstrap -->
<target name="initTaskDefs">
<xmlproperty file="pom.xml" prefix="pom.xml" />
<path id="maven-ant-tasks.classpath" path="mercury-ant-tasks-1.0-alpha-2.jar"/>
<typedef resource="org/apache/maven/mercury/ant/antlib.xml" uri="urn:mercury-ant-tasks" classpathref="mercury-ant-tasks.classpath"/>
<path id="maven-ant-tasks.classpath" path="mercury-ant-tasks-1.0-alpha-1-SNAPSHOT.jar"/>
<typedef resource="org/apache/maven/mercury/ant/tasks/antlib.xml" uri="urn:mercury-ant-tasks" classpathref="mercury-ant-tasks.classpath"/>
</target>
<target name="isMavenHomeSet" depends="initTaskDefs">