Author: ltheussl
Date: Thu Jan 5 17:00:33 2006
New Revision: 366373
URL: http://svn.apache.org/viewcvs?rev=366373&view=rev
Log:
Fix typo
Modified:
maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml?rev=366373&r1=366372&r2=366373&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml Thu Jan 5 17:00:33 2006
@@ -37,7 +37,7 @@
<release version="1.4.3" date="2005-08-08">
<action dev="carlos" type="fix" issue="MPJXR-20" due-to="Ola
Sandness">Close streams properly on errors</action>
<action dev="carlos" type="fix" issue="MPJXR-26">Ignore Java 5
package-info.java files</action>
- <action dev="brett" type="fix" issue="MPJXR-11" due-to="Lukas
Theussi">Fix malformed HTML when "package" or "import" used in the
code/comments outside of the normal keyword use</action>
+ <action dev="brett" type="fix" issue="MPJXR-11" due-to="Lukas
Theussl">Fix malformed HTML when "package" or "import" used in the
code/comments outside of the normal keyword use</action>
<action dev="evenisse" type="fix" issue="MPJXR-18">Remove hardcoded
encoding in templates.</action>
</release>
<release version="1.4.2" date="2004-10-23">