From commits-return-6423-archive-asf-public=cust-asf.ponee.io@royale.apache.org Fri Oct 12 03:20:08 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 4E60E18072F for ; Fri, 12 Oct 2018 03:20:08 +0200 (CEST) Received: (qmail 85707 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 85554 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 4DDE185B45; Fri, 12 Oct 2018 01:20:06 +0000 (UTC) Date: Fri, 12 Oct 2018 01:20:08 +0000 To: "commits@royale.apache.org" Subject: [royale-asjs] 02/05: fix this pom 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: 1bcbeedf2e49cf698b9660a503e6b5685488635d X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20181012012006.4DDE185B45@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 1bcbeedf2e49cf698b9660a503e6b5685488635d Author: Alex Harui AuthorDate: Thu Oct 11 18:18:38 2018 -0700 fix this pom --- frameworks/projects/MXRoyale/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frameworks/projects/MXRoyale/pom.xml b/frameworks/projects/MXRoyale/pom.xml index 68d746f..5ffc328 100644 --- a/frameworks/projects/MXRoyale/pom.xml +++ b/frameworks/projects/MXRoyale/pom.xml @@ -60,9 +60,13 @@ ROYALE::DISPLAYOBJECT IUIComponent + + ROYALE::PROXYVISIBILITY + flash_proxy + true - -js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG;-js-compiler-define=ROYALE::DISPLAYOBJECT,IUIComponent + -js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG;-js-compiler-define=ROYALE::DISPLAYOBJECT,IUIComponent;-js-compiler-define=ROYALE::PROXYVISIBILITY,public;-namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xml;-compiler.js-namespaces.namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xml;-compiler.js-namespaces.nam [...]