Fix jdk1.3 issues with DOM class loading
Class org/w3c/dom/Document violates loader constraints: definition mismatch between parent and child loaders git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0000c2f895
commit
58fafea069
@ -20,4 +20,4 @@
|
|||||||
maven.xdoc.date=left
|
maven.xdoc.date=left
|
||||||
## maven.xdoc.version=${pom.currentVersion}
|
## maven.xdoc.version=${pom.currentVersion}
|
||||||
maven.license.licenseFile=${basedir}/../LICENSE.txt
|
maven.license.licenseFile=${basedir}/../LICENSE.txt
|
||||||
|
maven.junit.fork=yes
|
||||||
|
|||||||
@ -22,3 +22,4 @@ maven.xdoc.date=left
|
|||||||
maven.license.licenseFile=${basedir}/../LICENSE.txt
|
maven.license.licenseFile=${basedir}/../LICENSE.txt
|
||||||
maven.checkstyle.header.file=${basedir}/../LICENSE.txt
|
maven.checkstyle.header.file=${basedir}/../LICENSE.txt
|
||||||
maven.checkstyle.format = turbine
|
maven.checkstyle.format = turbine
|
||||||
|
maven.junit.fork=yes
|
||||||
@ -24,6 +24,9 @@
|
|||||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<release version="1.3" date="in CVS">
|
||||||
|
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
|
||||||
|
</release>
|
||||||
<release version="1.2" date="2004-03-07">
|
<release version="1.2" date="2004-03-07">
|
||||||
<action dev="dion" type="update">Only try to find files if the source directory exists</action>
|
<action dev="dion" type="update">Only try to find files if the source directory exists</action>
|
||||||
<action dev="jstrachan" type="update">Numerous bug fixes have been made. A new HTML converter bean is now used for every page to avoid contamination across pages. Also various invalid transformations have been fixed, such as headings containing either 'span' or 'a' elements, or paragraphs containing just images or 'a' elements.</action>
|
<action dev="jstrachan" type="update">Numerous bug fixes have been made. A new HTML converter bean is now used for every page to avoid contamination across pages. Also various invalid transformations have been fixed, such as headings containing either 'span' or 'a' elements, or paragraphs containing just images or 'a' elements.</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user