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 2D194DB88 for ; Thu, 23 May 2013 09:19:39 +0000 (UTC) Received: (qmail 76453 invoked by uid 500); 23 May 2013 09:19:39 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 76243 invoked by uid 500); 23 May 2013 09:19:37 -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 76204 invoked by uid 99); 23 May 2013 09:19:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 May 2013 09:19:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2EB6B894494; Thu, 23 May 2013 09:19:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: czadra@apache.org To: commits@flex.apache.org Message-Id: <7fe1ffe7064041e3a2b7c78d2d766400@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: removed CoverageAgent.swc from FlexUnit4FlexCoverListener and added download.xml to automatically download those dependencies. Date: Thu, 23 May 2013 09:19:35 +0000 (UTC) Updated Branches: refs/heads/makeFlexUnitApacheReady 0f9cd8890 -> dab610e7c removed CoverageAgent.swc from FlexUnit4FlexCoverListener and added download.xml to automatically download those dependencies. Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/dab610e7 Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/dab610e7 Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/dab610e7 Branch: refs/heads/makeFlexUnitApacheReady Commit: dab610e7c304acb691695bd6ca226646c1df4cc3 Parents: 0f9cd88 Author: cyrillzadra Authored: Thu May 23 17:06:51 2013 +0800 Committer: cyrillzadra Committed: Thu May 23 17:06:51 2013 +0800 ---------------------------------------------------------------------- FlexUnit4FlexCoverListener/build.xml | 196 ++++++++-------- FlexUnit4FlexCoverListener/downloads.xml | 177 ++++++++++++++ FlexUnit4FlexCoverListener/libs/CoverageAgent.swc | Bin 8612 -> 0 bytes 3 files changed, 277 insertions(+), 96 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/dab610e7/FlexUnit4FlexCoverListener/build.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4FlexCoverListener/build.xml b/FlexUnit4FlexCoverListener/build.xml index c33ac5e..c0c7e86 100644 --- a/FlexUnit4FlexCoverListener/build.xml +++ b/FlexUnit4FlexCoverListener/build.xml @@ -16,106 +16,110 @@ limitations under the License. --> - - + + - - - - - - + + + + + + - - - + + + - - - - - + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - true - true - - + + + - - - - - - - - - - + + + + + + + + + + + + + + + + + + true + true + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/dab610e7/FlexUnit4FlexCoverListener/downloads.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4FlexCoverListener/downloads.xml b/FlexUnit4FlexCoverListener/downloads.xml new file mode 100644 index 0000000..20248b8 --- /dev/null +++ b/FlexUnit4FlexCoverListener/downloads.xml @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/dab610e7/FlexUnit4FlexCoverListener/libs/CoverageAgent.swc ---------------------------------------------------------------------- diff --git a/FlexUnit4FlexCoverListener/libs/CoverageAgent.swc b/FlexUnit4FlexCoverListener/libs/CoverageAgent.swc deleted file mode 100755 index 7599e0a..0000000 Binary files a/FlexUnit4FlexCoverListener/libs/CoverageAgent.swc and /dev/null differ