Author: ltheussl Date: Thu Mar 16 10:40:33 2006 New Revision: 386411 URL: http://svn.apache.org/viewcvs?rev=386411&view=rev Log: Update changelog.
Modified: maven/maven-1/plugins/trunk/java/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/java/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/java/xdocs/changes.xml?rev=386411&r1=386410&r2=386411&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/java/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/java/xdocs/changes.xml Thu Mar 16 10:40:33 2006 @@ -26,6 +26,7 @@ </properties> <body> <release version="1.6-SNAPSHOT" date="in SVN"> + <action dev="ltheussl" type="fix" issue="MPJAVA-4">Compile fails using forked compiler when directory contains spaces.</action> <action dev="ltheussl" type="fix" issue="MPJAVA-42">Also check for <code>${maven.gen.src}</code> before compiling.</action> <action dev="ltheussl" type="add" issue="MPJAVA-41">New property <code>maven.compile.failonerror</code>.</action> <action dev="ltheussl" type="add" issue="MPJAVA-32">New property <code>maven.compile.debuglevel</code>.</action> @@ -35,6 +36,7 @@ <action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G. Mac Dowell"><code>sourceModifications</code> handled incorrectly when more than one clause present.</action> <action dev="ltheussl" type="fix" issue="MPJAVA-43">Broken support for maven.compile.extdirs.</action> <action dev="carlos" type="add" issue="MPJAVA-40" due-to="Ron Gallagher">Make a report with compiler output</action> + <action dev="carlos" type="add" issue="MPJAVA-34">Capture Deprecation Warnings.</action> </release> <release version="1.5" date="2004-12-04"> <action dev="vmassol" type="fix" issue="MPJAVA-22">Make it work by default with any version of the JDK</action>