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 D2338200B8F for ; Fri, 30 Sep 2016 09:44:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D0F4F160AD9; Fri, 30 Sep 2016 07:44:18 +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 1B74D160AC4 for ; Fri, 30 Sep 2016 09:44:17 +0200 (CEST) Received: (qmail 60281 invoked by uid 500); 30 Sep 2016 07:44:17 -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 60272 invoked by uid 99); 30 Sep 2016 07:44:17 -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, 30 Sep 2016 07:44:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CC3B8E0019; Fri, 30 Sep 2016 07:44:16 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-asjs] [refs/heads/develop] - - Updated the gitignore and added the archetype config files Date: Fri, 30 Sep 2016 07:44:16 +0000 (UTC) archived-at: Fri, 30 Sep 2016 07:44:19 -0000 Repository: flex-asjs Updated Branches: refs/heads/develop 7cbbc4253 -> 91cf13f6c - Updated the gitignore and added the archetype config files Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/91cf13f6 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/91cf13f6 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/91cf13f6 Branch: refs/heads/develop Commit: 91cf13f6c22f25c8e37b7054ca3fb62b0022967d Parents: 7cbbc42 Author: Christofer Dutz Authored: Fri Sep 30 09:39:34 2016 +0200 Committer: Christofer Dutz Committed: Fri Sep 30 09:39:34 2016 +0200 ---------------------------------------------------------------------- .gitignore | 1 - .../main/resources/META-INF/maven/archetype.xml | 27 ++++++++++++++++++ .../main/resources/META-INF/maven/archetype.xml | 30 ++++++++++++++++++++ 3 files changed, 57 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/91cf13f6/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 95222f0..96c39ca 100644 --- a/.gitignore +++ b/.gitignore @@ -45,7 +45,6 @@ in/ swfobject/ flex2/ thirdparty/ -META-INF/ 3.0.33/ 3.0.33 http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/91cf13f6/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 new file mode 100644 index 0000000..0daccb1 --- /dev/null +++ b/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml @@ -0,0 +1,27 @@ + + + + flexjs-simple-application-archetype + + src/main/java/App.java + + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/91cf13f6/archetypes/flexjs-simple-library-archetype/src/main/resources/META-INF/maven/archetype.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-library-archetype/src/main/resources/META-INF/maven/archetype.xml b/archetypes/flexjs-simple-library-archetype/src/main/resources/META-INF/maven/archetype.xml new file mode 100644 index 0000000..561c04e --- /dev/null +++ b/archetypes/flexjs-simple-library-archetype/src/main/resources/META-INF/maven/archetype.xml @@ -0,0 +1,30 @@ + + + + flexjs-simple-library-archetype + + src/main/java/App.java + + + src/test/java/AppTest.java + +