[jbpm-commits] JBoss JBPM SVN: r2568 - in jbpm3/trunk/modules: enterprise/jar/scripts and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 21 09:41:47 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-10-21 09:41:46 -0400 (Tue, 21 Oct 2008)
New Revision: 2568

Added:
   jbpm3/trunk/modules/enterprise/jar/src/main/etc/hibernate.extra.hbm.xml
Removed:
   jbpm3/trunk/modules/enterprise/jar/src/test/resources/hibernate.extra.hbm.xml
Modified:
   jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
   jbpm3/trunk/modules/enterprise/jar/scripts/assembly-config.xml
Log:
Make hibernate.extra.hbm.xml part of the distribution

Modified: jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml	2008-10-21 13:03:44 UTC (rev 2567)
+++ jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml	2008-10-21 13:41:46 UTC (rev 2568)
@@ -165,6 +165,7 @@
       <fileset dir="@{deploy.artifacts.dir}/resources/jbpm-enterprise-config" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
         override="true">
         <include name="jbpm.cfg.xml" />
+        <include name="hibernate.extra.hbm.xml" />
       </fileset>
       <file src="@{deploy.artifacts.dir}/lib/jbpm-identity-service.zip" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
         unpack="true" override="true" />

Modified: jbpm3/trunk/modules/enterprise/jar/scripts/assembly-config.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/scripts/assembly-config.xml	2008-10-21 13:03:44 UTC (rev 2567)
+++ jbpm3/trunk/modules/enterprise/jar/scripts/assembly-config.xml	2008-10-21 13:41:46 UTC (rev 2568)
@@ -11,6 +11,7 @@
       <outputDirectory>/</outputDirectory>
       <includes>
         <include>jbpm.cfg.xml</include>
+        <include>hibernate.extra.hbm.xml</include>
       </includes>
     </fileSet>
   </fileSets>

Added: jbpm3/trunk/modules/enterprise/jar/src/main/etc/hibernate.extra.hbm.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/src/main/etc/hibernate.extra.hbm.xml	                        (rev 0)
+++ jbpm3/trunk/modules/enterprise/jar/src/main/etc/hibernate.extra.hbm.xml	2008-10-21 13:41:46 UTC (rev 2568)
@@ -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>


Property changes on: jbpm3/trunk/modules/enterprise/jar/src/main/etc/hibernate.extra.hbm.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Deleted: jbpm3/trunk/modules/enterprise/jar/src/test/resources/hibernate.extra.hbm.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/src/test/resources/hibernate.extra.hbm.xml	2008-10-21 13:03:44 UTC (rev 2567)
+++ jbpm3/trunk/modules/enterprise/jar/src/test/resources/hibernate.extra.hbm.xml	2008-10-21 13:41:46 UTC (rev 2568)
@@ -1,13 +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>
-
-   <!-- ################################################## -->
-   <!-- # Additional mappings defined per module go here # -->
-   <!-- ################################################## -->
-  
-</hibernate-mapping>




More information about the jbpm-commits mailing list