From 27b5cb638048c0c301cc805ef01af288e43dbe18 Mon Sep 17 00:00:00 2001 From: brett Date: Thu, 8 Apr 2004 00:34:44 +0000 Subject: [PATCH] replace use of "target" directoriy with appropriate variables git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114984 13f79535-47bb-0310-9956-ffa450edef68 --- ant/plugin.jelly | 4 +++- ant/project.xml | 3 --- ant/src/plugin-resources/templates/build.jelly | 18 ++++++++++-------- ant/xdocs/changes.xml | 1 + 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/ant/plugin.jelly b/ant/plugin.jelly index b5c9a2c3..9e2c1011 100644 --- a/ant/plugin.jelly +++ b/ant/plugin.jelly @@ -17,9 +17,11 @@ */ --> - + diff --git a/ant/project.xml b/ant/project.xml index aa010855..919f9463 100644 --- a/ant/project.xml +++ b/ant/project.xml @@ -63,9 +63,6 @@ commons-jelly commons-jelly-tags-xml 20030211.142705 - - root.maven - diff --git a/ant/src/plugin-resources/templates/build.jelly b/ant/src/plugin-resources/templates/build.jelly index 4f592036..8eb63da5 100644 --- a/ant/src/plugin-resources/templates/build.jelly +++ b/ant/src/plugin-resources/templates/build.jelly @@ -21,6 +21,7 @@ xmlns:u="jelly:util" xmlns:x="jelly:xml" xmlns:maven="jelly:maven" + xmlns:test="test" xmlns="dummy"> @@ -34,7 +35,6 @@ - build.xml generated by maven from project.xml version ${pom.currentVersion} on date ${TODAY}, time ${TSTAMP} @@ -42,13 +42,15 @@ - - - + + + - - + + + + @@ -146,7 +148,7 @@ description="o Create the jar"> @@ -305,7 +307,7 @@ - + diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index ed6694aa..4166312a 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -26,6 +26,7 @@ Change plugin tests to use 'assert' tags + Replace use of 'target' directory with appropriate variables