HHH-6477: Updated XML files used in tests to not use namespace prefix for target namespace

This commit is contained in:
John Verhaeg 2011-07-22 12:18:09 -05:00
parent ceda40b686
commit 8c6b2a52fe
4 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<hhh:hibernate-mapping package="org.hibernate.metamodel.binding"
xmlns:hhh="http://www.hibernate.org/xsd/hibernate-mapping"
<hibernate-mapping package="org.hibernate.metamodel.binding"
xmlns="http://www.hibernate.org/xsd/hibernate-mapping"
xsi:schemaLocation="http://www.hibernate.org/xsd/hibernate-mapping hibernate-mapping-4.0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@ -12,4 +12,4 @@
<many-to-one name="simpleEntity"/>
</class>
</hhh:hibernate-mapping>
</hibernate-mapping>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<hhh:hibernate-mapping package="org.hibernate.metamodel.binding" xmlns:hhh="http://www.hibernate.org/xsd/hibernate-mapping"
<hibernate-mapping package="org.hibernate.metamodel.binding" xmlns="http://www.hibernate.org/xsd/hibernate-mapping"
xsi:schemaLocation="http://www.hibernate.org/xsd/hibernate-mapping hibernate-mapping-4.0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@ -11,4 +11,4 @@
<property name="name"/>
</class>
</hhh:hibernate-mapping>
</hibernate-mapping>

View File

@ -22,7 +22,7 @@
~ 51 Franklin Street, Fifth Floor
~ Boston, MA 02110-1301 USA
-->
<hhh:hibernate-mapping package="org.hibernate.metamodel.binding" xmlns:hhh="http://www.hibernate.org/xsd/hibernate-mapping"
<hibernate-mapping package="org.hibernate.metamodel.binding" xmlns="http://www.hibernate.org/xsd/hibernate-mapping"
xsi:schemaLocation="http://www.hibernate.org/xsd/hibernate-mapping hibernate-mapping-4.0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@ -35,4 +35,4 @@
<property name="name"/>
</class>
</hhh:hibernate-mapping>
</hibernate-mapping>

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<hhh:hibernate-mapping package="org.hibernate.test.ops" xmlns:hhh="http://www.hibernate.org/xsd/hibernate-mapping"
<hibernate-mapping package="org.hibernate.test.ops" xmlns="http://www.hibernate.org/xsd/hibernate-mapping"
xsi:schemaLocation="http://www.hibernate.org/xsd/hibernate-mapping hibernate-mapping-4.0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@ -11,4 +11,4 @@
<property name="name"/>
</class>
</hhh:hibernate-mapping>
</hibernate-mapping>