Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2702A200D1E for ; Thu, 7 Sep 2017 00:30:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 25AB0161712; Wed, 6 Sep 2017 22:30:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2259B161641 for ; Thu, 7 Sep 2017 00:30:57 +0200 (CEST) Received: (qmail 55202 invoked by uid 500); 6 Sep 2017 22:30:56 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 54458 invoked by uid 99); 6 Sep 2017 22:30:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2017 22:30:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5816BF56E3; Wed, 6 Sep 2017 22:30:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: carlosrovira@apache.org To: commits@flex.apache.org Date: Wed, 06 Sep 2017 22:31:39 -0000 Message-Id: <73b1be10559b48e39c7c04df2b1bee29@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [46/50] git commit: [flex-asjs] [refs/heads/feature/amf] - fix maven build for RemoteObjectAMFTest archived-at: Wed, 06 Sep 2017 22:30:59 -0000 fix maven build for RemoteObjectAMFTest Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/85ccb270 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/85ccb270 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/85ccb270 Branch: refs/heads/feature/amf Commit: 85ccb270580f3cf658be3de147ee22dc6210186a Parents: 91db162 Author: Alex Harui Authored: Tue Aug 22 22:12:24 2017 -0700 Committer: Carlos Rovira Committed: Thu Sep 7 00:24:03 2017 +0200 ---------------------------------------------------------------------- examples/flexjs/RemoteObjectAMFTest/pom.xml | 25 ++++++++++++++++---- .../RemoteObjectAMFTest/src/main/flex/App.mxml | 4 ++-- examples/flexjs/pom.xml | 1 + 3 files changed, 23 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/85ccb270/examples/flexjs/RemoteObjectAMFTest/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/RemoteObjectAMFTest/pom.xml b/examples/flexjs/RemoteObjectAMFTest/pom.xml index a8e369c..849521f 100644 --- a/examples/flexjs/RemoteObjectAMFTest/pom.xml +++ b/examples/flexjs/RemoteObjectAMFTest/pom.xml @@ -55,9 +55,9 @@ true App.mxml - JSFlex - ${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html - -compiler.exclude-defaults-css-files=Basic-0.9.0-SNAPSHOT.swc:defaults.css + SWF,JSFlex + + @@ -73,20 +73,35 @@ + com.adobe.flash.framework + playerglobal + ${flash.version} + swc + provided + + + org.apache.flex.flexjs.framework Network 0.9.0-SNAPSHOT swc + swf + + + org.apache.flex.flexjs.framework + Network + 0.9.0-SNAPSHOT + swc js - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/85ccb270/examples/flexjs/RemoteObjectAMFTest/src/main/flex/App.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/RemoteObjectAMFTest/src/main/flex/App.mxml b/examples/flexjs/RemoteObjectAMFTest/src/main/flex/App.mxml index 2709cff..974bdd5 100644 --- a/examples/flexjs/RemoteObjectAMFTest/src/main/flex/App.mxml +++ b/examples/flexjs/RemoteObjectAMFTest/src/main/flex/App.mxml @@ -17,7 +17,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - @@ -71,4 +71,4 @@ limitations under the License. - + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/85ccb270/examples/flexjs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml index a749153..1a5a5f4 100644 --- a/examples/flexjs/pom.xml +++ b/examples/flexjs/pom.xml @@ -58,6 +58,7 @@ MobileMap MobileStocks MobileTrader + RemoteObjectAMFTest StorageExample StyleExample TeamPage