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/09/10 23:23:08 UTC

[royale-asjs] 02/05: add spark modules as lookup

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 65805361d54ad646910e5e20ef86b1ee824b7769
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Sep 7 09:24:18 2018 -0700

    add spark modules as lookup
---
 .../projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
index 296b13a..4bc5d2c 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
+++ b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
@@ -72,6 +72,8 @@
     	<component id="Image" class="spark.components.Image"/>
         <component id="HorizontalLayout" class="spark.layouts.HorizontalLayout"/>
 
+    <component id="Module" class="mx.modules.Module" lookupOnly="true"/>
+
     <!-- Text Layout Framework (TLF) -->
     <component id="a" class="org.apache.royale.textLayout.elements.LinkElement" lookupOnly="true"/>
     <component id="br" class="org.apache.royale.textLayout.elements.BreakElement" lookupOnly="true"/>