seade       2004/08/18 17:18:51

  Modified:    src/maven-plugin Tag: TORQUE_3_1_BRANCH plugin.properties
               xdocs    Tag: TORQUE_3_1_BRANCH release-changes.xml
  Log:
  Provide default values for initialIDValue and initialIDStep so that the id table 
initialization sql can be generated correctly.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.3   +2 -0      db-torque/src/maven-plugin/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/db-torque/src/maven-plugin/plugin.properties,v
  retrieving revision 1.3.2.2
  retrieving revision 1.3.2.3
  diff -u -r1.3.2.2 -r1.3.2.3
  --- plugin.properties 26 Jan 2004 15:56:38 -0000      1.3.2.2
  +++ plugin.properties 19 Aug 2004 00:18:50 -0000      1.3.2.3
  @@ -122,6 +122,8 @@
   idTableXMLFile =
   documentationFormat = html
   initialID = 101
  +torque.initialIDValue = 1000
  +torque.initialIDStep  = 10
   
   torque.idTableXMLFile = ${idTableXMLFile}
   torque.doc.format = ${documentationFormat}
  
  
  
  No                   revision
  No                   revision
  1.3.2.9   +6 -0      db-torque/xdocs/release-changes.xml
  
  Index: release-changes.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/release-changes.xml,v
  retrieving revision 1.3.2.8
  retrieving revision 1.3.2.9
  diff -u -r1.3.2.8 -r1.3.2.9
  --- release-changes.xml       14 Aug 2004 12:02:33 -0000      1.3.2.8
  +++ release-changes.xml       19 Aug 2004 00:18:50 -0000      1.3.2.9
  @@ -34,6 +34,12 @@
   <p>
     <ul>
       <li>
  +      The maven-plugin now provides default values for 
  +      <code>torque.initialIDValue<.code> and
  +      <code>torque.initialIDStep<.code> so that the id table initialization 
  +      sql is now generated correctly.
  +    </li>
  +    <li>
         TRQS223: The get${pVarName} method in the Object.vm template does not 
         return related objects with a negative PK.  Thanks to Nick Curry for
         the patch.
  
  
  

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

Reply via email to