Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 47502 invoked from network); 18 May 2009 15:31:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 May 2009 15:31:35 -0000 Received: (qmail 35710 invoked by uid 500); 18 May 2009 15:31:35 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 35615 invoked by uid 500); 18 May 2009 15:31:35 -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 35606 invoked by uid 99); 18 May 2009 15:31:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 15:31:35 +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; Mon, 18 May 2009 15:31:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C154923888E8; Mon, 18 May 2009 15:31:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r775987 - in /commons/sandbox/resources/trunk: pom.xml xdocs/changes.xml Date: Mon, 18 May 2009 15:31:12 -0000 To: commits@commons.apache.org From: rdonkin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090518153112.C154923888E8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rdonkin Date: Mon May 18 15:31:12 2009 New Revision: 775987 URL: http://svn.apache.org/viewvc?rev=775987&view=rev Log: Fixed changes build Modified: commons/sandbox/resources/trunk/pom.xml commons/sandbox/resources/trunk/xdocs/changes.xml Modified: commons/sandbox/resources/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/resources/trunk/pom.xml?rev=775987&r1=775986&r2=775987&view=diff ============================================================================== --- commons/sandbox/resources/trunk/pom.xml (original) +++ commons/sandbox/resources/trunk/pom.xml Mon May 18 15:31:12 2009 @@ -204,6 +204,25 @@ gnu + + org.apache.maven.plugins + maven-changes-plugin + 2.1 + + + validate-changes + pre-site + + changes-validate + + + + true + + + + @@ -237,6 +256,20 @@ + + org.apache.maven.plugins + maven-changes-plugin + + ${basedir}/xdocs/changes.xml + + + + + changes-report + + + + Modified: commons/sandbox/resources/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/sandbox/resources/trunk/xdocs/changes.xml?rev=775987&r1=775986&r2=775987&view=diff ============================================================================== --- commons/sandbox/resources/trunk/xdocs/changes.xml (original) +++ commons/sandbox/resources/trunk/xdocs/changes.xml Mon May 18 15:31:12 2009 @@ -33,91 +33,74 @@ The type attribute can be add,update,fix,remove. --> - + Release Notes - + + Resources rebooted in Sandbox + + Refactoring of ResourceBundleResources implementation to remove caching of ResourceBundle instances - makes this implementation Serializable and prevents a potential memory leak. - (Dec 2005). - + Remove unused imports. - (Dec 2005). - + BasicMessage "values" setter ignores new value. - (Dec 2005). - + Javadoc adjustments for JDBCResources. - (Dec 2005). - + Add getResourcesName() to the Messages API. - (Dec 2005). - + Remove TimeZone from Resources API - (Dec 2005). - - Resources Class diagram - added to the - Wiki - (Nov 2005). + + Resources Class diagram - added to the Wiki - + Improve ResourcesBase method inter-operability - (Nov 2005). - + Javadoc fixes for Resources.java. - (Nov 2005). - + Close a li element, correct struts link, commons uses svn now - (Nov 2005). - + Make Messages pay attention to returnNull setting on wrapped resources - (July 2005). - + Add additional JUnit tests for Messages, JDBCResources. - (May 2005). - + WebappResourcesFactoryBase added. - (April 2005). - - Resources moved to Commons Proper - (Nov 2004). + + Resources moved to Commons Propers - + Fix maven build - (Sept 2004). - + Fixes to Maven project.xml. - (Jan 2003). - + Doesn't compile under Java 1.3. - (Jan 2003). - + PropertyMessageResources uses HashMap instead of Set. - (Jan 2003). - - Resources added to Commons Sandbox - (May 2001). + + Resources added to Commons Sandbox