Apply MPJXR-8

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114643 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-01-30 03:57:25 +00:00
parent 71844f7100
commit 300da18259
2 changed files with 4 additions and 1 deletions

View File

@@ -606,7 +606,7 @@ public class CodeTransform implements Serializable
// header
buffer
.append("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n")
.append("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n")
.append("<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n")
.append("<head>\n")
.append("<meta http-equiv=\"content-type\" content=\"text/html; charset=ISO-8859-1\" />");

View File

@@ -9,6 +9,9 @@
<body>
<release version="1.3" date="in CVS">
<action dev="dion" type="update">
Apply MPJXR-8
</action>
<action dev="evenisse" type="fix">
Apply patch from Nicolas De Loof for reduce open files during jxr process.
</action>