|
From: <hib...@li...> - 2006-04-03 06:55:44
|
Author: max...@jb...
Date: 2006-04-03 02:55:40 -0400 (Mon, 03 Apr 2006)
New Revision: 9728
Modified:
trunk/HibernateExt/tools/doc/reference/en/modules/ant.xml
Log:
fix doc bug
Modified: trunk/HibernateExt/tools/doc/reference/en/modules/ant.xml
===================================================================
--- trunk/HibernateExt/tools/doc/reference/en/modules/ant.xml 2006-04-01 21:34:47 UTC (rev 9727)
+++ trunk/HibernateExt/tools/doc/reference/en/modules/ant.xml 2006-04-03 06:55:40 UTC (rev 9728)
@@ -377,7 +377,7 @@
<para>If the templates need to access some user class it is possible
by specifying a "toolclass" in the properties.</para>
- <programlisting><![CDATA[<property key="sometool.toolclass" value="x.y.z.NameOfToolClass"/>
+ <programlisting><![CDATA[<property key="hibernatetool.sometool.toolclass" value="x.y.z.NameOfToolClass"/>
]]></programlisting>
<para>Placing the above <literal><property></literal> tag in
|