Author: tfischer
Date: Fri Jan 27 23:47:40 2006
New Revision: 373099
URL: http://svn.apache.org/viewcvs?rev=373099&view=rev
Log:
Fixed wrong name of ant buildfile and typo.
Thanks to Greg Monroe for noticing the error.
Modified:
db/torque/generator/trunk/xdocs/index.xml
Modified: db/torque/generator/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/db/torque/generator/trunk/xdocs/index.xml?rev=373099&r1=373098&r2=373099&view=diff
==============================================================================
--- db/torque/generator/trunk/xdocs/index.xml (original)
+++ db/torque/generator/trunk/xdocs/index.xml Fri Jan 27 23:47:40 2006
@@ -26,7 +26,7 @@
<p>
The Torque generator consists of a collection of ant tasks. The core
tasks
- generat java classes and sql scripts from an xml description of
+ generate java classes and sql scripts from an xml description of
the database, but there are other tasks available. See the
<a href="schema-reference.html">Schema Reference</a> for the format of
the xml file, and the
@@ -104,7 +104,7 @@
</p>
<source>
-ant -f build.xml
+ant -f build-torque.xml
</source>
<p>
@@ -124,7 +124,7 @@
</p>
<source>
-ant -f build.xml create-db
+ant -f build-torque.xml create-db
</source>
<p>
@@ -133,7 +133,7 @@
</p>
<source>
-ant -f build.xml insert-sql
+ant -f build-torque.xml insert-sql
</source>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]