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:
@@ -91,8 +91,7 @@
|
|||||||
<taskdef name="genscript" classpathref="classpath"
|
<taskdef name="genscript" classpathref="classpath"
|
||||||
classname="com.threerings.presents.tools.GenActionScriptTask"/>
|
classname="com.threerings.presents.tools.GenActionScriptTask"/>
|
||||||
<!-- now generate the associated files -->
|
<!-- now generate the associated files -->
|
||||||
<genscript header="lib/SOURCE_HEADER" asroot="src/as"
|
<genscript header="lib/SOURCE_HEADER" asroot="src/as">
|
||||||
classpathref="classpath">
|
|
||||||
<fileset dir="src/java" includes="**/data/*.java"/>
|
<fileset dir="src/java" includes="**/data/*.java"/>
|
||||||
</genscript>
|
</genscript>
|
||||||
</target>
|
</target>
|
||||||
|
|||||||
Reference in New Issue
Block a user