Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 33000 invoked from network); 19 Mar 2008 12:58:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2008 12:58:51 -0000 Received: (qmail 49498 invoked by uid 500); 19 Mar 2008 12:58:47 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 49435 invoked by uid 500); 19 Mar 2008 12:58:47 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 49426 invoked by uid 99); 19 Mar 2008 12:58:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 05:58:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [206.190.58.151] (HELO web55102.mail.re4.yahoo.com) (206.190.58.151) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Mar 2008 12:58:08 +0000 Received: (qmail 80183 invoked by uid 60001); 19 Mar 2008 12:58:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=i3KdCVXumCJdXDN0phDhuegUHjWxDcsHtSxiqm3zvo8swBhHavXkceVm93AudQK7gkuYcU0PKV47epdinzt4jGp7SBZAPvU9LGQS3H5vqzqBzNJt34YyuRbM7flI4AN8R2ltyHgZ7xhymAePlXEG14qJZ6opF+vc81z2H//NPSU=; X-YMail-OSG: TZbkdEQVM1naDwWYpZ6o06VhHhFer8lySJGO687GDBwjzjGUpuFe9Fyv7FFTwaRNdfemVRSdxZLpfkKkLcafna4LftP5FsR6XcBhmBTkC8MhfjEaUGpjaw5XwKxKvetCPkUpSmEjlgQtM.4- Received: from [72.171.0.142] by web55102.mail.re4.yahoo.com via HTTP; Wed, 19 Mar 2008 05:58:17 PDT Date: Wed, 19 Mar 2008 05:58:17 -0700 (PDT) From: Matt Benson Subject: Re: svn commit: r638703 - in /commons/proper/lang/branches/LANG_POST_2_4/src: java/org/apache/commons/lang/ test/org/apache/commons/lang/ To: Jakarta Commons Developers List In-Reply-To: <55afdc850803190454n27a5cbf3wf51c16b8b5ec06af@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <56149.79735.qm@web55102.mail.re4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --- Niall Pemberton wrote: > Adding rather than copying looses all the svn > history of these files > which is a big mistake IMO. Point taken; I wasn't thinking about that. :) However, since we've not yet agreed on the final home for this stuff, I'm going to leave as-is for now. If we decide to merge this stuff back to trunk (this is intended, after all, to be only a temporary branch), we can copy the (non-compiling) BeanUtils versions in, then Lang-ify by committing the branch versions. Also, I didn't reuse the old tests at all, but if you think it's important that we do so let me know. -Matt > > Niall > > On Wed, Mar 19, 2008 at 4:31 AM, > wrote: > > Author: mbenson > > Date: Tue Mar 18 21:31:46 2008 > > New Revision: 638703 > > > > URL: > http://svn.apache.org/viewvc?rev=638703&view=rev > > Log: > > [LANG-416] import MethodUtils, ConstructorUtils > from [beanutils] > > > > Added: > > > commons/proper/lang/branches/LANG_POST_2_4/src/java/org/apache/commons/lang/ConstructorUtils.java > (with props) > > > commons/proper/lang/branches/LANG_POST_2_4/src/java/org/apache/commons/lang/MemberUtils.java > (with props) > > > commons/proper/lang/branches/LANG_POST_2_4/src/java/org/apache/commons/lang/MethodUtils.java > (with props) > > > commons/proper/lang/branches/LANG_POST_2_4/src/test/org/apache/commons/lang/ConstructorUtilsTest.java > (with props) > > > commons/proper/lang/branches/LANG_POST_2_4/src/test/org/apache/commons/lang/MethodUtilsTest.java > (with props) > > Modified: > > > commons/proper/lang/branches/LANG_POST_2_4/src/test/org/apache/commons/lang/LangTestSuite.java > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > dev-unsubscribe@commons.apache.org > For additional commands, e-mail: > dev-help@commons.apache.org > > ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org