This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 83cd2f5f933e944fb77c78548dc198881a6bd1eb Author: Alex Harui <[email protected]> AuthorDate: Tue Sep 11 09:39:17 2018 -0700 don't build SWF side for ACE SWC and example --- examples/royale/Ace/src/main/config/compile-app-config.xml | 3 +++ frameworks/projects/Ace/build.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/royale/Ace/src/main/config/compile-app-config.xml b/examples/royale/Ace/src/main/config/compile-app-config.xml index 390e42b..75162f3 100644 --- a/examples/royale/Ace/src/main/config/compile-app-config.xml +++ b/examples/royale/Ace/src/main/config/compile-app-config.xml @@ -21,6 +21,9 @@ <optimization>skipFunctionCoercions</optimization> </js-output-optimization> <compiler> + <targets> + <target>JSRoyale</target> + </targets> <js-external-library-path append="true"> <path-element>../../../../../../js/libs/ace-1.2.3.swc</path-element> </js-external-library-path> diff --git a/frameworks/projects/Ace/build.xml b/frameworks/projects/Ace/build.xml index 8dcf8f9..1bc99ee 100644 --- a/frameworks/projects/Ace/build.xml +++ b/frameworks/projects/Ace/build.xml @@ -29,7 +29,7 @@ <property name="target.name" value="${ant.project.name}.swc" /> - <target name="main" depends="clean,check-compiler,compile,compile-js,test" description="Full build of ${ant.project.name}.swc"> + <target name="main" depends="clean,check-compiler,compile-js,test" description="Full build of ${ant.project.name}.swc"> </target> <target name="compile-js">
