Browse Source

-remove extra whitespace

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@539841 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 18 years ago
parent
commit
d7911684f1
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/tests/antunit/taskdefs/subant-test.xml

+ 2
- 3
src/tests/antunit/taskdefs/subant-test.xml View File

@@ -1,6 +1,6 @@
<project default="antunit" xmlns:au="antlib:org.apache.ant.antunit">

<description >
<description>
Test that subant properly sets various properties
</description>
<import file="../antunit-base.xml" />
@@ -10,7 +10,6 @@
<delete file="encodeStringDest" />
</target>


<target name="assertProperties">
<au:assertPropertySet name="ant.version" />
<au:assertPropertySet name="java.home" />
@@ -23,4 +22,4 @@
</subant>
</target>

</project>
</project>

Loading…
Cancel
Save