[jboss-svn-commits] JBL Code SVN: r38029 - in labs/jbossesb/branches/JBESB_4_11_CP/product: lib/ext and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Apr 18 01:27:11 EDT 2012
Author: tcunning
Date: 2012-04-18 01:27:09 -0400 (Wed, 18 Apr 2012)
New Revision: 38029
Modified:
labs/jbossesb/branches/JBESB_4_11_CP/product/install/build.xml
labs/jbossesb/branches/JBESB_4_11_CP/product/lib/ext/jbpm-human-task-5.3.0.BRMS-ER6.war
Log:
JBESB-3784
Make sure human task WAR is uncompressed and make sure that our altered
version of the human task WAR does not contain invalid signatures.
Modified: labs/jbossesb/branches/JBESB_4_11_CP/product/install/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_11_CP/product/install/build.xml 2012-04-18 04:59:17 UTC (rev 38028)
+++ labs/jbossesb/branches/JBESB_4_11_CP/product/install/build.xml 2012-04-18 05:27:09 UTC (rev 38029)
@@ -418,8 +418,10 @@
<copy todir="${deploy.dir}"
file="${org.jboss.esb.dist.lib}/juddiv3.war"/>
- <copy tofile="${deploy.dir}/jbpm-human-task.war"
- file="${org.jboss.esb.dist.lib}/jbpm-human-task-5.3.0.BRMS-ER6.war"/>
+ <!-- Set up human task WAR -->
+ <mkdir dir="${deploy.dir}/jbpm-human-task.war"/>
+ <unzip src="${org.jboss.esb.dist.lib}/jbpm-human-task-5.3.0.BRMS-ER6.war"
+ dest="${deploy.dir}/jbpm-human-task.war"/>
<copy todir="${deploy.dir}"
file="${basedir}/task-ds.xml"/>
Modified: labs/jbossesb/branches/JBESB_4_11_CP/product/lib/ext/jbpm-human-task-5.3.0.BRMS-ER6.war
===================================================================
(Binary files differ)
More information about the jboss-svn-commits
mailing list