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 7960D200C03 for ; Sat, 7 Jan 2017 00:57:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 77DDF160B48; Fri, 6 Jan 2017 23:57:53 +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 7836B160B39 for ; Sat, 7 Jan 2017 00:57:52 +0100 (CET) Received: (qmail 68756 invoked by uid 500); 6 Jan 2017 23:57:51 -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 68748 invoked by uid 99); 6 Jan 2017 23:57:51 -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; Fri, 06 Jan 2017 23:57:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 95A0FDFA00; Fri, 6 Jan 2017 23:57:51 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-asjs] [refs/heads/feature/fontawesome] - fix ant build for fontawesome Date: Fri, 6 Jan 2017 23:57:51 +0000 (UTC) archived-at: Fri, 06 Jan 2017 23:57:53 -0000 Repository: flex-asjs Updated Branches: refs/heads/feature/fontawesome 2b4150a87 -> 4ae4795d0 fix ant build for fontawesome Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4ae4795d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4ae4795d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4ae4795d Branch: refs/heads/feature/fontawesome Commit: 4ae4795d069f73c36bcffee87d6e3fd2d2a2722d Parents: 2b4150a Author: Alex Harui Authored: Fri Jan 6 15:57:42 2017 -0800 Committer: Alex Harui Committed: Fri Jan 6 15:57:48 2017 -0800 ---------------------------------------------------------------------- frameworks/build.xml | 5 + .../js/FlexJS/projects/FontAwesomeJS/build.xml | 143 +++++++++++++++++++ .../src/main/config/compile-js-config.xml | 86 +++++++++++ 3 files changed, 234 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4ae4795d/frameworks/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/build.xml b/frameworks/build.xml index 97066c2..5a38893 100644 --- a/frameworks/build.xml +++ b/frameworks/build.xml @@ -134,6 +134,7 @@ + @@ -209,6 +210,10 @@ + + + + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4ae4795d/frameworks/js/FlexJS/projects/FontAwesomeJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/FontAwesomeJS/build.xml b/frameworks/js/FlexJS/projects/FontAwesomeJS/build.xml new file mode 100644 index 0000000..7e7735e --- /dev/null +++ b/frameworks/js/FlexJS/projects/FontAwesomeJS/build.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + target.name.nojs=${ant.project.name} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4ae4795d/frameworks/js/FlexJS/projects/FontAwesomeJS/src/main/config/compile-js-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/FontAwesomeJS/src/main/config/compile-js-config.xml b/frameworks/js/FlexJS/projects/FontAwesomeJS/src/main/config/compile-js-config.xml new file mode 100644 index 0000000..58f08b3 --- /dev/null +++ b/frameworks/js/FlexJS/projects/FontAwesomeJS/src/main/config/compile-js-config.xml @@ -0,0 +1,86 @@ + + + + + false + + + true + + org.apache.flex.events.ValueChangeEvent + org.apache.flex.events.ValueChangeEvent + valueChange + + + COMPILE::SWF + false + + + COMPILE::JS + true + + + + Bindable + Managed + ChangeEvent + NonCommittingChangeEvent + Transient + + + + + + + ../../../../../../../../js/libs/GCL.swc + + ../../../../../libs/CoreJS.swc + ../../../../../libs/HTMLJS.swc + + + + + library://ns.apache.org/flexjs/fa + ../../../../../../../projects/FontAwesome/src/main/resources/fa-manifest.xml + + + + + ../../../../../../../projects/FontAwesome/src/main/flex + + + false + + + + + + + FAClasses + + + + library://ns.apache.org/flexjs/fa + + + +