[jboss-svn-commits] JBL Code SVN: r37932 - labs/jbossesb/trunk/product/install.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Mar 26 00:58:22 EDT 2012


Author: beve
Date: 2012-03-26 00:58:21 -0400 (Mon, 26 Mar 2012)
New Revision: 37932

Modified:
   labs/jbossesb/trunk/product/install/build.xml
Log:
JBESB-3760 "Deploying JBoss ESB to JBoss AS 6.1.0.Final fails from source distribution"


Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml	2012-03-25 22:51:09 UTC (rev 37931)
+++ labs/jbossesb/trunk/product/install/build.xml	2012-03-26 04:58:21 UTC (rev 37932)
@@ -518,7 +518,7 @@
 	<copy todir="${deploy.dir}/jbpm.esb"
 		file="${org.jboss.esb.dist}/install/as6-extras/jbpm/jbpm-identity-3.2.7.jar"/>
 	<copy todir="${deploy.dir}/jbpm.esb"
-                file="${org.jboss.esb.dist}/install/as6-extras/jbpm/jbpm-identity-config.jar"/>
+                file="${org.jboss.esb.dist.lib}/jbpm.esb/jbpm-identity-config.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