mbenson     2004/12/14 15:51:27

  Modified:    src/main/org/apache/tools/ant/taskdefs Ant.java
  Log:
  Lower-case HTML tags
  
  Revision  Changes    Path
  1.111     +2 -2      ant/src/main/org/apache/tools/ant/taskdefs/Ant.java
  
  Index: Ant.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Ant.java,v
  retrieving revision 1.110
  retrieving revision 1.111
  diff -u -r1.110 -r1.111
  --- Ant.java  14 Dec 2004 21:18:08 -0000      1.110
  +++ Ant.java  14 Dec 2004 23:51:27 -0000      1.111
  @@ -49,8 +49,8 @@
    *    <ant antfile="build.xml" target="bar" >
    *      <property name="property1" value="aaaaa" />
    *      <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;echo message=&quot;prop is ${property1} ${foo}&quot; /&gt;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to