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:
parent
3f378ea4a3
commit
0734ab2fff
@ -42,7 +42,7 @@
|
||||
pluginName="maven-jdiff-plugin"
|
||||
link="jdiff/changes"
|
||||
target="_blank"
|
||||
description="Report on the api difference report between versions."/>
|
||||
description="Report on the api difference between versions."/>
|
||||
</j:if>
|
||||
</goal>
|
||||
|
||||
@ -133,7 +133,7 @@
|
||||
</j:choose>
|
||||
|
||||
<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:pathelement location="${plugin.getDependencyPath('jdiff')}" />
|
||||
|
||||
@ -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>
|
||||
</properties>
|
||||
</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>
|
||||
</project>
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<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="update">It requires at least maven-plugin-plugin v1.7.</action>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user