From 4cd7bbcc5e0036480ce95e3ee2e232458bfe8ab8 Mon Sep 17 00:00:00 2001 From: carlos Date: Sat, 3 Jul 2004 17:49:14 +0000 Subject: [PATCH] Use relative paths in directory properties. Issue MPANT-16 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115634 13f79535-47bb-0310-9956-ffa450edef68 --- ant/src/plugin-resources/templates/build.jelly | 18 ++++++++++++------ ant/xdocs/changes.xml | 1 + 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ant/src/plugin-resources/templates/build.jelly b/ant/src/plugin-resources/templates/build.jelly index 33c61629..64b800f4 100644 --- a/ant/src/plugin-resources/templates/build.jelly +++ b/ant/src/plugin-resources/templates/build.jelly @@ -42,15 +42,21 @@ - - - - + + + + + + + - + + - + + + diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index 22eca54e..f803e514 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -25,6 +25,7 @@ + Use relative paths in directory properties. Run Junit only if present in ANT (display a warning otherwise).