Browse Source

remove incorrect default=all

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449825 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 19 years ago
parent
commit
900a03ed70
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/antunit/taskdefs/xmlproperty-test.xml

+ 1
- 1
src/tests/antunit/taskdefs/xmlproperty-test.xml View File

@@ -1,4 +1,4 @@
<project default="all" xmlns:au="antlib:org.apache.ant.antunit">
<project xmlns:au="antlib:org.apache.ant.antunit">
<description/>
<target name="test-empty">
<xmlproperty file="xmlproperty-test.xml"/>


Loading…
Cancel
Save