From 0734ab2fffc108ce0c3720a06f4990faaaf2acd5 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 30 Nov 2006 09:20:37 +0000 Subject: [PATCH] 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 --- jdiff/plugin.jelly | 4 ++-- jdiff/project.xml | 9 +++++++++ jdiff/xdocs/changes.xml | 1 + 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/jdiff/plugin.jelly b/jdiff/plugin.jelly index 028da2de..9518b6ff 100644 --- a/jdiff/plugin.jelly +++ b/jdiff/plugin.jelly @@ -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."/> @@ -133,7 +133,7 @@ - + diff --git a/jdiff/project.xml b/jdiff/project.xml index 8014216b..50f45954 100644 --- a/jdiff/project.xml +++ b/jdiff/project.xml @@ -85,5 +85,14 @@ This library is already loaded by maven's core. Be careful to use the same version number as in the core. + + xml-apis + xml-apis + 1.3.03 + http://xml.apache.org/commons/ + + This library is already loaded by maven's core. Be careful to use the same version number as in the core. + + diff --git a/jdiff/xdocs/changes.xml b/jdiff/xdocs/changes.xml index 221d3665..e54dff62 100644 --- a/jdiff/xdocs/changes.xml +++ b/jdiff/xdocs/changes.xml @@ -25,6 +25,7 @@ + Jdiff doclet fails with jdk 1.4. Use relative links to the javadoc. It requires at least maven-plugin-plugin v1.7.