Author: jkf
Date: Fri Oct  2 05:46:42 2009
New Revision: 820893

URL: http://svn.apache.org/viewvc?rev=820893&view=rev
Log:
47929 inconsistency between source and src in example and explanation

Modified:
    ant/core/trunk/docs/manual/CoreTasks/replace.html

Modified: ant/core/trunk/docs/manual/CoreTasks/replace.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/replace.html?rev=820893&r1=820892&r2=820893&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/replace.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/replace.html Fri Oct  2 05:46:42 2009
@@ -217,7 +217,7 @@
 <replace 
     file="configure.sh"
     value="defaultvalue"
-    propertyFile="source/name.properties">
+    propertyFile="src/name.properties">
   <replacefilter 
     token="@token1@"/>
   <replacefilter 


Reply via email to