We no longer pass a classpath reference to the GenActionScriptTask, it uses the

classpath provided to the <taskdef>.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4406 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-10-04 23:37:18 +00:00
parent 4a9fde7830
commit 27ab1efe4e
+1 -2
View File
@@ -91,8 +91,7 @@
<taskdef name="genscript" classpathref="classpath"
classname="com.threerings.presents.tools.GenActionScriptTask"/>
<!-- now generate the associated files -->
<genscript header="lib/SOURCE_HEADER" asroot="src/as"
classpathref="classpath">
<genscript header="lib/SOURCE_HEADER" asroot="src/as">
<fileset dir="src/java" includes="**/data/*.java"/>
</genscript>
</target>