Use narya-tools, since we do on Vilya already. Non-OOO-builder beware.
Added missing -init-ooo to clean target. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1128 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -29,15 +29,12 @@
|
||||
|
||||
<target name="-preptools" depends="-prepare">
|
||||
<artifact:dependencies pathId="tools.classpath">
|
||||
<!-- TODO: we should publish a narya-tools "artifact" which has the
|
||||
javassist dependency listed as non-optional -->
|
||||
<dependency groupId="javassist" artifactId="javassist" version="3.8.0.GA"/>
|
||||
<dependency groupId="com.threerings" artifactId="narya" version="1.1"/>
|
||||
<dependency groupId="com.threerings" artifactId="narya-tools" version="1.8-SNAPSHOT"/>
|
||||
</artifact:dependencies>
|
||||
<taskdef resource="com/threerings/presents/tools.properties" classpathref="tools.classpath"/>
|
||||
</target>
|
||||
|
||||
<target name="clean" description="Deletes most build artifacts.">
|
||||
<target name="clean" depends="-init-ooo" description="Deletes most build artifacts.">
|
||||
<delete dir="${classes.dir}"/>
|
||||
<delete dir="${tclasses.dir}"/>
|
||||
<delete dir="${deploy.dir}/docs"/>
|
||||
|
||||
Reference in New Issue
Block a user