mpoeschl    2002/10/05 11:00:03

  Modified:    xdocs    properties-reference.xml
               src/conf default.properties build.properties
  Log:
  TRQS13: torque.overloadKeySetters obsoleted
  patch by James Hillyerd
  
  Revision  Changes    Path
  1.3       +1 -10     jakarta-turbine-torque/xdocs/properties-reference.xml
  
  Index: properties-reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/xdocs/properties-reference.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties-reference.xml  28 Jul 2002 06:49:34 -0000      1.2
  +++ properties-reference.xml  5 Oct 2002 18:00:03 -0000       1.3
  @@ -276,15 +276,6 @@
     </td>
   </tr>
   <tr>
  -  <td><code> torque.overloadKeySetters </code></td>
  -  <td><code> true </code></td>
  -  <td>
  -    If false, this prevents overloading of the setter method for
  -    primary/foreign keys.  This is useful when working with broken
  -    JavaBean implementations.
  -  </td>
  -</tr>
  -<tr>
     <td><code> torque.useClasspath </code></td>
     <td><code> false </code></td>
     <td>
  @@ -372,4 +363,4 @@
   </section>
   
     </body>
  -</document>
  \ No newline at end of file
  +</document>
  
  
  
  1.10      +0 -2      jakarta-turbine-torque/src/conf/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/conf/default.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- default.properties        9 Sep 2002 09:38:01 -0000       1.9
  +++ default.properties        5 Oct 2002 18:00:03 -0000       1.10
  @@ -102,7 +102,6 @@
   addTimeStamp = true
   basePrefix = Base
   complexObjectModel = true
  -overloadKeySetters = true
   useManagers = false
   useClasspath = false
   
  @@ -112,7 +111,6 @@
   torque.addTimeStamp = ${addTimeStamp}
   torque.basePrefix = ${basePrefix}
   torque.complexObjectModel = ${complexObjectModel}
  -torque.overloadKeySetters = ${overloadKeySetters}
   torque.saveException = Exception
   torque.useClasspath = ${useClasspath}
   torque.useManagers = ${useManagers}
  
  
  
  1.18      +0 -6      jakarta-turbine-torque/src/conf/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build.properties,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.properties  28 Jul 2002 06:33:43 -0000      1.17
  +++ build.properties  5 Oct 2002 18:00:03 -0000       1.18
  @@ -71,11 +71,6 @@
   #   If true, Torque generates data objects with collection support and 
   #   methods to easily retreive foreign key relationships.
   #
  -# overloadKeySetters
  -#   If false, this prevents overloading of the setter method for
  -#   primary/foreign keys.  This is useful when working with broken
  -#   JavaBean implementations.
  -#
   # targetPackage
   #   Sets the Java package the om files will generated to, e.g. 
   #   "com.company.project.om".
  @@ -98,7 +93,6 @@
   torque.addTimeStamp = true
   torque.basePrefix = Base
   torque.complexObjectModel = true
  -torque.overloadKeySetters = true
   torque.useClasspath = false
   torque.useManagers = false
   
  
  
  

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

Reply via email to