Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D738A10D7A for ; Fri, 28 Feb 2014 09:39:41 +0000 (UTC) Received: (qmail 20660 invoked by uid 500); 28 Feb 2014 09:39:41 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 20470 invoked by uid 500); 28 Feb 2014 09:39:40 -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 20271 invoked by uid 99); 28 Feb 2014 09:39:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 09:39:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9AF81930465; Fri, 28 Feb 2014 09:39:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: carlosrovira@apache.org To: commits@flex.apache.org Date: Fri, 28 Feb 2014 09:39:36 -0000 Message-Id: <09b819c0a5d54e6585acd7e536233b8e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: [flex-falcon] [refs/heads/maven] - first two poms for mavenizing flex falcon project and main compiler. Both build successful. Note that JBurg dependency is not available in public repository first two poms for mavenizing flex falcon project and main compiler. Both build successful. Note that JBurg dependency is not available in public repository Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/d300c89d Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/d300c89d Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/d300c89d Branch: refs/heads/maven Commit: d300c89deaed8e39df2a5e23805b51aca7da6300 Parents: 974cbfe Author: Carlos Rovira Authored: Sun Jul 14 23:50:10 2013 +0200 Committer: Carlos Rovira Committed: Wed Jul 17 21:59:48 2013 +0200 ---------------------------------------------------------------------- .gitignore | 3 +- compiler/pom.xml | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 21 ++++++++++++++ 3 files changed, 100 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d300c89d/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index cd28c5d..22e4eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ #OS junk files [Tt]humbs.db *.DS_Store -/jenkins/ \ No newline at end of file +/jenkins/ +target/ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d300c89d/compiler/pom.xml ---------------------------------------------------------------------- diff --git a/compiler/pom.xml b/compiler/pom.xml new file mode 100644 index 0000000..3aa8061 --- /dev/null +++ b/compiler/pom.xml @@ -0,0 +1,77 @@ + + + + 4.0.0 + + + falcon + org.apache.flex + 1.0-SNAPSHOT + + + compiler + Falcon Compiler + Falcon Flex main compiler + + jar + + + + + + de.jflex + maven-jflex-plugin + 1.4.3 + + + + generate + + + + + + + + + + + org.antlr + antlr-runtime + 3.3 + + + + commons-cli + commons-cli + 1.2 + + + + commons-io + commons-io + 2.0.1 + + + + com.google.guava + guava + r08 + + + + net.sourceforge + jburg + 1.10.1 + + + + com.github.jponge + lzma-java + 1.2 + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d300c89d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..eb992e6 --- /dev/null +++ b/pom.xml @@ -0,0 +1,21 @@ + + + + 4.0.0 + + org.apache.flex + falcon + 1.0-SNAPSHOT + + Falcon + Flex Java Compiler Modules + + pom + + + compiler + + + \ No newline at end of file