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