From 6ead520db95983b041a5a0f4b919b86b7e2b225f Mon Sep 17 00:00:00 2001 From: brett Date: Sun, 16 May 2004 02:03:08 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.7 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115277 13f79535-47bb-0310-9956-ffa450edef68 --- ant/project.xml | 7 ++++++- ant/xdocs/changes.xml | 12 ++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ant/project.xml b/ant/project.xml index a1fa5cd9..0cdaaf4f 100644 --- a/ant/project.xml +++ b/ant/project.xml @@ -23,7 +23,7 @@ 3 maven-ant-plugin Maven Ant Plugin - 1.7-SNAPSHOT + 1.7 Generates ant build files from a maven project, so that plain ant users can build your project Generate Ant build file http://maven.apache.org/reference/plugins/ant/ @@ -45,6 +45,11 @@ 1.6 MAVEN_ANT_1_6 + + 1.7 + 1.7 + MAVEN_ANT_1_7 + diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index 2904ed3d..f68a93a2 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -24,14 +24,18 @@ dIon Gillard - + 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. + Corrects also NumberFormatException. + pom.build.unitTest.resourcesis made up of several + resourceelements. + + Remove NumberFormatException if + pom.build.unitTest.resourcesdoesn't exist. + Change plugin tests to use 'assert' tags Replace use of 'target' directory with appropriate variables - Use relative path for javadoc. Check unit test source dir exists before making relative path