From commits-return-6424-archive-asf-public=cust-asf.ponee.io@royale.apache.org Fri Oct 12 03:20:09 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5958D18076D for ; Fri, 12 Oct 2018 03:20:08 +0200 (CEST) Received: (qmail 85746 invoked by uid 500); 12 Oct 2018 01:20:07 -0000 Mailing-List: contact commits-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@royale.apache.org Delivered-To: mailing list commits@royale.apache.org Received: (qmail 85573 invoked by uid 99); 12 Oct 2018 01:20:07 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2018 01:20:07 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 51B5185B49; Fri, 12 Oct 2018 01:20:06 +0000 (UTC) Date: Fri, 12 Oct 2018 01:20:10 +0000 To: "commits@royale.apache.org" Subject: [royale-asjs] 04/05: add RO example MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: aharui@apache.org In-Reply-To: <153930720613.14190.12305108649931738204@gitbox.apache.org> References: <153930720613.14190.12305108649931738204@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: royale-asjs X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Rev: 2427781b3c9173588045bc0597f6aeefbfc875e5 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20181012012006.51B5185B49@gitbox.apache.org> 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 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 @@ ControlsExample HelloWorld + RemoteObjectAMFTest