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/10/12 01:20:10 UTC

[royale-asjs] 04/05: add RO example

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 2427781b3c9173588045bc0597f6aeefbfc875e5
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Oct 11 18:19:37 2018 -0700

    add RO example
---
 examples/mxroyale/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/mxroyale/pom.xml b/examples/mxroyale/pom.xml
index 5a43343..d3f9b52 100644
--- a/examples/mxroyale/pom.xml
+++ b/examples/mxroyale/pom.xml
@@ -35,6 +35,7 @@
   <modules>
     <module>ControlsExample</module>
     <module>HelloWorld</module>
+    <module>RemoteObjectAMFTest</module>
   </modules>
 
   <build>