jvanzyl     01/05/14 13:06:00

  Modified:    xdocs/howto torque-howto.xml
  Log:
  - starting to update xdoc to reflect torque changes. will continue
    once the 2.1b1 release is done with.
  
  Revision  Changes    Path
  1.3       +6 -6      jakarta-turbine/xdocs/howto/torque-howto.xml
  
  Index: torque-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/howto/torque-howto.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- torque-howto.xml  2001/05/14 18:56:01     1.2
  +++ torque-howto.xml  2001/05/14 20:05:54     1.3
  @@ -63,14 +63,14 @@
   <section name="Quick Start Guide">
   <p>
   For those who just want to see Torque go all you have to do is select your
  -target database and target package in <em>torque.props</em>, edit the
  -<em>project-schema.xml</em> to suit your needs, then run torque.sh or
  -torque.bat. That's it!
  +target database and target package in <em>build.properties</em>, edit the
  +<em>project-schema.xml</em> to suit your needs, then run build.sh or
  +build.bat. That's it!
   </p>
   
   <p>
   You will probably want to set the <em>project</em> property in the
  -<em>torque.props</em> file eventually so that your generated sources have names
  +<em>build.properties</em> file eventually so that your generated sources have names
   that reflect your project name, but you can do that later :-). You also have to
   remember that if you change the <em>project</em> property that you have to
   change the name of your project XML database schema to match! For example if you
  @@ -82,7 +82,7 @@
   </section>
   
   <section name="Configuring Torque">
  -<strong>torque.props</strong>
  +<strong>build.properties</strong>
   
   <p>
   Here is a list of all the properties currently supported by Torque:
  @@ -164,7 +164,7 @@
   </tr>
   <tr>
       <td>configDir</td>
  -    <td>The directory Torque looks in for the <em>torque.props</em> file.</td>
  +    <td>The directory Torque looks in for the <em>build.properties</em> file.</td>
   </tr>
   <tr>
       <td>templatePath</td>
  
  
  

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

Reply via email to