Browse Source

Lower-case HTML tags

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277203 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
0733dbfc6a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Ant.java

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/Ant.java View File

@@ -49,8 +49,8 @@ import org.apache.tools.ant.util.FileUtils;
* <ant antfile="build.xml" target="bar" > * <ant antfile="build.xml" target="bar" >
* <property name="property1" value="aaaaa" /> * <property name="property1" value="aaaaa" />
* <property name="foo" value="baz" /> * <property name="foo" value="baz" />
* &lt;/ant&gt;</SPAN>
* &lt;/target&gt;</SPAN>
* &lt;/ant&gt;</span>
* &lt;/target&gt;</span>
* *
* &lt;target name=&quot;bar&quot; depends=&quot;init&quot;&gt; * &lt;target name=&quot;bar&quot; depends=&quot;init&quot;&gt;
* &lt;echo message=&quot;prop is ${property1} ${foo}&quot; /&gt; * &lt;echo message=&quot;prop is ${property1} ${foo}&quot; /&gt;


Loading…
Cancel
Save