Use narya-tools.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@836 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2009-07-12 22:25:28 +00:00
parent 1443bd59cb
commit a1b03fc7b6
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -81,9 +81,9 @@
</target>
<!-- adds readField and writeField methods to Stremable classes -->
<target name="procstream">
<taskdef name="instream" classpathref="classpath"
classname="com.threerings.presents.tools.InstrumentStreamableTask"/>
<target name="procstream" depends="prepare">
<taskdef resource="com/threerings/presents/tools.properties"
classpath="${deploy.dir}/lib/narya-tools.jar"/>
<!-- now instrument the associated files -->
<instream outdir="${classes.dir}">
<path refid="classpath"/>
+1
View File
@@ -18,6 +18,7 @@
<include name="samskivert.jar"/>
<include name="narya-base*.jar"/>
<include name="narya-distrib*.jar"/>
<include name="narya-tools*.jar"/>
<!-- these LWJGL, JME and JME-BUI libraries are optional -->
<include name="lwjgl.jar"/>
<include name="lwjgl_util.jar"/>