This is an automated email from the ASF dual-hosted git repository.
harbs 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 ec5880b XML reference added to SparkRoyale (#267)
ec5880b is described below
commit ec5880bd3dceb2e6ea5ebb5a90730bef79c0f729
Author: pashminakazi <[email protected]>
AuthorDate: Wed Aug 8 13:34:14 2018 +0500
XML reference added to SparkRoyale (#267)
* Update compile-swf-config.xml
Update SparkRoyale compile-swf-config.xml
* Update compile-js-config.xml
---
.../js/projects/SparkRoyaleJS/src/main/config/compile-js-config.xml | 1 +
frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml | 1 +
2 files changed, 2 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 cd5854b..2d24e91 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
@@ -70,6 +70,7 @@
<path-element>../../../../../libs/GraphicsJS.swc</path-element>
<path-element>../../../../../libs/ChartsJS.swc</path-element>
<path-element>../../../../../libs/MXRoyaleJS.swc</path-element>
+ <path-element>../../../../../libs/XMLJS.swc</path-element>
</library-path>
<namespaces>
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 f1ed79a..75367da 100644
--- a/frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml
@@ -35,6 +35,7 @@
<path-element>../../../../../libs/Collections.swc</path-element>
<path-element>../../../../../libs/Graphics.swc</path-element>
<path-element>../../../../../libs/MXRoyale.swc</path-element>
+ <path-element>../../../../../libs/XML.swc</path-element>
</external-library-path>
<allow-subclass-overrides>true</allow-subclass-overrides>