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 082DA200ACA for ; Wed, 18 May 2016 20:46:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 042F2160A30; Wed, 18 May 2016 18:46:40 +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 AF81F1609B0 for ; Wed, 18 May 2016 20:46:38 +0200 (CEST) Received: (qmail 65464 invoked by uid 500); 18 May 2016 18:46:37 -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 65455 invoked by uid 99); 18 May 2016 18:46:37 -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, 18 May 2016 18:46:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 76B05DFC92; Wed, 18 May 2016 18:46:37 +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: Wed, 18 May 2016 18:46:37 -0000 Message-Id: <6dd1427fea7f4b83b56564d8ef4cafbf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/47] git commit: [flex-asjs] [refs/heads/develop] - put compile-js-config in separate project folder tree to get ready for IDE builds archived-at: Wed, 18 May 2016 18:46:40 -0000 Repository: flex-asjs Updated Branches: refs/heads/develop 193170924 -> 63bf4c0c6 http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bdce696a/frameworks/projects/Core/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/build.xml b/frameworks/projects/Core/build.xml index aa0daa1..fae7fc8 100644 --- a/frameworks/projects/Core/build.xml +++ b/frameworks/projects/Core/build.xml @@ -27,20 +27,11 @@ - - - - - - - - - - + - + @@ -74,8 +65,6 @@ - - @@ -104,80 +93,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bdce696a/frameworks/projects/Core/src/main/config/compile-as-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/src/main/config/compile-as-config.xml b/frameworks/projects/Core/src/main/config/compile-as-config.xml index 61da2b5..f844ad0 100644 --- a/frameworks/projects/Core/src/main/config/compile-as-config.xml +++ b/frameworks/projects/Core/src/main/config/compile-as-config.xml @@ -61,7 +61,7 @@ js/out/* - ../../../target/generated-sources/flexjs/* + ../../../../../js/FlexJS/projects/Core/target/generated-sources/flexjs/* http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bdce696a/frameworks/projects/Core/src/main/config/compile-js-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/src/main/config/compile-js-config.xml b/frameworks/projects/Core/src/main/config/compile-js-config.xml deleted file mode 100644 index 3708b54..0000000 --- a/frameworks/projects/Core/src/main/config/compile-js-config.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - - false - - - - - - true - - org.apache.flex.events.ValueChangeEvent - org.apache.flex.events.ValueChangeEvent - valueChange - - - Bindable - Managed - ChangeEvent - NonCommittingChangeEvent - Transient - - - - - - - - - - library://ns.apache.org/flexjs/basic - ../resources/basic-manifest.xml - - - - - ../flex - - - false - - - - - - - - - - CoreClasses - - - - library://ns.apache.org/flexjs/basic - - - - - - http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bdce696a/frameworks/projects/Graphics/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Graphics/build.xml b/frameworks/projects/Graphics/build.xml index 4a4ee73..89214e6 100644 --- a/frameworks/projects/Graphics/build.xml +++ b/frameworks/projects/Graphics/build.xml @@ -27,19 +27,10 @@ - - - - - - - - - - + - + @@ -106,76 +97,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bdce696a/frameworks/projects/Graphics/src/main/config/compile-as-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Graphics/src/main/config/compile-as-config.xml b/frameworks/projects/Graphics/src/main/config/compile-as-config.xml index 27f1415..42f522b 100644 --- a/frameworks/projects/Graphics/src/main/config/compile-as-config.xml +++ b/frameworks/projects/Graphics/src/main/config/compile-as-config.xml @@ -61,7 +61,7 @@ js/out/* - ../../../target/generated-sources/flexjs/* + ../../../../../js/FlexJS/projects/Graphics/target/generated-sources/flexjs/* http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bdce696a/frameworks/projects/Graphics/src/main/config/compile-js-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Graphics/src/main/config/compile-js-config.xml b/frameworks/projects/Graphics/src/main/config/compile-js-config.xml deleted file mode 100644 index cd003bc..0000000 --- a/frameworks/projects/Graphics/src/main/config/compile-js-config.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - false - - - - - - true - - org.apache.flex.events.ValueChangeEvent - org.apache.flex.events.ValueChangeEvent - valueChange - - - Bindable - Managed - ChangeEvent - NonCommittingChangeEvent - Transient - - - - - - - ../../../../../externs/Core.swc - - - - - library://ns.apache.org/flexjs/basic - ../resources/basic-manifest.xml - - - - - ../flex - - - false - - - - - - - - - - GraphicsClasses - - - - library://ns.apache.org/flexjs/basic - - - ${playerglobal.version} - - - http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bdce696a/frameworks/projects/HTML/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/build.xml b/frameworks/projects/HTML/build.xml index d17dd25..c3ad02b 100644 --- a/frameworks/projects/HTML/build.xml +++ b/frameworks/projects/HTML/build.xml @@ -27,19 +27,10 @@ - - - - - - - - - - + - + @@ -103,76 +94,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bdce696a/frameworks/projects/HTML/src/main/config/compile-as-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/src/main/config/compile-as-config.xml b/frameworks/projects/HTML/src/main/config/compile-as-config.xml index a907a98..9b6351e 100644 --- a/frameworks/projects/HTML/src/main/config/compile-as-config.xml +++ b/frameworks/projects/HTML/src/main/config/compile-as-config.xml @@ -53,7 +53,6 @@ library://ns.apache.org/flexjs/basic ../resources/basic-manifest.xml - library://ns.apache.org/flexjs/basic ../resources/basic-as-manifest.xml @@ -77,7 +76,7 @@ js/out/* - ../../../target/generated-sources/flexjs/* + ../../../../../js/FlexJS/projects/HTML/target/generated-sources/flexjs/* http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bdce696a/frameworks/projects/HTML/src/main/config/compile-js-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/src/main/config/compile-js-config.xml b/frameworks/projects/HTML/src/main/config/compile-js-config.xml deleted file mode 100644 index 29f659f..0000000 --- a/frameworks/projects/HTML/src/main/config/compile-js-config.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - - false - - - - - - true - - org.apache.flex.events.ValueChangeEvent - org.apache.flex.events.ValueChangeEvent - valueChange - - - Bindable - Managed - ChangeEvent - NonCommittingChangeEvent - Transient - - - - - - - ../../../../../externs/Binding.swc - ../../../../../externs/Core.swc - ../../../../../externs/Graphics.swc - ../../../../../externs/Collections.swc - - - - - library://ns.apache.org/flexjs/basic - ../resources/basic-manifest.xml - - - library://ns.apache.org/flexjs/svg - ../resources/svg-manifest.xml - - - - - ../flex - - - false - - - - - - - - - - HTMLClasses - - - - library://ns.apache.org/flexjs/basic - library://ns.apache.org/flexjs/svg - - - ${playerglobal.version} - - -