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 0EDDC187B4 for ; Mon, 11 Jan 2016 21:54:45 +0000 (UTC) Received: (qmail 38851 invoked by uid 500); 11 Jan 2016 21:54:44 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 38707 invoked by uid 500); 11 Jan 2016 21:54:44 -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 38622 invoked by uid 99); 11 Jan 2016 21:54:44 -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; Mon, 11 Jan 2016 21:54:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 47926E0BAF; Mon, 11 Jan 2016 21:54:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmclean@apache.org To: commits@flex.apache.org Date: Mon, 11 Jan 2016 21:54:49 -0000 Message-Id: <6127a6d1123c4e339eb4b6a23c3d9de5@git.apache.org> In-Reply-To: <0701a8cced8d4bcc89942888a93387ed@git.apache.org> References: <0701a8cced8d4bcc89942888a93387ed@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Fixed small merge error/typo Fixed small merge error/typo Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/aee1a2fa Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/aee1a2fa Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/aee1a2fa Branch: refs/heads/master Commit: aee1a2fa04736467f80fcfe3d167e81c46583e31 Parents: 85e9da6 Author: Harbs Authored: Wed Nov 18 19:52:58 2015 +0200 Committer: Harbs Committed: Wed Nov 18 19:52:58 2015 +0200 ---------------------------------------------------------------------- modules/antTasks/src/flex/ant/types/FlexSwcFileSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/aee1a2fa/modules/antTasks/src/flex/ant/types/FlexSwcFileSet.java ---------------------------------------------------------------------- diff --git a/modules/antTasks/src/flex/ant/types/FlexSwcFileSet.java b/modules/antTasks/src/flex/ant/types/FlexSwcFileSet.java index 140be96..7dce29d 100644 --- a/modules/antTasks/src/flex/ant/types/FlexSwcFileSet.java +++ b/modules/antTasks/src/flex/ant/types/FlexSwcFileSet.java @@ -33,7 +33,7 @@ public class FlexSwcFileSet extends FlexFileSet super(spec, dirs); } - // Only accept directories, and *.swc and *.ane files + // Only accept directories, *.swc and *.ane files protected void addFiles(File base, String[] files, Commandline cmdl) { FileUtils utils = FileUtils.getFileUtils();