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 D775A200C8E for ; Mon, 1 May 2017 05:48:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D626B160BB5; Mon, 1 May 2017 03:48:04 +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 D883D160BC4 for ; Mon, 1 May 2017 05:48:03 +0200 (CEST) Received: (qmail 29178 invoked by uid 500); 1 May 2017 03:48:02 -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 27120 invoked by uid 99); 1 May 2017 03:48:01 -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; Mon, 01 May 2017 03:48:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1AF7BDF965; Mon, 1 May 2017 03:48:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Mon, 01 May 2017 03:48:20 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [21/50] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - get examples to build archived-at: Mon, 01 May 2017 03:48:05 -0000 get examples to build Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/544e2de4 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/544e2de4 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/544e2de4 Branch: refs/heads/develop Commit: 544e2de47944f56e0bbf837e3a3334e17cd370ac Parents: c07b2b3 Author: Alex Harui Authored: Fri Apr 21 14:19:24 2017 -0700 Committer: Alex Harui Committed: Fri Apr 21 14:25:47 2017 -0700 ---------------------------------------------------------------------- .../src/main/config/compile-app-config.xml | 4 +- .../src/main/config/compile-app-config.xml | 4 +- .../src/main/config/compile-app-config.xml | 4 +- .../src/main/config/compile-app-config.xml | 4 +- .../src/main/config/compile-app-config.xml | 4 +- .../src/main/config/compile-app-config.xml | 4 +- examples/native/USStatesMap/build.xml | 55 -------------------- 7 files changed, 12 insertions(+), 67 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/544e2de4/examples/flexjs/CreateJSExample/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/CreateJSExample/src/main/config/compile-app-config.xml b/examples/flexjs/CreateJSExample/src/main/config/compile-app-config.xml index 51e4b0d..d5e7156 100644 --- a/examples/flexjs/CreateJSExample/src/main/config/compile-app-config.xml +++ b/examples/flexjs/CreateJSExample/src/main/config/compile-app-config.xml @@ -21,8 +21,8 @@ skipFunctionCoercions - + ../../../../../../js/libs/createjs.swc - + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/544e2de4/examples/flexjs/DesktopMap/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DesktopMap/src/main/config/compile-app-config.xml b/examples/flexjs/DesktopMap/src/main/config/compile-app-config.xml index 0d2aeef..d542757 100644 --- a/examples/flexjs/DesktopMap/src/main/config/compile-app-config.xml +++ b/examples/flexjs/DesktopMap/src/main/config/compile-app-config.xml @@ -19,8 +19,8 @@ true - + ../../../../../../js/libs/google_maps.swc - + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/544e2de4/examples/flexjs/FlexJSStore_jquery/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore_jquery/src/main/config/compile-app-config.xml b/examples/flexjs/FlexJSStore_jquery/src/main/config/compile-app-config.xml index 6036129..0e2b391 100644 --- a/examples/flexjs/FlexJSStore_jquery/src/main/config/compile-app-config.xml +++ b/examples/flexjs/FlexJSStore_jquery/src/main/config/compile-app-config.xml @@ -21,8 +21,8 @@ skipFunctionCoercions - + ../../../../../../js/libs/jquery.swc - + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/544e2de4/examples/flexjs/MapSearch/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MapSearch/src/main/config/compile-app-config.xml b/examples/flexjs/MapSearch/src/main/config/compile-app-config.xml index 0d2aeef..d542757 100644 --- a/examples/flexjs/MapSearch/src/main/config/compile-app-config.xml +++ b/examples/flexjs/MapSearch/src/main/config/compile-app-config.xml @@ -19,8 +19,8 @@ true - + ../../../../../../js/libs/google_maps.swc - + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/544e2de4/examples/flexjs/MobileMap/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MobileMap/src/main/config/compile-app-config.xml b/examples/flexjs/MobileMap/src/main/config/compile-app-config.xml index 0d2aeef..d542757 100644 --- a/examples/flexjs/MobileMap/src/main/config/compile-app-config.xml +++ b/examples/flexjs/MobileMap/src/main/config/compile-app-config.xml @@ -19,8 +19,8 @@ true - + ../../../../../../js/libs/google_maps.swc - + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/544e2de4/examples/flexjs/StorageExample/src/main/config/compile-app-config.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StorageExample/src/main/config/compile-app-config.xml b/examples/flexjs/StorageExample/src/main/config/compile-app-config.xml index a165dee..cc47563 100644 --- a/examples/flexjs/StorageExample/src/main/config/compile-app-config.xml +++ b/examples/flexjs/StorageExample/src/main/config/compile-app-config.xml @@ -19,8 +19,8 @@ true - + ../../../../../../js/libs/cordova.swc - + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/544e2de4/examples/native/USStatesMap/build.xml ---------------------------------------------------------------------- diff --git a/examples/native/USStatesMap/build.xml b/examples/native/USStatesMap/build.xml index 2a62d4a..5a0d580 100644 --- a/examples/native/USStatesMap/build.xml +++ b/examples/native/USStatesMap/build.xml @@ -33,64 +33,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -