[jboss-svn-commits] JBL Code SVN: r5858 - labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 14 07:10:06 EDT 2006


Author: tfennelly
Date: 2006-08-14 07:10:04 -0400 (Mon, 14 Aug 2006)
New Revision: 5858

Modified:
   labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/build.xml
Log:
renamed the filefiler target

Modified: labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/build.xml
===================================================================
--- labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/build.xml	2006-08-14 11:02:11 UTC (rev 5857)
+++ labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/build.xml	2006-08-14 11:10:04 UTC (rev 5858)
@@ -182,13 +182,13 @@
 		<mkdir dir="${trail.runtime.dir}/outgoing/errorDir"/>
 		<mkdir dir="${trail.runtime.dir}/outgoing/inputDoneDir"/>
 		
-		<ant target="fileter-file">
+		<ant target="filter-file">
 			<property name="file" value="loanbroker.properties.template"/><property name="toFile" value="loanbroker.properties"/>
 		</ant>
-		<ant target="fileter-file">
+		<ant target="filter-file">
 			<property name="file" value="conf/LoanBrokerConfig.xml.template"/><property name="toFile" value="conf/LoanBrokerConfig.xml"/>
 		</ant>
-		<ant target="fileter-file">
+		<ant target="filter-file">
 			<property name="file" value="banks/bank.properties.template"/><property name="toFile" value="banks/bank.properties"/>
 		</ant>
 
@@ -200,7 +200,7 @@
 
 	</target>
 	
-	<target name="fileter-file">
+	<target name="filter-file">
 		 <copy file="${file}" tofile="${toFile}" overwrite="true">
 			<filterset>
 		    	<filter token="cwd.uri" value="${cwd.uri}"/>




More information about the jboss-svn-commits mailing list