[jbpm-commits] JBoss JBPM SVN: r3305 - jbpm3/trunk/modules/core/scripts.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 10 02:18:34 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-12-10 02:18:34 -0500 (Wed, 10 Dec 2008)
New Revision: 3305

Modified:
   jbpm3/trunk/modules/core/scripts/antrun-jbpm-config.xml
Log:
echo hibernate.properties

Modified: jbpm3/trunk/modules/core/scripts/antrun-jbpm-config.xml
===================================================================
--- jbpm3/trunk/modules/core/scripts/antrun-jbpm-config.xml	2008-12-09 22:16:01 UTC (rev 3304)
+++ jbpm3/trunk/modules/core/scripts/antrun-jbpm-config.xml	2008-12-10 07:18:34 UTC (rev 3305)
@@ -100,6 +100,11 @@
     
     <echo message="Copy hibernate.cfg.${database}.xml to hibernate.cfg.xml" />
     <copy file="${project.build.directory}/classes/hibernate.cfg.${database}.xml" tofile="${project.build.directory}/classes/hibernate.cfg.xml"/>
+  	
+  	<loadfile property="hibernate.properties.xml" srcFile="${build.resources.directory}/hibernate.properties.${database}.xml"/>
+    <echo message="${hibernate.properties.xml}"/>
+    <echo/>
+
   </target>
   
 </project>
\ No newline at end of file




More information about the jbpm-commits mailing list