[hibernate-commits] Hibernate SVN: r10261 - trunk/HibernateExt/tools/doc/reference/en/modules

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Aug 14 10:43:47 EDT 2006


Author: max.andersen at jboss.com
Date: 2006-08-14 10:43:45 -0400 (Mon, 14 Aug 2006)
New Revision: 10261

Modified:
   trunk/HibernateExt/tools/doc/reference/en/modules/ant.xml
Log:
fixed typos

Modified: trunk/HibernateExt/tools/doc/reference/en/modules/ant.xml
===================================================================
--- trunk/HibernateExt/tools/doc/reference/en/modules/ant.xml	2006-08-14 14:37:33 UTC (rev 10260)
+++ trunk/HibernateExt/tools/doc/reference/en/modules/ant.xml	2006-08-14 14:43:45 UTC (rev 10261)
@@ -16,7 +16,7 @@
     <section>
       <title>The <literal>&lt;hibernatetool&gt;</literal> ant Task</title>
 
-      <para>To use the ant tasks you ned to have the hibernatetool task
+      <para>To use the ant tasks you need to have the hibernatetool task
       defined. That is done in your build.xml by inserting the following xml
       (assuming the jars are in the <literal>lib</literal> directory):
       <programlisting><![CDATA[<path id="toolslib">
@@ -31,7 +31,7 @@
          classpathref="toolslib" />
 ]]></programlisting></para>
 
-      <para>his <literal>&lt;taskdef&gt;</literal> defines a Ant task called
+      <para>this <literal>&lt;taskdef&gt;</literal> defines a Ant task called
       <literal>&lt;hibernatetool&gt;</literal> which now can be used anywhere
       in your ant build.xml files. It is important to include all the
       hibernate tools dependencies as well as the jdbc driver.</para>
@@ -64,7 +64,7 @@
   templatepath="defaultTemplatePath"
 >
   <classpath ...>
-  <property name="propertyName" value="value"/>
+  <property key="propertyName" value="value"/>
   <propertyset ...>
   (<configuration ...>|<annotationconfiguration ...>|
    <ejb3configuration ...>|<jdbcconfiguration ...>)
@@ -800,4 +800,4 @@
       </section>
     </section>
   </section>
-</chapter>
\ No newline at end of file
+</chapter>




More information about the hibernate-commits mailing list