From ae3c2e207094f1034cbb03ef6f40502dcab069e3 Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 16 Oct 2003 07:56:57 +0000 Subject: [PATCH] Fix MAVEN-938 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114209 13f79535-47bb-0310-9956-ffa450edef68 --- ant/project.xml | 2 +- ant/src/plugin-resources/templates/build.jelly | 12 +++++++++--- ant/xdocs/changes.xml | 8 +++++++- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/ant/project.xml b/ant/project.xml index 595c0b30..b2ad4b2e 100644 --- a/ant/project.xml +++ b/ant/project.xml @@ -5,7 +5,7 @@ 3 maven-ant-plugin Maven Ant Plug-in - 1.5 + 1.6-SNAPSHOT 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/ diff --git a/ant/src/plugin-resources/templates/build.jelly b/ant/src/plugin-resources/templates/build.jelly index 9a847139..7a4c1166 100644 --- a/ant/src/plugin-resources/templates/build.jelly +++ b/ant/src/plugin-resources/templates/build.jelly @@ -12,7 +12,10 @@ ${repos[0]} - + + + + @@ -25,8 +28,11 @@ - - + + + + + diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index 56ff57de..a9a104a4 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -7,7 +7,13 @@ - + + + Check unit test source dir exists before making relative path + + + + Make relative paths output for various pom values. MAVEN-909