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 bb906b6b64ce988ba2debfd21f6ead17368c6c71
Author: Alex Harui <aha...@apache.org>
AuthorDate: Thu Aug 9 11:09:31 2018 -0700

    JS also needed Collections
---
 frameworks/js/projects/MXRoyaleJS/src/main/config/compile-js-config.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/frameworks/js/projects/MXRoyaleJS/src/main/config/compile-js-config.xml 
b/frameworks/js/projects/MXRoyaleJS/src/main/config/compile-js-config.xml
index f4b51c8..71cbc1d 100644
--- a/frameworks/js/projects/MXRoyaleJS/src/main/config/compile-js-config.xml
+++ b/frameworks/js/projects/MXRoyaleJS/src/main/config/compile-js-config.xml
@@ -65,6 +65,7 @@
             <path-element>../../../../../libs/CoreJS.swc</path-element>
             <path-element>../../../../../libs/BindingJS.swc</path-element>
             <path-element>../../../../../libs/BasicJS.swc</path-element>
+            <path-element>../../../../../libs/CollectionsJS.swc</path-element>
             <path-element>../../../../../libs/EffectsJS.swc</path-element>
             <path-element>../../../../../libs/ExpressJS.swc</path-element>
             <path-element>../../../../../libs/GraphicsJS.swc</path-element>

Reply via email to