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 A57E5200C8E for ; Wed, 24 May 2017 14:11:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A44B3160B9C; Wed, 24 May 2017 12:11:50 +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 C3530160BB4 for ; Wed, 24 May 2017 14:11:49 +0200 (CEST) Received: (qmail 53433 invoked by uid 500); 24 May 2017 12:11:49 -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 53423 invoked by uid 99); 24 May 2017 12:11:48 -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, 24 May 2017 12:11:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D5C91E024D; Wed, 24 May 2017 12:11:48 +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: Wed, 24 May 2017 12:11:49 -0000 Message-Id: <9322e34ef5684c6d85ead20c97a85dea@git.apache.org> In-Reply-To: <4233a781de584453b4836fb40e3a9420@git.apache.org> References: <4233a781de584453b4836fb40e3a9420@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: [flex-asjs] [refs/heads/release0.8.0] - - Fixed some problems in the archetypes archived-at: Wed, 24 May 2017 12:11:50 -0000 - Fixed some problems in the archetypes Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/baa544c2 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/baa544c2 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/baa544c2 Branch: refs/heads/release0.8.0 Commit: baa544c21715772f4eb3cee74a9ddc0e128fa2f0 Parents: c2eefaf Author: Christofer Dutz Authored: Wed May 24 14:11:42 2017 +0200 Committer: Christofer Dutz Committed: Wed May 24 14:11:42 2017 +0200 ---------------------------------------------------------------------- .../src/main/resources/META-INF/maven/archetype.xml | 1 + .../src/main/resources/archetype-resources/pom.xml | 3 --- .../src/main/resources/META-INF/maven/archetype.xml | 1 + .../src/main/resources/archetype-resources/pom.xml | 11 ----------- .../src/main/resources/META-INF/maven/archetype.xml | 1 + .../src/main/resources/archetype-resources/pom.xml | 16 +--------------- 6 files changed, 4 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/baa544c2/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml b/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml index e765a36..7c92985 100644 --- a/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml +++ b/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml @@ -22,6 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd"> flexjs-simple-application-archetype + .mvn/extensions.xml src/main/flex/App.mxml http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/baa544c2/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml index 1e69b25..fc47d37 100644 --- a/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml @@ -29,7 +29,6 @@ true - target/javascript/bin/js-debug @@ -84,7 +83,6 @@ Language 0.8.0-SNAPSHOT swc - js @@ -93,7 +91,6 @@ release false - target/javascript/bin/js-release http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/baa544c2/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml b/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml index e765a36..7c92985 100644 --- a/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml +++ b/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml @@ -22,6 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd"> flexjs-simple-application-archetype + .mvn/extensions.xml src/main/flex/App.mxml http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/baa544c2/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml index 8715462..c58ee01 100644 --- a/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml @@ -29,7 +29,6 @@ true - target/javascript/bin/js-debug @@ -64,15 +63,6 @@ swc - - - com.adobe.flash.framework - playerglobal - ${flash.version} - swc - provided - - org.apache.flex.flexjs.framework @@ -93,7 +83,6 @@ release false - target/javascript/bin/js-release http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/baa544c2/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml b/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml index e765a36..7c92985 100644 --- a/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml +++ b/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml @@ -22,6 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd"> flexjs-simple-application-archetype + .mvn/extensions.xml src/main/flex/App.mxml http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/baa544c2/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml index 70fe474..d096bae 100644 --- a/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml @@ -37,7 +37,7 @@ true App.mxml - JSFlex + SWF @@ -66,20 +66,6 @@ swc provided - - - - org.apache.flex.flexjs.framework - HTML - 0.8.0-SNAPSHOT - swc - - - org.apache.flex.flexjs.framework - Language - 0.8.0-SNAPSHOT - swc - \ No newline at end of file