Handle swc dependencies with different names.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5184 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -196,6 +196,7 @@
|
|||||||
<copy file="etc/thane-config.xml.in" tofile="${deploy.dir}/thane-config.xml">
|
<copy file="etc/thane-config.xml.in" tofile="${deploy.dir}/thane-config.xml">
|
||||||
<filterset>
|
<filterset>
|
||||||
<filter token="flex_sdk_dir" value="${flexsdk.dir}"/>
|
<filter token="flex_sdk_dir" value="${flexsdk.dir}"/>
|
||||||
|
<filter token="extdep_suffix" value="${extdep.suffix}"/>
|
||||||
</filterset>
|
</filterset>
|
||||||
</copy>
|
</copy>
|
||||||
<!-- Build Environment.as for the Flash Player -->
|
<!-- Build Environment.as for the Flash Player -->
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
<es>false</es>
|
<es>false</es>
|
||||||
<!-- compiler.external-library-path: list of SWC files or directories to compile against but to omit from linking-->
|
<!-- compiler.external-library-path: list of SWC files or directories to compile against but to omit from linking-->
|
||||||
<external-library-path>
|
<external-library-path>
|
||||||
<path-element>lib/thane-0.0-SNAPSHOT.swc</path-element>
|
<path-element>lib/thane@extdep_suffix@.swc</path-element>
|
||||||
</external-library-path>
|
</external-library-path>
|
||||||
<fonts>
|
<fonts>
|
||||||
<!-- compiler.fonts.advanced-anti-aliasing: enables advanced anti-aliasing for embedded fonts, which provides greater clarity for small fonts.-->
|
<!-- compiler.fonts.advanced-anti-aliasing: enables advanced anti-aliasing for embedded fonts, which provides greater clarity for small fonts.-->
|
||||||
|
|||||||
Reference in New Issue
Block a user