Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2006-09-06 06:56:50 +0000
committermtaal2006-09-06 06:56:50 +0000
commita8fd4dd12e30e374d7df3787ef13f0db81b79c3e (patch)
treed02c6e904c41b3782e74992c758839f2523eb475 /tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibraryTest$1/mysql_a_o/hibernate.hbm.xml
parent82dd8e1610d85c9f5c834938e592873186adf274 (diff)
downloadorg.eclipse.emf.teneo-a8fd4dd12e30e374d7df3787ef13f0db81b79c3e.tar.gz
org.eclipse.emf.teneo-a8fd4dd12e30e374d7df3787ef13f0db81b79c3e.tar.xz
org.eclipse.emf.teneo-a8fd4dd12e30e374d7df3787ef13f0db81b79c3e.zip
solved bug in xml
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibraryTest$1/mysql_a_o/hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibraryTest$1/mysql_a_o/hibernate.hbm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibraryTest$1/mysql_a_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibraryTest$1/mysql_a_o/hibernate.hbm.xml
index f9f0f6a12..86c2039ce 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibraryTest$1/mysql_a_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibraryTest$1/mysql_a_o/hibernate.hbm.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
-<!-- Generated by Elver Store tools on Mon Sep 04 17:50:53 CEST 2006 -->
+<!-- Generated by Elver Store tools on Wed Sep 06 08:20:29 CEST 2006 -->
<hibernate-mapping>
<class entity-name="Book" abstract="false" lazy="false" discriminator-value="Book" table="`book`">
<id type="long" name="e_id" column="e_id">

Back to the top