tfischer 2005/07/19 06:22:54
Modified: xdocs/tutorial step1.xml
Log:
added information about the generator template jar
Revision Changes Path
1.10 +3 -1 db-torque/xdocs/tutorial/step1.xml
Index: step1.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/tutorial/step1.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- step1.xml 18 Jul 2005 04:32:08 -0000 1.9
+++ step1.xml 19 Jul 2005 13:22:53 -0000 1.10
@@ -18,7 +18,9 @@
The generator generates your persistence classes from an xml
description of the database. It also generates and executes
sql scripts to create all the necessary tables, constraints etc.
- in your database.
+ in your database.
+ The generator comes packaged in two jars: The templates in
+ torque-gen-templates.jar, and the rest in torque-gen.jar.
</li>
<li>
The maven plugin integrates the generator into
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org
|