From feb031d22ccc47979a4b9d67af0100894b68bf90 Mon Sep 17 00:00:00 2001
From: aheritier
Date: Mon, 15 Jan 2007 23:35:18 +0000
Subject: [PATCH] Don't check that a given plugin version is available in the
bootstrap. Replace tabs with spaces
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@496537 13f79535-47bb-0310-9956-ffa450edef68
---
plugin/plugin.jelly | 186 +++++++++++++++++++++------------------
plugin/xdocs/changes.xml | 1 +
2 files changed, 101 insertions(+), 86 deletions(-)
diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly
index ba854e32..12b49f33 100644
--- a/plugin/plugin.jelly
+++ b/plugin/plugin.jelly
@@ -108,74 +108,75 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${installedRelease}
- ${minReleaseToHave}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${installedRelease}
+ ${minReleaseToHave}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -187,35 +188,48 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
===============================================================================
Must have the plugin ${pluginToTest} v${minReleaseToHave} installed to use this version of ${neededBy}.
${errorSentence}
Try: maven plugin:download -DgroupId=maven -DartifactId=${pluginToTest} -Dversion=${minReleaseToHave}
===============================================================================
-
+
+
+
+
+
+-
+===============================================================================
+BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP
+===============================================================================
+Can't check that you have the plugin ${pluginToTest} v${minReleaseToHave} required by ${neededBy}.
+===============================================================================
+BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP
+===============================================================================
+
diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml
index e5eef15e..d941a021 100644
--- a/plugin/xdocs/changes.xml
+++ b/plugin/xdocs/changes.xml
@@ -24,6 +24,7 @@
+ Don't check that a given plugin version is available in the bootstrap.
Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. The following dependencies are removed : saxpath.
Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.