[jbpm-commits] JBoss JBPM SVN: r2666 - jbpm3/trunk/modules/distribution/src/main/resources/installer.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 30 04:30:16 EDT 2008


Author: alex.guizar at 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="@{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="@{resources.dir}/database/jbpm-postgresql-ds.xml" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" />
       <singlefile src="@{deploy.artifacts.dir}/resources/jbpm-core-config/hibernate.cfg.postgresql.xml" target="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml" />




More information about the jbpm-commits mailing list