You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by se...@apache.org on 2004/08/19 02:41:32 UTC

cvs commit: db-torque/src/generator/xdocs properties-reference.xml

seade       2004/08/18 17:41:32

  Modified:    src/generator/xdocs properties-reference.xml
  Log:
  Document torque.sql.dir
  
  Revision  Changes    Path
  1.6       +8 -1      db-torque/src/generator/xdocs/properties-reference.xml
  
  Index: properties-reference.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/src/generator/xdocs/properties-reference.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- properties-reference.xml	11 Sep 2003 22:51:39 -0000	1.5
  +++ properties-reference.xml	19 Aug 2004 00:41:32 -0000	1.6
  @@ -79,7 +79,7 @@
     <td><code> torque.output.dir </code></td>
     <td><code> ${torque.home}/src </code></td>
     <td>
  -    The base directory for the output of SQL and Java files.
  +    The base directory for the output files.
     </td>
   </tr>
   <tr>
  @@ -101,6 +101,13 @@
     <td><code> ${torque.output.dir}/java </code></td>
     <td>
       The directory to place all of the generated Java code in.
  +  </td>
  +</tr>
  +<tr>
  +  <td><code> torque.sql.dir </code></td>
  +  <td><code> ${torque.output.dir}/sql </code></td>
  +  <td>
  +    The directory to place all of the generated SQL in.
     </td>
   </tr>
   <tr>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org