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:
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user