From b38e6068cbb2cc97833a24a89b90fe1e53f7d246 Mon Sep 17 00:00:00 2001 From: Kevin Jackson Date: Sat, 12 May 2007 04:31:40 +0000 Subject: [PATCH] -remove whitespace, use antunit-base.xml git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537333 13f79535-47bb-0310-9956-ffa450edef68 --- .../optional/script/scriptdef-test.xml | 35 +++++++------------ 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/src/tests/antunit/taskdefs/optional/script/scriptdef-test.xml b/src/tests/antunit/taskdefs/optional/script/scriptdef-test.xml index 9ec4575a3..67caa46c3 100644 --- a/src/tests/antunit/taskdefs/optional/script/scriptdef-test.xml +++ b/src/tests/antunit/taskdefs/optional/script/scriptdef-test.xml @@ -1,17 +1,12 @@ - + + + In which we test interesting aspects of scripting. The targeted language is javascript; this lets us run without additions on Java6+. - - - - - - - @@ -34,7 +29,6 @@ - @@ -42,22 +36,19 @@ - self.log("Hello"); + self.log("Hello"); - - + - - - + @@ -65,27 +56,26 @@ - - + + self.log("Ant version =${ant.version}"); project.setNewProperty("property","live"); - + - - + - + @@ -95,5 +85,4 @@ - - + \ No newline at end of file