[jboss-svn-commits] JBL Code SVN: r7531 - labs/jbossesb/trunk/product/samples/trailblazer2
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Nov 9 16:25:59 EST 2006
Author: daniel.brum at jboss.com
Date: 2006-11-09 16:25:58 -0500 (Thu, 09 Nov 2006)
New Revision: 7531
Modified:
labs/jbossesb/trunk/product/samples/trailblazer2/build.xml
Log:
Modified: labs/jbossesb/trunk/product/samples/trailblazer2/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/trailblazer2/build.xml 2006-11-09 21:24:09 UTC (rev 7530)
+++ labs/jbossesb/trunk/product/samples/trailblazer2/build.xml 2006-11-09 21:25:58 UTC (rev 7531)
@@ -19,9 +19,7 @@
@author Daniel Brum
-->
-<project name="TRAILBLAZER" default="org.jboss.esb.samples.trailblazer.esb.compile" basedir=".">
-
- <available file="${basedir}/jbossesb-properties.xml" property="danielsproperty"/>
+<project name="TRAILBLAZER" default="org.jboss.esb.samples.trailblazer.esb.compile" basedir=".">
<!-- UPDATE THIS WITH YOUR JBOSS_HOME AND SERVER -->
<property name="org.jboss.soa.samples.trailblazer.jboss_home" value="/home/dbrum/jboss-4.0.4"/>
@@ -167,8 +165,7 @@
<!-- arg2 = location of the esb config file which describes the listener configurations for a Message aware listener config -->
<!-- arg3 (if any) = location of the esb config file which describes the listener configurations for a NON-Message aware listener config (gateway)-->
<target name="runESB" depends="jar">
- <echo>Running ESB Trailblazer listeners</echo>
- <echo>danielsproperty= ${danielsproperty}</echo>
+ <echo>Running ESB Trailblazer listeners</echo>
<java fork="yes" classname="org.jboss.soa.esb.samples.trailblazer.util.Launcher" failonerror="true"
args="60 ${basedir}/esb/conf/loanbroker-esb.xml">
<classpath refid="org.jboss.esb.samples.trailblazer.esb.classpath"/>
More information about the jboss-svn-commits
mailing list