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 79911bf1628b1c5a1f15802ba0be8f0719027791
Author: greg-dove <[email protected]>
AuthorDate: Tue Sep 21 10:50:03 2021 +1200

    Add mx.messaging.Consumer to manifest to support mxml expression (as was 
the case in Flex)
---
 frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml 
b/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml
index faebdde..445d81e 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml
+++ b/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml
@@ -146,6 +146,7 @@
 
        <component id="AMFChannel" class="mx.messaging.channels.AMFChannel" />
        <component id="ChannelSet" class="mx.messaging.ChannelSet" />
+       <component id="Consumer" class="mx.messaging.Consumer" />
 
        <component id="ListCollectionView" 
class="mx.collections.ListCollectionView"/>
        <component id="ArrayCollection" class="mx.collections.ArrayCollection"/>

Reply via email to