Author: alex.guizar(a)jboss.com
Date: 2008-10-30 04:30:16 -0400 (Thu, 30 Oct 2008)
New Revision: 2666
Modified:
jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
Log:
postgresql driver was inadvertently left out of the installer
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-30
06:31:54 UTC (rev 2665)
+++
jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml 2008-10-30
08:30:16 UTC (rev 2666)
@@ -221,7 +221,7 @@
<description>The PostgreSQL Database</description>
<fileset dir="(a){deploy.artifacts.dir}/lib"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar"
override="true">
- <include name="postgresql-jdbc3.jar" />
+ <include name="postgresql.jar" />
</fileset>
<file src="(a){resources.dir}/database/jbpm-postgresql-ds.xml"
targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" />
<singlefile
src="(a){deploy.artifacts.dir}/resources/jbpm-core-config/hibernate.cfg.postgresql.xml"
target="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml"
/>
Show replies by date