[jboss-svn-commits] JBL Code SVN: r37024 - labs/jbossesb/workspace/tcunning/as6/product/install.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu May 19 15:23:40 EDT 2011
Author: tcunning
Date: 2011-05-19 15:23:40 -0400 (Thu, 19 May 2011)
New Revision: 37024
Modified:
labs/jbossesb/workspace/tcunning/as6/product/install/build.xml
Log:
JBESB-2760
Fix installation of jbpm JAR into AS6 deployments.
Modified: labs/jbossesb/workspace/tcunning/as6/product/install/build.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/as6/product/install/build.xml 2011-05-19 13:55:40 UTC (rev 37023)
+++ labs/jbossesb/workspace/tcunning/as6/product/install/build.xml 2011-05-19 19:23:40 UTC (rev 37024)
@@ -439,7 +439,7 @@
built against hibernate-3.6.0 -->
<delete file="${deploy.dir}/jbpm.esb/jbpm-identity.jar"/>
<copy todir="${deploy.dir}/jbpm.esb"
- file="as6-extras/jbpm/jbpm-identity-3.2.7.jar"/>
+ file="${org.jboss.esb.dist}/install/as6-extras/jbpm/jbpm-identity-3.2.7.jar"/>
<!-- Need to copy the velocity JAR into the ws deployer -->
<copy todir="${deployers.dir}/jbossws.deployer"
More information about the jboss-svn-commits
mailing list