From d0ff4c764bacdada0a48baa12294506ac56be177 Mon Sep 17 00:00:00 2001 From: dion Date: Fri, 9 Jul 2004 13:00:19 +0000 Subject: [PATCH] Remove use of pom.getPluginContext, replacing with maven:get git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115744 13f79535-47bb-0310-9956-ffa450edef68 --- j2ee/plugin.jelly | 5 ++--- j2ee/project.xml | 2 +- j2ee/xdocs/changes.xml | 3 +++ struts/plugin.jelly | 7 ++++--- struts/project.xml | 2 +- struts/xdocs/changes.xml | 3 +++ 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/j2ee/plugin.jelly b/j2ee/plugin.jelly index 281f3f31..cfb8a125 100644 --- a/j2ee/plugin.jelly +++ b/j2ee/plugin.jelly @@ -49,9 +49,8 @@ - - + + diff --git a/j2ee/project.xml b/j2ee/project.xml index c406c3ea..3e8d90eb 100644 --- a/j2ee/project.xml +++ b/j2ee/project.xml @@ -23,7 +23,7 @@ 3 maven-j2ee-plugin Maven J2EE Plugin - 1.5 + 1.5.1-SNAPSHOT J2EE tools http://maven.apache.org/reference/plugins/j2ee/ diff --git a/j2ee/xdocs/changes.xml b/j2ee/xdocs/changes.xml index c561cd75..71d2ae11 100644 --- a/j2ee/xdocs/changes.xml +++ b/j2ee/xdocs/changes.xml @@ -25,6 +25,9 @@ Peter Lynch + + Remove pom.getPluginContext code and replace with maven:get + Remove Ant dependency Fix issues with DOM classes and jdk1.3 diff --git a/struts/plugin.jelly b/struts/plugin.jelly index 937e6ec4..18e3aa9e 100644 --- a/struts/plugin.jelly +++ b/struts/plugin.jelly @@ -18,7 +18,9 @@ --> - + - + diff --git a/struts/project.xml b/struts/project.xml index 35452915..d054bf2f 100644 --- a/struts/project.xml +++ b/struts/project.xml @@ -23,7 +23,7 @@ 3 maven-struts-plugin Maven Struts Plugin - 1.3 + 1.3.1-SNAPSHOT Work with struts jars http://maven.apache.org/reference/plugins/struts/ diff --git a/struts/xdocs/changes.xml b/struts/xdocs/changes.xml index 2ec968d6..8bbff2ed 100644 --- a/struts/xdocs/changes.xml +++ b/struts/xdocs/changes.xml @@ -24,6 +24,9 @@ dIon Gillard + + Remove old pom.getPluginContext code + Remove unneeded ant dependency