This is an automated email from the ASF dual-hosted git repository.
gregdove pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new a213759 Quick fix for ant build: NetworkJS depends on XMLJS, so XML
comes first.
a213759 is described below
commit a2137596b21d363bc94c02a4ca800496f655d2ad
Author: greg-dove <[email protected]>
AuthorDate: Wed Feb 12 08:32:46 2020 +1300
Quick fix for ant build: NetworkJS depends on XMLJS, so XML comes first.
---
frameworks/build.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/frameworks/build.xml b/frameworks/build.xml
index db5eaba..1ba83df 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -130,10 +130,11 @@
<antcall target="HTML5"/>
<antcall target="JQuery"/>
<antcall target="Mobile"/>
-
+
+ <antcall target="XML"/>
<antcall target="Network"/>
<antcall target="Storage"/>
- <antcall target="XML"/>
+
<antcall target="Text"/>
<antcall target="TLF"/>
<antcall target="MaterialDesignLite"/>