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 mp...@apache.org on 2002/12/06 18:35:21 UTC

cvs commit: jakarta-turbine-torque project.properties

mpoeschl    2002/12/06 09:35:21

  Modified:    xdocs    changes.xml status.xml index.xml
               xdocs/tutorial step1.xml
               .        project.properties
  Log:
  prepare 3.0 release
  
  Revision  Changes    Path
  1.54      +3 -9      jakarta-turbine-torque/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/xdocs/changes.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- changes.xml	3 Dec 2002 15:01:16 -0000	1.53
  +++ changes.xml	6 Dec 2002 17:35:20 -0000	1.54
  @@ -14,15 +14,6 @@
     Changes between Torque 3.0-rc2 and 3.0. <br/>
   </p>
   
  -<subsection name="Changes that could (will) break older environments">
  -<p>
  -  <ul>
  -    <li>
  -    </li>
  -  </ul>
  -</p>
  -</subsection>
  -
   <subsection name="Other changes">
   <p>
     <ul>
  @@ -53,6 +44,9 @@
       <li>
         TRQS82: Constructor for DateKey and StringKey will throw NullPointer
         exception if passed null value
  +    </li>
  +    <li>
  +      sql-generation: create foreign keys for hsqldb
       </li>
     </ul>
   </p>
  
  
  
  1.3       +7 -0      jakarta-turbine-torque/xdocs/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/xdocs/status.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- status.xml	20 Nov 2002 18:14:18 -0000	1.2
  +++ status.xml	6 Dec 2002 17:35:20 -0000	1.3
  @@ -19,6 +19,13 @@
           A list of changes can be found <a href="changes.html">here</a>.
         </p>
   
  +      <subsection name="06 December 2002 - Torque 3.0 is released!">
  +        <p>
  +          Downloads are available <a href="http://jakarta.apache.org/builds/jakarta-turbine/torque/release/3.0/">
  +          here</a>.
  +        </p>
  +      </subsection>
  +
         <subsection name="20 November 2002 - Torque 3.0 Release Candidate 2 is released!">
           <p>
             Downloads are available <a href="http://jakarta.apache.org/builds/jakarta-turbine/torque/release/3.0-rc2/">
  
  
  
  1.19      +8 -2      jakarta-turbine-torque/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/xdocs/index.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- index.xml	11 Nov 2002 11:46:06 -0000	1.18
  +++ index.xml	6 Dec 2002 17:35:20 -0000	1.19
  @@ -19,7 +19,7 @@
         <p>
           Torque was developed as part of the Turbine Framework. It is now
           decoupled and can be used by itself. Starting with version 2.2 Turbine
  -        will use the decoupled Torque.
  +        uses the decoupled Torque.
         </p>
   
         <subsection name="Torque's generation tasks">
  @@ -34,7 +34,7 @@
           <p>
             Torque offers an <a href="http://jakarta.apache.org/ant">Ant</a> build
             file (<code>build-torque.xml</code>) which could be added to your
  -          project . It defines the following targets:
  +          project. It defines the following targets:
             <ul>
               <li>
                 <strong>sql</strong><br/>
  @@ -104,6 +104,12 @@
                 generates the repository for ojb (experimental)
               </li>
             </ul>
  +        </p>
  +
  +        <p>
  +          Torque also offers a plugin for
  +          <a href="http://jakarta.apache.org/turbine/maven">Maven</a>. See the
  +          <a href="maven-howto.html">Maven-Howto</a> for more information.
           </p>
         </subsection>
   
  
  
  
  1.2       +3 -5      jakarta-turbine-torque/xdocs/tutorial/step1.xml
  
  Index: step1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/xdocs/tutorial/step1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- step1.xml	28 Sep 2002 01:21:41 -0000	1.1
  +++ step1.xml	6 Dec 2002 17:35:20 -0000	1.2
  @@ -10,11 +10,9 @@
   <section name="Step 1: Obtaining the Torque Distribution">
   
   <p>
  -  First, you need to obtain the Torque distribution.  As
  -  of this writing, the standalone version of Torque has
  -  not been released; however, there is a beta version
  +  First, you need to obtain the Torque
     <a href="http://jakarta.apache.org/builds/jakarta-turbine/torque/release/">
  -  available</a>.
  +  distribution</a>.
   </p>
   
   <p>
  @@ -38,4 +36,4 @@
   </section>
   
     </body>
  -</document>
  \ No newline at end of file
  +</document>
  
  
  
  1.6       +3 -0      jakarta-turbine-torque/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties	13 Sep 2002 06:01:33 -0000	1.5
  +++ project.properties	6 Dec 2002 17:35:21 -0000	1.6
  @@ -10,3 +10,6 @@
   
   # display the date on the site
   maven.xdoc.date = left
  +# Display the version the web site is documenting
  +maven.xdoc.version = ${pom.currentVersion}
  +