From f8a47011dffe438d2da8e73ae0856d6acd8f880d Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 30 Jul 2005 02:34:25 +0000 Subject: [PATCH] PR: MPJDIFF-6 Submitted by: Phil Steitz Reviewed by: Brett Porter Support other SCMs through the SCM plugin (v1.5 required) Applied with modifications to verify the correct SCM plugin is installed git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@226466 13f79535-47bb-0310-9956-ffa450edef68 --- jdiff/plugin.jelly | 59 +++++++++++++++++++++++++++-------------- jdiff/xdocs/changes.xml | 3 ++- 2 files changed, 41 insertions(+), 21 deletions(-) diff --git a/jdiff/plugin.jelly b/jdiff/plugin.jelly index f4699f4d..22c23660 100644 --- a/jdiff/plugin.jelly +++ b/jdiff/plugin.jelly @@ -22,8 +22,22 @@ xmlns:j="jelly:core" xmlns:maven="jelly:maven" xmlns:doc="doc" + xmlns:scm="scm" xmlns:ant="jelly:ant"> + + + + + + Must have SCM plugin v1.5 installed to use this version of the jdiff plugin. + Try: maven plugin:download -DgroupId=maven -DartifactId=maven-scm-plugin -Dversion=1.5 + You can find the latest version of the SCM plugin on the Maven Download page at + http://maven.apache.org/start/download.html + + + + @@ -71,6 +85,9 @@ + + + @@ -80,17 +97,18 @@ - - - + + - + value="${maven.jdiff.new.dir}/${relativeSrcDir}"/> @@ -103,17 +121,18 @@ - - - - + + + value="${maven.jdiff.old.dir}/${relativeSrcDir}"/> diff --git a/jdiff/xdocs/changes.xml b/jdiff/xdocs/changes.xml index 45b67797..5e330533 100644 --- a/jdiff/xdocs/changes.xml +++ b/jdiff/xdocs/changes.xml @@ -25,7 +25,8 @@ Emmanuel Venisse - + + Utilise SCM plugin to support multiple SCMs (tested with CVS and Subversion) Add basic homepage.