Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 16577 invoked from network); 15 Sep 2009 05:54:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Sep 2009 05:54:22 -0000 Received: (qmail 94849 invoked by uid 500); 15 Sep 2009 05:54:22 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 94764 invoked by uid 500); 15 Sep 2009 05:54:22 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 94755 invoked by uid 99); 15 Sep 2009 05:54:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 05:54:22 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 05:54:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 579C323888DC; Tue, 15 Sep 2009 05:53:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r815010 - svn:log Date: Tue, 15 Sep 2009 05:53:27 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090915055327.579C323888DC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Revision: 815010 Modified property: svn:log Modified: svn:log at Tue Sep 15 05:53:27 2009 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Tue Sep 15 05:53:27 2009 @@ -1,46 +1,50 @@ ------------------------------------------------------------------------- -r740148 | mbenson | 2009-02-02 15:18:16 -0800 (Mon, 02 Feb 2009) | 1 line +Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. -parameterize junit haltonfailure ------------------------------------------------------------------------- -r738939 | mbenson | 2009-01-29 09:51:26 -0800 (Thu, 29 Jan 2009) | 1 line +Also see the following revisions: -formatting; fix junitreport by enabling XML formatter; parameterize junit forking ------------------------------------------------------------------------- -r636579 | skestle | 2008-03-12 16:51:04 -0700 (Wed, 12 Mar 2008) | 1 line - -Added KeyValue for creation of deprecated jar to support Hibernate (dependency of SequencedHashMap) ------------------------------------------------------------------------- -r596857 | skestle | 2007-11-20 14:36:46 -0800 (Tue, 20 Nov 2007) | 3 lines - -Added deprecated.jar target for accepting a 3.* version of collections and pulling out classes needed by hibernate - -Jira: COLLECTIONS-277 ------------------------------------------------------------------------- -r595918 | niallp | 2007-11-16 23:19:43 -0800 (Fri, 16 Nov 2007) | 1 line - -Port Jakarta-->Commons TLP changes to JDK5 branch ------------------------------------------------------------------------- -r593382 | skestle | 2007-11-08 17:56:05 -0800 (Thu, 08 Nov 2007) | 2 lines - -Fixed junit compilation to use test.support.path instead of junit.jar - ------------------------------------------------------------------------- -r593144 | skestle | 2007-11-08 04:21:55 -0800 (Thu, 08 Nov 2007) | 3 lines - -Updated CollectionUtils and test. Probably 80-90% complete for generics. Very open to review / patches. - -Jira: COLLECTIONS-245 ------------------------------------------------------------------------- -r570371 | skestle | 2007-08-28 03:48:24 -0700 (Tue, 28 Aug 2007) | 1 line - -Integrated emma coverage into build.xml ------------------------------------------------------------------------- -r557489 | skestle | 2007-07-18 21:43:23 -0700 (Wed, 18 Jul 2007) | 1 line - -Added explicit dir="${basedir}" property to the junit task to ensure that tasks referencing this build.xml from another directory will still load up the relative path test data correctly. ------------------------------------------------------------------------- -r468599 | scolebourne | 2006-10-27 17:37:31 -0700 (Fri, 27 Oct 2006) | 1 line - -Switch to new ASF licence format with copyright dates in NOTICE.txt ------------------------------------------------------------------------- + ------------------------------------------------------------------------ + r740148 | mbenson | 2009-02-02 15:18:16 -0800 (Mon, 02 Feb 2009) | 1 line + + parameterize junit haltonfailure + ------------------------------------------------------------------------ + r738939 | mbenson | 2009-01-29 09:51:26 -0800 (Thu, 29 Jan 2009) | 1 line + + formatting; fix junitreport by enabling XML formatter; parameterize junit forking + ------------------------------------------------------------------------ + r636579 | skestle | 2008-03-12 16:51:04 -0700 (Wed, 12 Mar 2008) | 1 line + + Added KeyValue for creation of deprecated jar to support Hibernate (dependency of SequencedHashMap) + ------------------------------------------------------------------------ + r596857 | skestle | 2007-11-20 14:36:46 -0800 (Tue, 20 Nov 2007) | 3 lines + + Added deprecated.jar target for accepting a 3.* version of collections and pulling out classes needed by hibernate + + Jira: COLLECTIONS-277 + ------------------------------------------------------------------------ + r595918 | niallp | 2007-11-16 23:19:43 -0800 (Fri, 16 Nov 2007) | 1 line + + Port Jakarta-->Commons TLP changes to JDK5 branch + ------------------------------------------------------------------------ + r593382 | skestle | 2007-11-08 17:56:05 -0800 (Thu, 08 Nov 2007) | 2 lines + + Fixed junit compilation to use test.support.path instead of junit.jar + + ------------------------------------------------------------------------ + r593144 | skestle | 2007-11-08 04:21:55 -0800 (Thu, 08 Nov 2007) | 3 lines + + Updated CollectionUtils and test. Probably 80-90% complete for generics. Very open to review / patches. + + Jira: COLLECTIONS-245 + ------------------------------------------------------------------------ + r570371 | skestle | 2007-08-28 03:48:24 -0700 (Tue, 28 Aug 2007) | 1 line + + Integrated emma coverage into build.xml + ------------------------------------------------------------------------ + r557489 | skestle | 2007-07-18 21:43:23 -0700 (Wed, 18 Jul 2007) | 1 line + + Added explicit dir="${basedir}" property to the junit task to ensure that tasks referencing this build.xml from another directory will still load up the relative path test data correctly. + ------------------------------------------------------------------------ + r468599 | scolebourne | 2006-10-27 17:37:31 -0700 (Fri, 27 Oct 2006) | 1 line + + Switch to new ASF licence format with copyright dates in NOTICE.txt + ------------------------------------------------------------------------