Author: antoine
Date: Tue Feb 16 20:11:07 2010
New Revision: 910672
URL: http://svn.apache.org/viewvc?rev=910672&view=rev
Log:
we are not using cvs any more either
Modified:
ant/core/trunk/docs/ant_task_guidelines.html
Modified: ant/core/trunk/docs/ant_task_guidelines.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/ant_task_guidelines.html?rev=910672&r1=910671&r2=910672&view=diff
==============================================================================
--- ant/core/trunk/docs/ant_task_guidelines.html (original)
+++ ant/core/trunk/docs/ant_task_guidelines.html Tue Feb 16 20:11:07 2010
@@ -418,8 +418,8 @@
Patches to existing files should be generated with
<code>svn diff filename</code>
and save the output to a file. If you want to get
-the changes made to multiple files in a directory , just use <code>cvs
-diff -u</code>. Then, Tar and GZip the patch file as well as any new files
+the changes made to multiple files in a directory , just use <code>svn
+diff</code>. Then, Tar and GZip the patch file as well as any new files
that you have added.
</ul>
<p>