[hibernate-commits] Hibernate SVN: r11421 - trunk/HibernateExt/annotations/src/test/org/hibernate/test/annotations/bytecode.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Apr 21 22:20:57 EDT 2007


Author: epbernard
Date: 2007-04-21 22:20:57 -0400 (Sat, 21 Apr 2007)
New Revision: 11421

Removed:
   trunk/HibernateExt/annotations/src/test/org/hibernate/test/annotations/bytecode/hammer.hbm.xml
Log:
fix IDEA mess

Deleted: trunk/HibernateExt/annotations/src/test/org/hibernate/test/annotations/bytecode/hammer.hbm.xml
===================================================================
--- trunk/HibernateExt/annotations/src/test/org/hibernate/test/annotations/bytecode/hammer.hbm.xml	2007-04-20 19:04:07 UTC (rev 11420)
+++ trunk/HibernateExt/annotations/src/test/org/hibernate/test/annotations/bytecode/hammer.hbm.xml	2007-04-22 02:20:57 UTC (rev 11421)
@@ -1,12 +0,0 @@
-<?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.annotations.bytecode">
-    <class name="Hammer">
-        <id name="id" type="java.lang.Long">
-            <generator class="increment"/>
-        </id>
-    </class>
-</hibernate-mapping>
\ No newline at end of file




More information about the hibernate-commits mailing list