The Narya Ant tasks must be obtained from narya-tools, not a "normal"

dependency on Narya.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1040 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2010-12-22 22:24:26 +00:00
parent 73a7b00a41
commit 9510aa7764
+4 -1
View File
@@ -42,7 +42,10 @@
</target>
<target name="-preptools" depends="-prepare">
<taskdef resource="com/threerings/presents/tools.properties" classpathref="compile.classpath"/>
<artifact:dependencies pathId="tools.classpath">
<dependency groupId="com.threerings" artifactId="narya-tools" version="1.2"/>
</artifact:dependencies>
<taskdef resource="com/threerings/presents/tools.properties" classpathref="tools.classpath"/>
</target>
<target name="clean" description="Cleans out build results">