[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='&lt;!-- Logging Service (begin) --&gt;' value='&lt;!-- Logging Service (begin) ==='  />
-      <replace file="${jbpm_config}" token='&lt;!-- Logging Service (end) --&gt;' value='=== Logging Service (begin) --&gt;'  />
+      <replace file="${jbpm_config}" token='&lt;!-- Logging Service (end) --&gt;' value='==== Logging Service (end) --&gt;'  />
 
       <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