I feel your pain, but history favors the brief.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6353 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2010-12-09 18:54:58 +00:00
parent 3c76d34ce1
commit 2cbfc358fe
+2 -4
View File
@@ -20,10 +20,8 @@
dest="${maven-ant.jar}" usetimestamp="true"/>
</target>
<target name="-init-maven-ant" depends="-download-maven-ant"
unless="Maven was initted as the dependency of another task in Ant's sorry excuse for a dependency system">
<property name="Maven was initted as the dependency of another task in Ant's sorry excuse for a dependency system"
value="true"/>
<target name="-init-maven-ant" depends="-download-maven-ant" unless="have.maven">
<property name="have.maven" value="true"/>
<taskdef resource="org/apache/maven/artifact/ant/antlib.xml"
uri="urn:maven-artifact-ant" classpath="${maven-ant.jar}"/>
<artifact:pom id="pom" file="pom.xml"/>