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

commit d8320998ea60b88d3faecc9e5a6e5eb216f8d40b
Author: greg-dove <greg.d...@gmail.com>
AuthorDate: Fri May 22 22:30:03 2020 +1200

    Tidyup some warnings in the mxtests run
---
 build.xml                                          | 3 +++
 mustella/src/main/royale/DontSendScriptComplete.as | 7 +++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 73dfca2..0bb8d8a 100644
--- a/build.xml
+++ b/build.xml
@@ -1495,6 +1495,9 @@ limitations under the License.
             <js-library-path dir="${basedir}" >
                 <include name="frameworks/js/libs"/>
             </js-library-path>
+            <js-library-path dir="${basedir}" >
+                <include name="js/libs/GCL.swc"/>
+            </js-library-path>
             <js-library-path dir="${ROYALE_HOME}" append="true">
                 <include name="mustella/mustella.swc"/>
             </js-library-path>
diff --git a/mustella/src/main/royale/DontSendScriptComplete.as 
b/mustella/src/main/royale/DontSendScriptComplete.as
index c945325..83469a2 100644
--- a/mustella/src/main/royale/DontSendScriptComplete.as
+++ b/mustella/src/main/royale/DontSendScriptComplete.as
@@ -18,8 +18,11 @@
 
////////////////////////////////////////////////////////////////////////////////
 package {
 
-import flash.net.*;
-import flash.events.Event;
+COMPILE::SWF{
+       import flash.net.*;
+       import flash.events.Event;
+}
+
 
 [Mixin]
 /**

Reply via email to