[jbpm-commits] JBoss JBPM SVN: r2566 - jbpm3/trunk/modules/identity/src/main/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 21 08:43:41 EDT 2008


Author: tom.baeyens at jboss.com
Date: 2008-10-21 08:43:40 -0400 (Tue, 21 Oct 2008)
New Revision: 2566

Added:
   jbpm3/trunk/modules/identity/src/main/resources/hibernate.extra.hbm.xml
Log:
added missing hibernate.extra.hbm.xml

Added: jbpm3/trunk/modules/identity/src/main/resources/hibernate.extra.hbm.xml
===================================================================
--- jbpm3/trunk/modules/identity/src/main/resources/hibernate.extra.hbm.xml	                        (rev 0)
+++ jbpm3/trunk/modules/identity/src/main/resources/hibernate.extra.hbm.xml	2008-10-21 12:43:40 UTC (rev 2566)
@@ -0,0 +1,13 @@
+<?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>
+
+   <!-- ################################################## -->
+   <!-- # Additional mappings defined per module go here # -->
+   <!-- ################################################## -->
+  
+</hibernate-mapping>




More information about the jbpm-commits mailing list