[hibernate-commits] Hibernate SVN: r10727 - branches/Branch_3_2/Hibernate3/test/org/hibernate/test/instrument/domain

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Nov 6 11:03:50 EST 2006


Author: steve.ebersole at jboss.com
Date: 2006-11-06 11:03:49 -0500 (Mon, 06 Nov 2006)
New Revision: 10727

Modified:
   branches/Branch_3_2/Hibernate3/test/org/hibernate/test/instrument/domain/Problematic.hbm.xml
Log:
no idea

Modified: branches/Branch_3_2/Hibernate3/test/org/hibernate/test/instrument/domain/Problematic.hbm.xml
===================================================================
--- branches/Branch_3_2/Hibernate3/test/org/hibernate/test/instrument/domain/Problematic.hbm.xml	2006-11-06 14:50:05 UTC (rev 10726)
+++ branches/Branch_3_2/Hibernate3/test/org/hibernate/test/instrument/domain/Problematic.hbm.xml	2006-11-06 16:03:49 UTC (rev 10727)
@@ -1,14 +1,14 @@
-        <?xml version="1.0"?>
-        <!DOCTYPE hibernate-mapping PUBLIC
-            "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
-            "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
+<?xml version="1.0"?>
+<!DOCTYPE hibernate-mapping PUBLIC
+    "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
+    "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
-        <hibernate-mapping package="org.hibernate.test.instrument.domain">
-            <class name="Problematic">
-                <id name="id" type="long" column="ID">
-                    <generator class="increment" />
-                </id>
-                <property name="name" type="string" column="NAME" />
-                <property name="bytes" type="org.hibernate.test.instrument.domain.CustomBlobType" column="DATA" lazy="true" />
-            </class>
-        </hibernate-mapping>
+<hibernate-mapping package="org.hibernate.test.instrument.domain">
+    <class name="Problematic">
+        <id name="id" type="long" column="ID">
+            <generator class="increment" />
+        </id>
+        <property name="name" type="string" column="NAME" />
+        <property name="bytes" type="org.hibernate.test.instrument.domain.CustomBlobType" column="DATA" lazy="true" />
+    </class>
+</hibernate-mapping>




More information about the hibernate-commits mailing list