[jbpm-commits] JBoss JBPM SVN: r6353 - jbpm4/trunk/modules/distro/src/main/files/install.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun May 16 05:25:12 EDT 2010


Author: rebody
Date: 2010-05-16 05:25:12 -0400 (Sun, 16 May 2010)
New Revision: 6353

Modified:
   jbpm4/trunk/modules/distro/src/main/files/install/build.xml
Log:
JBPM-2846 change tomcat from v6.0.20 to v6.0.26

Modified: jbpm4/trunk/modules/distro/src/main/files/install/build.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/files/install/build.xml	2010-05-16 02:49:49 UTC (rev 6352)
+++ jbpm4/trunk/modules/distro/src/main/files/install/build.xml	2010-05-16 09:25:12 UTC (rev 6353)
@@ -28,7 +28,7 @@
 
   <property name="examples.file" value="${jbpm.home}/examples/target/examples.jar" />
 
-  <property name="tomcat.version" value="6.0.20" />
+  <property name="tomcat.version" value="6.0.26" />
   <property name="tomcat.parent.dir" value="${jbpm.home}" />
   <property name="tomcat.home" value="${tomcat.parent.dir}/apache-tomcat-${tomcat.version}" />
   <property name="tomcat.filename" value="apache-tomcat-${tomcat.version}.zip" />
@@ -313,7 +313,7 @@
           tofile="${jboss.server.config.dir}/deploy/jbpm/jbpm-service.sar/jbpm.hibernate.cfg.xml"
           overwrite="true" />
 
-    <!-- copy the right datasource configuration file and replace the jdbc properties with 
+    <!-- copy the right datasource configuration file and replace the jdbc properties with
          the values in the jdbc/${database}.properties file -->
     <copy todir="${jboss.server.config.dir}/deploy/jbpm" overwrite="true">
       <filterset filtersfile="${jdbc.properties.dir}/${database}.properties" />



More information about the jbpm-commits mailing list