This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit e657d09d58b8b84a97bad99f4c5baaa67444326d Author: Alex Harui <[email protected]> AuthorDate: Mon Aug 13 11:44:56 2018 -0700 need Binding classes --- frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml | 1 + 1 file changed, 1 insertion(+) 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 9aff8c4..99547c5 100644 --- a/frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml +++ b/frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml @@ -32,6 +32,7 @@ <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element> <path-element>../../../../../libs/Core.swc</path-element> <path-element>../../../../../libs/Basic.swc</path-element> + <path-element>../../../../../libs/Binding.swc</path-element> <path-element>../../../../../libs/Collections.swc</path-element> <path-element>../../../../../libs/Graphics.swc</path-element> <path-element>../../../../../libs/MXRoyale.swc</path-element>
