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


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 399772b  fix build
399772b is described below

commit 399772b10466e3a6a4eea89cb9ca0e8d1e5f2928
Author: Alex Harui <[email protected]>
AuthorDate: Mon Apr 16 22:06:43 2018 -0700

    fix build
---
 frameworks/js/projects/MXRoyaleJS/src/main/config/compile-js-config.xml | 1 +
 frameworks/projects/MXRoyale/src/main/config/compile-swf-config.xml     | 1 +
 2 files changed, 2 insertions(+)

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 8138c8f..f5afbfa 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
@@ -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/ChartsJS.swc</path-element>
         </library-path>
         
         <namespaces>
diff --git 
a/frameworks/projects/MXRoyale/src/main/config/compile-swf-config.xml 
b/frameworks/projects/MXRoyale/src/main/config/compile-swf-config.xml
index 50a053b..46220cb 100644
--- a/frameworks/projects/MXRoyale/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/MXRoyale/src/main/config/compile-swf-config.xml
@@ -38,6 +38,7 @@
             <path-element>../../../../../libs/DragDrop.swc</path-element>
             <path-element>../../../../../libs/Effects.swc</path-element>
             <path-element>../../../../../libs/Express.swc</path-element>
+            <path-element>../../../../../libs/Charts.swc</path-element>
         </external-library-path>
         
         <allow-subclass-overrides>true</allow-subclass-overrides>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to