[jbpm-commits] JBoss JBPM SVN: r6642 - jbpm3/branches/jbpm-soa5.1-mavenise/modules/soa-distribution/post-patch.
do-not-reply at jboss.org
do-not-reply at jboss.org
Thu Sep 2 03:14:31 EDT 2010
Author: ryanzhang
Date: 2010-09-02 03:14:31 -0400 (Thu, 02 Sep 2010)
New Revision: 6642
Modified:
jbpm3/branches/jbpm-soa5.1-mavenise/modules/soa-distribution/post-patch/overlay_jbpm_jpdl_jar.xml
Log:
fix a typo in soa-distribution patch
Modified: jbpm3/branches/jbpm-soa5.1-mavenise/modules/soa-distribution/post-patch/overlay_jbpm_jpdl_jar.xml
===================================================================
--- jbpm3/branches/jbpm-soa5.1-mavenise/modules/soa-distribution/post-patch/overlay_jbpm_jpdl_jar.xml 2010-09-02 06:32:27 UTC (rev 6641)
+++ jbpm3/branches/jbpm-soa5.1-mavenise/modules/soa-distribution/post-patch/overlay_jbpm_jpdl_jar.xml 2010-09-02 07:14:31 UTC (rev 6642)
@@ -10,7 +10,7 @@
<!--Disable the logging service-->
<replace file="${jbpm_config}" token='<!-- Logging Service (begin) -->' value='<!-- Logging Service (begin) ===' />
- <replace file="${jbpm_config}" token='<!-- Logging Service (end) -->' value='=== Logging Service (begin) -->' />
+ <replace file="${jbpm_config}" token='<!-- Logging Service (end) -->' value='==== Logging Service (end) -->' />
<delete file="${module_work_dir}/jbpm-installed/lib/jbpm-jpdl.jar" />
<jar destfile="${module_work_dir}/jbpm-installed/lib/jbpm-jpdl.jar" basedir="${module_work_dir}/patch_jbpm_cfg/" />
More information about the jbpm-commits
mailing list