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 3F270200BBB for ; Thu, 10 Nov 2016 09:49:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3DFF2160B1B; Thu, 10 Nov 2016 08:49:03 +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 9881A160B10 for ; Thu, 10 Nov 2016 09:49:02 +0100 (CET) Received: (qmail 70959 invoked by uid 500); 10 Nov 2016 08:48:57 -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 70831 invoked by uid 99); 10 Nov 2016 08:48:57 -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; Thu, 10 Nov 2016 08:48:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 85FD1ED30E; Thu, 10 Nov 2016 08:48:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cdutz@apache.org To: commits@flex.apache.org Date: Thu, 10 Nov 2016 08:49:31 -0000 Message-Id: In-Reply-To: <89f08392238e40c8bd6fb36d1ad72fe7@git.apache.org> References: <89f08392238e40c8bd6fb36d1ad72fe7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [36/50] git commit: [flex-asjs] [refs/heads/develop] - - Fixed some minor things in the poms. archived-at: Thu, 10 Nov 2016 08:49:03 -0000 - Fixed some minor things in the poms. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/dd642108 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/dd642108 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/dd642108 Branch: refs/heads/develop Commit: dd64210895ffd82b1a10a790f2ddc1534df30d5b Parents: a6ea45a Author: Christofer Dutz Authored: Mon Nov 7 08:00:03 2016 +0100 Committer: Christofer Dutz Committed: Mon Nov 7 08:00:03 2016 +0100 ---------------------------------------------------------------------- examples/flexjs/MDLExample/pom.xml | 15 ++++++++----- examples/pom.xml | 37 ++++++++++++++++++--------------- 2 files changed, 30 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/dd642108/examples/flexjs/MDLExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/pom.xml b/examples/flexjs/MDLExample/pom.xml index 3a31b25..464adca 100644 --- a/examples/flexjs/MDLExample/pom.xml +++ b/examples/flexjs/MDLExample/pom.xml @@ -36,13 +36,18 @@ src/main/flex + + + src/main/resources + + org.apache.flex.flexjs.compiler flexjs-maven-plugin true - 20.0 + App.mxml @@ -72,12 +77,12 @@ - + org.apache.flex.flexjs.framework @@ -96,7 +101,7 @@ - + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/dd642108/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 6f981d4..e0c8976 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -34,6 +34,10 @@ Apache Flex - FlexJS: Examples + + ${basedir}/target/javascript/bin/js-debug + + flexjs @@ -51,6 +55,15 @@ + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.1 + + ${compiler.output-dir} + + org.apache.flex.flexjs.compiler flexjs-maven-plugin @@ -84,13 +97,13 @@ - ${basedir}/target/javascript/bin/js-debug + ${compiler.output-dir} false - + @@ -130,20 +143,10 @@ release - - - - - org.apache.maven.plugins - maven-war-plugin - 2.6 - - ${basedir}/target/javascript/bin/js-release - - - - - + + + ${basedir}/target/javascript/bin/js-release +