[HHH-2267] A copy/paste mistake in the documentation for <schemavalidator> ant task

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12725 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Diego Plentz 2007-07-04 06:12:25 +00:00
parent 76e49f9b09
commit a215a7f18e
6 changed files with 6 additions and 6 deletions

View File

@ -593,7 +593,7 @@ new SchemaValidator(cfg).validate();]]></programlisting>
<fileset dir="src">
<include name="**/*.hbm.xml"/>
</fileset>
</schemaupdate>
</schemavalidator>
</target>]]></programlisting>
</sect2>

View File

@ -584,7 +584,7 @@ new SchemaValidator(cfg).validate();]]></programlisting>
<fileset dir="src">
<include name="**/*.hbm.xml"/>
</fileset>
</schemaupdate>
</schemavalidator>
</target>]]></programlisting>
</sect2>

View File

@ -623,7 +623,7 @@ new SchemaValidator(cfg).validate();]]></programlisting>
<fileset dir="src">
<include name="**/*.hbm.xml"/>
</fileset>
</schemaupdate>
</schemavalidator>
</target>]]></programlisting>
</sect2>

View File

@ -577,7 +577,7 @@ new SchemaValidator(cfg).validate();]]></programlisting>
<fileset dir="src">
<include name="**/*.hbm.xml"/>
</fileset>
</schemaupdate>
</schemavalidator>
</target>]]></programlisting>
</sect2>

View File

@ -593,7 +593,7 @@ new SchemaValidator(cfg).validate();]]></programlisting>
<fileset dir="src">
<include name="**/*.hbm.xml"/>
</fileset>
</schemaupdate>
</schemavalidator>
</target>]]></programlisting>
</sect2>

View File

@ -554,7 +554,7 @@ new SchemaValidator(cfg).validate();]]></programlisting>
<fileset dir="src">
<include name="**/*.hbm.xml"/>
</fileset>
</schemaupdate>
</schemavalidator>
</target>]]></programlisting>
</sect2>