Can't drop these manually managed aslib dependencies quite yet.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1002 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -39,6 +39,21 @@
|
|||||||
<pathelement location="${classes.dir}"/>
|
<pathelement location="${classes.dir}"/>
|
||||||
<pathelement location="${tclasses.dir}"/>
|
<pathelement location="${tclasses.dir}"/>
|
||||||
</path>
|
</path>
|
||||||
|
<!-- TEMP: needed for ActionScript library build -->
|
||||||
|
<property name="libs.dir" value="lib"/>
|
||||||
|
<copy todir="${deploy.dir}/lib" flatten="true">
|
||||||
|
<fileset dir="${libs.dir}">
|
||||||
|
<include name="aspirin*.swc"/>
|
||||||
|
<include name="naryalib.swc"/>
|
||||||
|
<include name="nenyalib.swc"/>
|
||||||
|
<include name="as3isolib-fp9.swc"/>
|
||||||
|
<!-- Thane dependencies -->
|
||||||
|
<include name="thane-0.0-SNAPSHOT.abc"/>
|
||||||
|
<include name="tamarin-builtin.abc"/>
|
||||||
|
<include name="narya-abc.abc"/>
|
||||||
|
</fileset>
|
||||||
|
</copy>
|
||||||
|
<!-- END TEMP -->
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="-preptools" depends="-prepare">
|
<target name="-preptools" depends="-prepare">
|
||||||
|
|||||||
Reference in New Issue
Block a user