mirror of https://github.com/apache/maven.git
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:
parent
e696de926b
commit
bd85732ce2
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue