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 186EF102A0 for ; Tue, 27 May 2014 22:24:40 +0000 (UTC) Received: (qmail 50519 invoked by uid 500); 27 May 2014 22:24:40 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 50406 invoked by uid 500); 27 May 2014 22:24:39 -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 50084 invoked by uid 99); 27 May 2014 22:24:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2014 22:24:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8482983541A; Tue, 27 May 2014 22:24:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Tue, 27 May 2014 22:24:42 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/5] git commit: [flex-falcon] [refs/heads/develop] - switch to antlr 3.5.2 from maven. antlr.org is blocked in some countries, but I couldn't find antlr 3.3 complete on maven. This version of antlr seems to inject suppresswarning annotations in the f switch to antlr 3.5.2 from maven. antlr.org is blocked in some countries, but I couldn't find antlr 3.3 complete on maven. This version of antlr seems to inject suppresswarning annotations in the file so it looks like we don't need to inject our own, but now we're getting some warnings that we'll have to revisit someday. Maybe the annotator utility just has to merge suppresswarnings so the compiler doesn't throw errors. Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/4738711b Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/4738711b Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/4738711b Branch: refs/heads/develop Commit: 4738711bc1b21700bb08cc4f8d4741cc1584b8a6 Parents: 006c95e Author: Alex Harui Authored: Mon May 26 23:18:18 2014 -0700 Committer: Alex Harui Committed: Tue May 27 15:21:41 2014 -0700 ---------------------------------------------------------------------- compiler/build.xml | 12 ++++++------ compiler/downloads.xml | 10 ++++++---- 2 files changed, 12 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4738711b/compiler/build.xml ---------------------------------------------------------------------- diff --git a/compiler/build.xml b/compiler/build.xml index 4202ff0..d14ee98 100644 --- a/compiler/build.xml +++ b/compiler/build.xml @@ -392,10 +392,10 @@ - - + + @@ -408,8 +408,8 @@ - + - - - + + + + @@ -234,7 +235,8 @@ - + +