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