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 DC035200B35 for ; Tue, 5 Jul 2016 16:03:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D717A160A60; Tue, 5 Jul 2016 14:03:41 +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 282DB160A2C for ; Tue, 5 Jul 2016 16:03:41 +0200 (CEST) Received: (qmail 43525 invoked by uid 500); 5 Jul 2016 14:03: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 43517 invoked by uid 99); 5 Jul 2016 14:03:40 -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; Tue, 05 Jul 2016 14:03:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 220ECE01C1; Tue, 5 Jul 2016 14:03:40 +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-flexunit] [refs/heads/feature/maven-migration] - - Added and fixed the build of the FlexUnit4AntTasks Date: Tue, 5 Jul 2016 14:03:40 +0000 (UTC) archived-at: Tue, 05 Jul 2016 14:03:42 -0000 Repository: flex-flexunit Updated Branches: refs/heads/feature/maven-migration 945eb7751 -> 5f622273b - Added and fixed the build of the FlexUnit4AntTasks Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/5f622273 Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/5f622273 Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/5f622273 Branch: refs/heads/feature/maven-migration Commit: 5f622273b5ad29e4ed860d8f1fbf6a5e0610199f Parents: 945eb77 Author: Christofer Dutz Authored: Tue Jul 5 16:03:32 2016 +0200 Committer: Christofer Dutz Committed: Tue Jul 5 16:03:32 2016 +0200 ---------------------------------------------------------------------- FlexUnit4AntTasks/pom.xml | 16 ++++++++++++++++ pom.xml | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5f622273/FlexUnit4AntTasks/pom.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4AntTasks/pom.xml b/FlexUnit4AntTasks/pom.xml index 0adcc10..03bc820 100644 --- a/FlexUnit4AntTasks/pom.xml +++ b/FlexUnit4AntTasks/pom.xml @@ -38,6 +38,22 @@ + + org.apache.ant + ant + 1.7.1 + + + dom4j + dom4j + 1.6.1 + + + + jaxen + jaxen + 1.1.6 + http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5f622273/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 820ff5e..90a82ba 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,6 @@ FlexUnit4 FlexUnit4AirCIListener - FlexUnit4CIListener FlexUnit4FlexCoverListener FlexUnit4FluintExtensions @@ -102,6 +101,8 @@ FlexUnit4UIListener + + FlexUnit4AntTasks