You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/08/02 00:44:19 UTC

[royale-asjs] 16/29: need include lookupOnly

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 8927dfafe90f69080c1263afa3dedd3122e50704
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Aug 1 09:18:45 2018 -0700

    need include lookupOnly
---
 .../js/projects/SparkRoyaleJS/src/main/config/compile-js-config.xml     | 2 ++
 1 file 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 b17c814..cd5854b 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
@@ -94,6 +94,8 @@
     <include-file>
     </include-file>
 
+    <include-lookup-only>true</include-lookup-only>
+
     <include-classes>
         <class>SparkRoyaleClasses</class>
     </include-classes>