PR: MPJDIFF-10

Add xml-apis dependency for jdk 1.4 compliance.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@480881 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-11-30 09:20:37 +00:00
parent 3f378ea4a3
commit 0734ab2fff
3 changed files with 12 additions and 2 deletions

View File

@ -42,7 +42,7 @@
pluginName="maven-jdiff-plugin" pluginName="maven-jdiff-plugin"
link="jdiff/changes" link="jdiff/changes"
target="_blank" target="_blank"
description="Report on the api difference report between versions."/> description="Report on the api difference between versions."/>
</j:if> </j:if>
</goal> </goal>
@ -133,7 +133,7 @@
</j:choose> </j:choose>
<ant:property name="baseuri" value="${plugin.dir}"/> <ant:property name="baseuri" value="${plugin.dir}"/>
<ant:property name="jdiff.cp" value="${plugin.getDependencyPath('jdiff')};${plugin.getDependencyPath('xerces:xercesImpl')}" /> <ant:property name="jdiff.cp" value="${plugin.getDependencyPath('jdiff')};${plugin.getDependencyPath('xerces:xercesImpl')};${plugin.getDependencyPath('xml-apis:xml-apis')}" />
<ant:path id="maven.cp"> <ant:path id="maven.cp">
<ant:pathelement location="${plugin.getDependencyPath('jdiff')}" /> <ant:pathelement location="${plugin.getDependencyPath('jdiff')}" />

View File

@ -85,5 +85,14 @@
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties> </properties>
</dependency> </dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.3.03</version>
<url>http://xml.apache.org/commons/</url>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -25,6 +25,7 @@
</properties> </properties>
<body> <body>
<release version="1.5.1-SNAPSHOT" date="In SVN"> <release version="1.5.1-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="fix" issue="MPJDIFF-10">Jdiff doclet fails with jdk 1.4.</action>
<action dev="aheritier" type="fix">Use relative links to the javadoc.</action> <action dev="aheritier" type="fix">Use relative links to the javadoc.</action>
<action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action> <action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action>
</release> </release>