[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:
parent
76e49f9b09
commit
a215a7f18e
|
@ -593,7 +593,7 @@ new SchemaValidator(cfg).validate();]]></programlisting>
|
|||
<fileset dir="src">
|
||||
<include name="**/*.hbm.xml"/>
|
||||
</fileset>
|
||||
</schemaupdate>
|
||||
</schemavalidator>
|
||||
</target>]]></programlisting>
|
||||
|
||||
</sect2>
|
||||
|
|
|
@ -584,7 +584,7 @@ new SchemaValidator(cfg).validate();]]></programlisting>
|
|||
<fileset dir="src">
|
||||
<include name="**/*.hbm.xml"/>
|
||||
</fileset>
|
||||
</schemaupdate>
|
||||
</schemavalidator>
|
||||
</target>]]></programlisting>
|
||||
|
||||
</sect2>
|
||||
|
|
|
@ -623,7 +623,7 @@ new SchemaValidator(cfg).validate();]]></programlisting>
|
|||
<fileset dir="src">
|
||||
<include name="**/*.hbm.xml"/>
|
||||
</fileset>
|
||||
</schemaupdate>
|
||||
</schemavalidator>
|
||||
</target>]]></programlisting>
|
||||
|
||||
</sect2>
|
||||
|
|
|
@ -577,7 +577,7 @@ new SchemaValidator(cfg).validate();]]></programlisting>
|
|||
<fileset dir="src">
|
||||
<include name="**/*.hbm.xml"/>
|
||||
</fileset>
|
||||
</schemaupdate>
|
||||
</schemavalidator>
|
||||
</target>]]></programlisting>
|
||||
|
||||
</sect2>
|
||||
|
|
|
@ -593,7 +593,7 @@ new SchemaValidator(cfg).validate();]]></programlisting>
|
|||
<fileset dir="src">
|
||||
<include name="**/*.hbm.xml"/>
|
||||
</fileset>
|
||||
</schemaupdate>
|
||||
</schemavalidator>
|
||||
</target>]]></programlisting>
|
||||
|
||||
</sect2>
|
||||
|
|
|
@ -554,7 +554,7 @@ new SchemaValidator(cfg).validate();]]></programlisting>
|
|||
<fileset dir="src">
|
||||
<include name="**/*.hbm.xml"/>
|
||||
</fileset>
|
||||
</schemaupdate>
|
||||
</schemavalidator>
|
||||
</target>]]></programlisting>
|
||||
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in New Issue