bodewig     01/08/09 08:09:56

  Modified:    docs/manual Tag: ANT_14_BRANCH using.html
               docs/manual/CoreTasks Tag: ANT_14_BRANCH property.html
  Log:
  add pointer to list of predefined properties.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.1   +1 -1      jakarta-ant/docs/manual/using.html
  
  Index: using.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/using.html,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- using.html        2001/08/08 19:34:20     1.7
  +++ using.html        2001/08/09 15:09:56     1.7.2.1
  @@ -200,7 +200,7 @@
   <code>${builddir}/classes</code>.
   This is resolved as <code>build/classes</code>.</p>
   
  -<h3>Built-in Properties</h3>
  +<h3><a name="built-in-props">Built-in Properties</a></h3>
   <p>Ant provides access to all system properties as if they had been
   defined using a <code>&lt;property&gt;</code> task.
   For example, <code>${os.name}</code> expands to the
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +2 -0      jakarta-ant/docs/manual/CoreTasks/property.html
  
  Index: property.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/property.html,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- property.html     2001/07/18 13:05:19     1.3
  +++ property.html     2001/08/09 15:09:56     1.3.2.1
  @@ -36,6 +36,8 @@
   <p>The value part of the properties being set, might contain references to 
other
   properties. These references are resolved at the time these properties are 
set.
   This also holds for properties loaded from a property file.</p>
  +<p>A list of predefined properties can be found <a
  +href="../using.html#built-in-props">here</a>.</p>
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
  
  
  

Reply via email to