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 E035A200BC6 for ; Sun, 20 Nov 2016 20:30:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D3CAD160B07; Sun, 20 Nov 2016 19:30:51 +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 00BC6160AFE for ; Sun, 20 Nov 2016 20:30:50 +0100 (CET) Received: (qmail 63742 invoked by uid 500); 20 Nov 2016 19:30:50 -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 63734 invoked by uid 99); 20 Nov 2016 19:30:50 -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; Sun, 20 Nov 2016 19:30:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DD95AE2F35; Sun, 20 Nov 2016 19:30:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: piotrz@apache.org To: commits@flex.apache.org Message-Id: <760c8b33a2894a368c2854dce95c4376@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-asjs] [refs/heads/develop] - Add compile-js-config.xml file to compile MaterialDesignLiteJs Date: Sun, 20 Nov 2016 19:30:49 +0000 (UTC) archived-at: Sun, 20 Nov 2016 19:30:52 -0000 Repository: flex-asjs Updated Branches: refs/heads/develop c2e266165 -> 8611908bf Add compile-js-config.xml file to compile MaterialDesignLiteJs Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8611908b Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8611908b Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8611908b Branch: refs/heads/develop Commit: 8611908bfc4e2d27d7774af6f227d1e086e92514 Parents: c2e2661 Author: piotrz Authored: Sun Nov 20 20:30:39 2016 +0100 Committer: piotrz Committed: Sun Nov 20 20:30:39 2016 +0100 ---------------------------------------------------------------------- .../projects/MaterialDesignLiteJS/build.xml | 143 +++++++++++++++++++ .../src/main/config/compile-js-config.xml | 85 +++++++++++ 2 files changed, 228 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8611908b/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/build.xml b/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/build.xml new file mode 100644 index 0000000..d8b59f1 --- /dev/null +++ b/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/build.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + target.name.nojs=${ant.project.name} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8611908b/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml b/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml new file mode 100644 index 0000000..dc9a0e9 --- /dev/null +++ b/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml @@ -0,0 +1,85 @@ + + + + + false + + + true + + org.apache.flex.events.ValueChangeEvent + org.apache.flex.events.ValueChangeEvent + valueChange + + + COMPILE::SWF + false + + + COMPILE::JS + true + + + + Bindable + Managed + ChangeEvent + NonCommittingChangeEvent + Transient + + + + + + + + + library://ns.apache.org/flexjs/mdl + ../../../../../../../projects/MaterialDesignLite/src/main/resources/mdl-manifest.xml + + + library://ns.apache.org/flexjs/mdl + ../../../../../../../projects/MaterialDesignLite/src/main/resources/mdl-as-manifest.xml + + + + + ../flex + + + false + + + + defaults.css + ../../../../../../../projects/MaterialDesignLite/src/main/resources/defaults.css + + + true + + + MDLClasses + + + + library://ns.apache.org/flexjs/mdl + + +