bodewig     2003/10/14 01:29:59

  Modified:    docs/manual Tag: ANT_15_BRANCH develop.html
  Log:
  Merge from HEAD
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.10.2.5  +6 -1      ant/docs/manual/develop.html
  
  Index: develop.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/develop.html,v
  retrieving revision 1.10.2.4
  retrieving revision 1.10.2.5
  diff -u -r1.10.2.4 -r1.10.2.5
  --- develop.html      17 Feb 2003 14:21:12 -0000      1.10.2.4
  +++ develop.html      14 Oct 2003 08:29:59 -0000      1.10.2.5
  @@ -18,7 +18,7 @@
       name of the method must begin with <code>set</code>, followed by the
       attribute name, with the first character of the name in uppercase, and 
the rest in
   
  -    lowercase.  That is, to support an attribute named
  +    lowercase<a href="#footnote-1"><sup>*</sup></a>.  That is, to support an 
attribute named
       <code>file</code> you create a method <code>setFile</code>.
       Depending on the type of the argument, Ant will perform some
       conversions for you, see <a href="#set-magic">below</a>.</li>
  @@ -51,6 +51,11 @@
   throws a <code>BuildException</code>. This method implements the task
   itself.</li>
   </ol>
  +
  +<hr>
  +<p><a name="footnote-1">*</a> Actually the case of the letters after
  +the first one doesn't really matter to Ant, using all lower case is a
  +good convention, though.</p>
   
   <h3>The Life-cycle of a Task</h3>
   <ol>
  
  
  

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

Reply via email to