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 @@ <tarLongFileMode>gnu</tarLongFileMode> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <version>2.1</version> + <executions> + <execution> + <id>validate-changes</id> + <phase>pre-site</phase> + <goals> + <goal>changes-validate</goal> + </goals> + <configuration> + <!-- if set to true the build will fail if the changes file is invalid, + if set to false warnings will be logged. --> + <failOnError>true</failOnError> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> @@ -237,6 +256,20 @@ </reportSet> </reportSets> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <configuration> + <xmlPath>${basedir}/xdocs/changes.xml</xmlPath> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + </reports> + </reportSet> + </reportSets> + </plugin> </plugins> </reporting> </project> 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 <action> type attribute can be add,update,fix,remove. --> -<document> +<document xmlns="http://maven.apache.org/changes/1.0.0"> <properties> <title>Release Notes</title> </properties> <body> <release version="1.0.0" date="(not yet released)" description="Initial Release"> - <action dev="niallp" type="fix" issue="38021"> + <action dev="rdonkin" type="update" date='May 2009'> + Resources rebooted in Sandbox + </action> + <action dev="niallp" type="fix" issue="38021" date='Dec 2005'> Refactoring of ResourceBundleResources implementation to remove caching of ResourceBundle instances - makes this implementation Serializable and prevents a potential memory leak. - <i>(Dec 2005)</i>. </action> - <action dev="niallp" type="fix" issue="37679" due-to="Rahul Akolkar"> + <action dev="niallp" type="fix" issue="37679" due-to="Rahul Akolkar" date='Dec 2005'> Remove unused imports. - <i>(Dec 2005)</i>. </action> - <action dev="niallp" type="fix" issue="37678" due-to="Rahul Akolkar"> + <action dev="niallp" type="fix" issue="37678" due-to="Rahul Akolkar" date='Dec 2005'> BasicMessage "values" setter ignores new value. - <i>(Dec 2005)</i>. </action> - <action dev="niallp" type="fix" issue="37675" due-to="Rahul Akolkar"> + <action dev="niallp" type="fix" issue="37675" due-to="Rahul Akolkar" date='Dec 2005'> Javadoc adjustments for JDBCResources. - <i>(Dec 2005)</i>. </action> - <action dev="niallp" type="add" issue="37713"> + <action dev="niallp" type="add" issue="37713" date='Dec 2005'> Add getResourcesName() to the Messages API. - <i>(Dec 2005)</i>. </action> - <action dev="niallp" type="update" issue="37709"> + <action dev="niallp" type="update" issue="37709" date='Dec 2005'> Remove TimeZone from Resources API - <i>(Dec 2005)</i>. </action> - <action dev="niallp" type="add" issue="33379" due-to="Anaximandro de Godinho"> - Resources Class diagram - added to the - <a href="http://wiki.apache.org/jakarta-commons/ResourcesClassDiagram">Wiki</a> - <i>(Nov 2005)</i>. + <action dev="niallp" type="add" issue="33379" due-to="Anaximandro de Godinho" date='Nov 2005'> + Resources Class diagram - added to the Wiki </action> - <action dev="niallp" type="update" issue="37642"> + <action dev="niallp" type="update" issue="37642" date='Nov 2005'> Improve ResourcesBase method inter-operability - <i>(Nov 2005)</i>. </action> - <action dev="niallp" type="fix" issue="37645" due-to="Christian Meder"> + <action dev="niallp" type="fix" issue="37645" due-to="Christian Meder" date='Nov 2005'> Javadoc fixes for Resources.java. - <i>(Nov 2005)</i>. </action> - <action dev="niallp" type="fix" issue="37644" due-to="Christian Meder"> + <action dev="niallp" type="fix" issue="37644" due-to="Christian Meder" date='Nov 2005'> Close a li element, correct struts link, commons uses svn now - <i>(Nov 2005)</i>. </action> - <action dev="jmitchell" type="fix" issue="17650" due-to="Steve Peterson"> + <action dev="jmitchell" type="fix" issue="17650" due-to="Steve Peterson" date='July 2005'> Make Messages pay attention to returnNull setting on wrapped resources - <i>(July 2005)</i>. </action> - <action dev="jmitchell" type="add"> + <action dev="jmitchell" type="add" date='May 2005'> Add additional JUnit tests for Messages, JDBCResources. - <i>(May 2005)</i>. </action> - <action dev="jmitchell" type="add"> + <action dev="jmitchell" type="add" date='April 2005'> WebappResourcesFactoryBase added. - <i>(April 2005)</i>. </action> - <action dev="martinc" type="update"> - <strong>Resources moved to Commons Proper</strong> - <i>(Nov 2004)</i>. + <action dev="martinc" type="update" date='Nov 2004'> + Resources moved to Commons Propers </action> - <action dev="jmitchell" type="fix" issue="22238" due-to="Phil Steitz"> + <action dev="jmitchell" type="fix" issue="22238" due-to="Phil Steitz" date='Sept 2004'> Fix maven build - <i>(Sept 2004)</i>. </action> - <action dev="craigmcc" type="fix" issue="13621" due-to="Joe Germuska"> + <action dev="craigmcc" type="fix" issue="13621" due-to="Joe Germuska" date='Jan 2003'> Fixes to Maven project.xml. - <i>(Jan 2003)</i>. </action> - <action dev="craigmcc" type="fix" issue="15925" due-to="Rob Leland"> + <action dev="craigmcc" type="fix" issue="15925" due-to="Rob Leland" date='Jan 2003'> Doesn't compile under Java 1.3. - <i>(Jan 2003)</i>. </action> - <action dev="craigmcc" type="fix" issue="6096"> + <action dev="craigmcc" type="fix" issue="6096" date='Jan 2003'> PropertyMessageResources uses HashMap instead of Set. - <i>(Jan 2003)</i>. </action> - <action dev="craigmcc" type="add"> - <strong>Resources added to Commons Sandbox</strong> - <i>(May 2001)</i>. + <action dev="craigmcc" type="add" date='May 2001'> + Resources added to Commons Sandbox </action> </release>