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