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 c168c0d7b6347587977a5f5ced827a126d08ef3e Author: Alex Harui <[email protected]> AuthorDate: Fri Sep 7 09:23:53 2018 -0700 quiet some warnings --- .../js/projects/SparkRoyaleJS/src/main/config/compile-js-config.xml | 1 + frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/frameworks/js/projects/SparkRoyaleJS/src/main/config/compile-js-config.xml b/frameworks/js/projects/SparkRoyaleJS/src/main/config/compile-js-config.xml index c9785ab..9936e99 100644 --- a/frameworks/js/projects/SparkRoyaleJS/src/main/config/compile-js-config.xml +++ b/frameworks/js/projects/SparkRoyaleJS/src/main/config/compile-js-config.xml @@ -68,6 +68,7 @@ <path-element>../../../../../libs/EffectsJS.swc</path-element> <path-element>../../../../../libs/ExpressJS.swc</path-element> <path-element>../../../../../libs/GraphicsJS.swc</path-element> + <path-element>../../../../../libs/HTMLJS.swc</path-element> <path-element>../../../../../libs/NetworkJS.swc</path-element> <path-element>../../../../../libs/ChartsJS.swc</path-element> <path-element>../../../../../libs/MXRoyaleJS.swc</path-element> diff --git a/frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml b/frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml index 20a0a17..d14487d 100644 --- a/frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml +++ b/frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml @@ -34,7 +34,9 @@ <path-element>../../../../../libs/Basic.swc</path-element> <path-element>../../../../../libs/Binding.swc</path-element> <path-element>../../../../../libs/Collections.swc</path-element> + <path-element>../../../../../libs/Effects.swc</path-element> <path-element>../../../../../libs/Graphics.swc</path-element> + <path-element>../../../../../libs/HTML.swc</path-element> <path-element>../../../../../libs/MXRoyale.swc</path-element> <path-element>../../../../../libs/Reflection.swc</path-element> <path-element>../../../../../libs/Text.swc</path-element>
