Use an ooo-ant-actionscript that respects FLEX_HOME
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1111 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
</target>
|
||||
|
||||
<target name="aslib" depends="-prepare" description="Builds the ActionScript code">
|
||||
<maventaskdef groupId="com.threerings.ant" artifactId="actionscript" version="1.0"/>
|
||||
<maventaskdef groupId="com.threerings.ant" artifactId="actionscript" version="1.4"/>
|
||||
<compc srcdir="${asrc.dir}" libpath="${aslib.path}"
|
||||
dest="${deploy.dir}/${ant.project.name}lib.swc"/>
|
||||
</target>
|
||||
@@ -94,7 +94,7 @@
|
||||
|
||||
<target name="asdoc" unless="no_build_aslib" depends="-prepare"
|
||||
description="Builds the ActionScript documention">
|
||||
<maventaskdef groupId="com.threerings.ant" artifactId="actionscript" version="1.0"/>
|
||||
<maventaskdef groupId="com.threerings.ant" artifactId="actionscript" version="1.4"/>
|
||||
<mkdir dir="${deploy.dir}/asdocs"/>
|
||||
<asdoc srcdir="${asrc.dir}" libpath="${aslib.path}" destdir="${deploy.dir}/asdocs"/>
|
||||
</target>
|
||||
|
||||
Reference in New Issue
Block a user