[hibernate-commits] Hibernate SVN: r12725 - in core/trunk/documentation/manual: fr-FR/src/main/docbook/modules and 4 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jul 4 02:12:25 EDT 2007


Author: d.plentz
Date: 2007-07-04 02:12:25 -0400 (Wed, 04 Jul 2007)
New Revision: 12725

Modified:
   core/trunk/documentation/manual/en-US/src/main/docbook/modules/toolset_guide.xml
   core/trunk/documentation/manual/fr-FR/src/main/docbook/modules/toolset_guide.xml
   core/trunk/documentation/manual/ja-JP/src/main/docbook/modules/toolset_guide.xml
   core/trunk/documentation/manual/ko-KR/src/main/docbook/modules/toolset_guide.xml
   core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/toolset_guide.xml
   core/trunk/documentation/manual/zh-CN/src/main/docbook/modules/toolset_guide.xml
Log:
[HHH-2267] A copy/paste mistake in the documentation for <schemavalidator> ant task

Modified: core/trunk/documentation/manual/en-US/src/main/docbook/modules/toolset_guide.xml
===================================================================
--- core/trunk/documentation/manual/en-US/src/main/docbook/modules/toolset_guide.xml	2007-07-04 06:05:53 UTC (rev 12724)
+++ core/trunk/documentation/manual/en-US/src/main/docbook/modules/toolset_guide.xml	2007-07-04 06:12:25 UTC (rev 12725)
@@ -593,7 +593,7 @@
         <fileset dir="src">
             <include name="**/*.hbm.xml"/>
         </fileset>
-    </schemaupdate>
+    </schemavalidator>
 </target>]]></programlisting>
 
         </sect2>

Modified: core/trunk/documentation/manual/fr-FR/src/main/docbook/modules/toolset_guide.xml
===================================================================
--- core/trunk/documentation/manual/fr-FR/src/main/docbook/modules/toolset_guide.xml	2007-07-04 06:05:53 UTC (rev 12724)
+++ core/trunk/documentation/manual/fr-FR/src/main/docbook/modules/toolset_guide.xml	2007-07-04 06:12:25 UTC (rev 12725)
@@ -584,7 +584,7 @@
         <fileset dir="src">
             <include name="**/*.hbm.xml"/>
         </fileset>
-    </schemaupdate>
+    </schemavalidator>
 </target>]]></programlisting>
 
         </sect2>

Modified: core/trunk/documentation/manual/ja-JP/src/main/docbook/modules/toolset_guide.xml
===================================================================
--- core/trunk/documentation/manual/ja-JP/src/main/docbook/modules/toolset_guide.xml	2007-07-04 06:05:53 UTC (rev 12724)
+++ core/trunk/documentation/manual/ja-JP/src/main/docbook/modules/toolset_guide.xml	2007-07-04 06:12:25 UTC (rev 12725)
@@ -623,7 +623,7 @@
         <fileset dir="src">
             <include name="**/*.hbm.xml"/>
         </fileset>
-    </schemaupdate>
+    </schemavalidator>
 </target>]]></programlisting>
 
         </sect2>

Modified: core/trunk/documentation/manual/ko-KR/src/main/docbook/modules/toolset_guide.xml
===================================================================
--- core/trunk/documentation/manual/ko-KR/src/main/docbook/modules/toolset_guide.xml	2007-07-04 06:05:53 UTC (rev 12724)
+++ core/trunk/documentation/manual/ko-KR/src/main/docbook/modules/toolset_guide.xml	2007-07-04 06:12:25 UTC (rev 12725)
@@ -577,7 +577,7 @@
         <fileset dir="src">
             <include name="**/*.hbm.xml"/>
         </fileset>
-    </schemaupdate>
+    </schemavalidator>
 </target>]]></programlisting>
 
         </sect2>

Modified: core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/toolset_guide.xml
===================================================================
--- core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/toolset_guide.xml	2007-07-04 06:05:53 UTC (rev 12724)
+++ core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/toolset_guide.xml	2007-07-04 06:12:25 UTC (rev 12725)
@@ -593,7 +593,7 @@
         <fileset dir="src">
             <include name="**/*.hbm.xml"/>
         </fileset>
-    </schemaupdate>
+    </schemavalidator>
 </target>]]></programlisting>
 
         </sect2>

Modified: core/trunk/documentation/manual/zh-CN/src/main/docbook/modules/toolset_guide.xml
===================================================================
--- core/trunk/documentation/manual/zh-CN/src/main/docbook/modules/toolset_guide.xml	2007-07-04 06:05:53 UTC (rev 12724)
+++ core/trunk/documentation/manual/zh-CN/src/main/docbook/modules/toolset_guide.xml	2007-07-04 06:12:25 UTC (rev 12725)
@@ -554,7 +554,7 @@
         <fileset dir="src">
             <include name="**/*.hbm.xml"/>
         </fileset>
-    </schemaupdate>
+    </schemavalidator>
 </target>]]></programlisting>
 
         </sect2>




More information about the hibernate-commits mailing list