Return-Path: Delivered-To: apmail-gump-commits-archive@www.apache.org Received: (qmail 29917 invoked from network); 18 Apr 2008 13:01:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2008 13:01:22 -0000 Received: (qmail 47379 invoked by uid 500); 18 Apr 2008 13:01:23 -0000 Mailing-List: contact commits-help@gump.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@gump.apache.org Delivered-To: mailing list commits@gump.apache.org Received: (qmail 47368 invoked by uid 99); 18 Apr 2008 13:01:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 06:01:23 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 13:00:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C963B1A9832; Fri, 18 Apr 2008 06:00:50 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r649508 - in /gump/metadata: profile/gump.xml project/testng.xml repository/testng.xml Date: Fri, 18 Apr 2008 13:00:50 -0000 To: commits@gump.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080418130050.C963B1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Fri Apr 18 06:00:46 2008 New Revision: 649508 URL: http://svn.apache.org/viewvc?rev=649508&view=rev Log: first attempts at building testng Added: gump/metadata/project/testng.xml (with props) gump/metadata/repository/testng.xml (with props) Modified: gump/metadata/profile/gump.xml Modified: gump/metadata/profile/gump.xml URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=649508&r1=649507&r2=649508&view=diff ============================================================================== --- gump/metadata/profile/gump.xml (original) +++ gump/metadata/profile/gump.xml Fri Apr 18 06:00:46 2008 @@ -388,6 +388,7 @@ + @@ -689,6 +690,7 @@ + Added: gump/metadata/project/testng.xml URL: http://svn.apache.org/viewvc/gump/metadata/project/testng.xml?rev=649508&view=auto ============================================================================== --- gump/metadata/project/testng.xml (added) +++ gump/metadata/project/testng.xml Fri Apr 18 06:00:46 2008 @@ -0,0 +1,37 @@ + + + + + + + Java Unit test framework + + + + + + + + + + + + + + + Propchange: gump/metadata/project/testng.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: gump/metadata/repository/testng.xml URL: http://svn.apache.org/viewvc/gump/metadata/repository/testng.xml?rev=649508&view=auto ============================================================================== --- gump/metadata/repository/testng.xml (added) +++ gump/metadata/repository/testng.xml Fri Apr 18 06:00:46 2008 @@ -0,0 +1,24 @@ + + + + + testng + http://code.google.com/p/testng/ + http://testng.googlecode.com/svn/ + http://testng.googlecode.com/svn/ + Propchange: gump/metadata/repository/testng.xml ------------------------------------------------------------------------------ svn:eol-style = native