From eca727336d196cd20dbc690763c47010fd9b5e80 Mon Sep 17 00:00:00 2001 From: aheritier Date: Tue, 4 May 2004 00:18:10 +0000 Subject: [PATCH] MPANT-14 fix git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115185 13f79535-47bb-0310-9956-ffa450edef68 --- ant/project.xml | 10 ++ .../plugin-resources/templates/build.jelly | 123 +++++++++++------- ant/xdocs/changes.xml | 1 + 3 files changed, 88 insertions(+), 46 deletions(-) diff --git a/ant/project.xml b/ant/project.xml index 699ce4ff..eb0f059c 100644 --- a/ant/project.xml +++ b/ant/project.xml @@ -62,6 +62,16 @@ Release Manager + + Arnaud Heritier + aheritier + aheritier@apache.org + + + Java Developer + + +1 + diff --git a/ant/src/plugin-resources/templates/build.jelly b/ant/src/plugin-resources/templates/build.jelly index b1506de0..1477e275 100644 --- a/ant/src/plugin-resources/templates/build.jelly +++ b/ant/src/plugin-resources/templates/build.jelly @@ -73,53 +73,75 @@ - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + @@ -259,18 +281,27 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index 263d6bb5..2904ed3d 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -25,6 +25,7 @@ + Resources are correctly copied to the specified targetPath. Corrects also NumberFormatException. pom.build.unitTest.resources is made up of several resource elements. Remove NumberFormatException if pom.build.unitTest.resources doesn't exist. Change plugin tests to use 'assert' tags