Author: thomas.diesler(a)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
Show replies by date