[jboss-svn-commits] JBL Code SVN: r26363 - in labs/jbossesb/workspace/dbevenius/jbossas5/product: install and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon May 4 09:38:07 EDT 2009


Author: beve
Date: 2009-05-04 09:38:07 -0400 (Mon, 04 May 2009)
New Revision: 26363

Modified:
   labs/jbossesb/workspace/dbevenius/jbossas5/product/esb-config.xml
   labs/jbossesb/workspace/dbevenius/jbossas5/product/install/build.xml
Log:
Removed some debugging statements from the ant files.
Since we are targeting a AS branch this is somewhat a moving target. The bindings.xml file has been changed and the ant configuration files updated to reflect this.


Modified: labs/jbossesb/workspace/dbevenius/jbossas5/product/esb-config.xml
===================================================================
--- labs/jbossesb/workspace/dbevenius/jbossas5/product/esb-config.xml	2009-05-04 11:44:47 UTC (rev 26362)
+++ labs/jbossesb/workspace/dbevenius/jbossas5/product/esb-config.xml	2009-05-04 13:38:07 UTC (rev 26363)
@@ -98,7 +98,6 @@
                 <format property="shutdown.time" pattern="yyyy-MM-dd HH:mm:ss z"/>
             </tstamp>
             <echo message="${shutdown.time}: waiting for ESB server to stop, checking file @{serverHome}/server/@{serverConfig}/log/server.log ..."/>
-            <echo message="BEVE shutDownString :@{shutDownString}: "/>
             <waitfor maxwait="@{seconds}" maxwaitunit="second" checkevery="5" checkeveryunit="second" timeoutproperty="shutdown.timeout">
             	<isfileselected file="@{serverHome}/server/@{serverConfig}/log/server.log">
                     <contains text="@{shutDownString}"/>
@@ -192,9 +191,6 @@
 
     <target name="esb.init" depends="esb.init-app-server, esb.init-esb-server, esb.init-ftp-server"
     	 description="target for initialising properties">
-		<echo message="${java.home}"/>
-		<echo message="${org.jboss.esb.server.home}/bin/run.jar"/>
-		<echo message="${org.jboss.esb.server.home}/lib/endorsed"/>
     	<path id="server.classpath">
         	<pathelement location="${java.home}/lib/tools.jar"/>
             <pathelement location="${org.jboss.esb.server.home}/bin/run.jar"/>

Modified: labs/jbossesb/workspace/dbevenius/jbossas5/product/install/build.xml
===================================================================
--- labs/jbossesb/workspace/dbevenius/jbossas5/product/install/build.xml	2009-05-04 11:44:47 UTC (rev 26362)
+++ labs/jbossesb/workspace/dbevenius/jbossas5/product/install/build.xml	2009-05-04 13:38:07 UTC (rev 26363)
@@ -456,7 +456,7 @@
             <available file="${org.jboss.esb.server.home}/docs/examples/binding-manager"/>
 		</condition>
    
-		<condition property="bindings.location" value="${bindings.dir}/sample-bindings.xml" else="${bindings.dir}/bootstrap/bindings.xml">
+		<condition property="bindings.location" value="${bindings.dir}/sample-bindings.xml" else="${bindings.dir}/bindings-jboss-beans.xml">
 			<available file="${org.jboss.esb.server.home}/docs/examples/binding-manager"/>
 		</condition> 
 




More information about the jboss-svn-commits mailing list