[jboss-svn-commits] JBL Code SVN: r26716 - labs/jbossesb/workspace/dbevenius/jbossas5/product/install.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon May 25 06:56:13 EDT 2009


Author: beve
Date: 2009-05-25 06:56:12 -0400 (Mon, 25 May 2009)
New Revision: 26716

Modified:
   labs/jbossesb/workspace/dbevenius/jbossas5/product/install/build.xml
Log:
Updated the bindings file location for AS5 as it's directory location has changed.


Modified: labs/jbossesb/workspace/dbevenius/jbossas5/product/install/build.xml
===================================================================
--- labs/jbossesb/workspace/dbevenius/jbossas5/product/install/build.xml	2009-05-25 07:59:42 UTC (rev 26715)
+++ labs/jbossesb/workspace/dbevenius/jbossas5/product/install/build.xml	2009-05-25 10:56:12 UTC (rev 26716)
@@ -453,7 +453,7 @@
 	</target>
 
 	<target name="init.bindings.props" depends="check.deploy.props, dependencies">
-		<condition property="bindings.dir" value="${org.jboss.esb.server.home}/docs/examples/binding-manager" else="${conf.dir}">
+		<condition property="bindings.dir" value="${org.jboss.esb.server.home}/docs/examples/binding-manager" else="${conf.dir}/bindingservice.beans/META-INF">
             <available file="${org.jboss.esb.server.home}/docs/examples/binding-manager"/>
 		</condition>
    




More information about the jboss-svn-commits mailing list