git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@347974 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -285,7 +285,7 @@ | |||||
| <p> | <p> | ||||
| If you aren't satisfied with just filing a bug report, you can | If you aren't satisfied with just filing a bug report, you can | ||||
| try to find the cause of the problem and provide a fix yourself. | try to find the cause of the problem and provide a fix yourself. | ||||
| The best way to do that is by working with the latest code from CVS. | |||||
| The best way to do that is by working with the latest code from Subversion. | |||||
| Alternatively, you can work with the source code available from the | Alternatively, you can work with the source code available from the | ||||
| <a href="http://ant.apache.org/srcdownload.cgi"> | <a href="http://ant.apache.org/srcdownload.cgi"> | ||||
| source distributions</a>. If you | source distributions</a>. If you | ||||
| @@ -305,12 +305,12 @@ | |||||
| to your message subject. Please include any relevant bug numbers. | to your message subject. Please include any relevant bug numbers. | ||||
| Patch files should be created with the <code>-u</code> | Patch files should be created with the <code>-u</code> | ||||
| option of the | option of the | ||||
| <code>diff</code> or <code>cvs diff</code> command. For | |||||
| <code>diff</code> or <code>svn diff</code> command. For | |||||
| example:<br /><br /> | example:<br /><br /> | ||||
| <font face="verdana" size="-1"> | <font face="verdana" size="-1"> | ||||
| diff -u Javac.java.orig Javac.java > javac.diffs<br /><br /> | diff -u Javac.java.orig Javac.java > javac.diffs<br /><br /> | ||||
| </font> | </font> | ||||
| or, if you have source from SVN:<br /><br /> | |||||
| or, if you have source from Subversion:<br /><br /> | |||||
| <font face="verdana" size="-1"> | <font face="verdana" size="-1"> | ||||
| svn diff Javac.java > javac.diffs<br /><br /> | svn diff Javac.java > javac.diffs<br /><br /> | ||||
| </font> | </font> | ||||
| @@ -126,7 +126,7 @@ | |||||
| <p> | <p> | ||||
| If you aren't satisfied with just filing a bug report, you can | If you aren't satisfied with just filing a bug report, you can | ||||
| try to find the cause of the problem and provide a fix yourself. | try to find the cause of the problem and provide a fix yourself. | ||||
| The best way to do that is by working with the latest code from CVS. | |||||
| The best way to do that is by working with the latest code from Subversion. | |||||
| Alternatively, you can work with the source code available from the | Alternatively, you can work with the source code available from the | ||||
| <a href="http://ant.apache.org/srcdownload.cgi"> | <a href="http://ant.apache.org/srcdownload.cgi"> | ||||
| source distributions</a>. If you | source distributions</a>. If you | ||||
| @@ -146,12 +146,12 @@ | |||||
| to your message subject. Please include any relevant bug numbers. | to your message subject. Please include any relevant bug numbers. | ||||
| Patch files should be created with the <code>-u</code> | Patch files should be created with the <code>-u</code> | ||||
| option of the | option of the | ||||
| <code>diff</code> or <code>cvs diff</code> command. For | |||||
| <code>diff</code> or <code>svn diff</code> command. For | |||||
| example:<br></br><br></br> | example:<br></br><br></br> | ||||
| <font face="verdana" size="-1"> | <font face="verdana" size="-1"> | ||||
| diff -u Javac.java.orig Javac.java > javac.diffs<br></br><br></br> | diff -u Javac.java.orig Javac.java > javac.diffs<br></br><br></br> | ||||
| </font> | </font> | ||||
| or, if you have source from SVN:<br></br><br></br> | |||||
| or, if you have source from Subversion:<br></br><br></br> | |||||
| <font face="verdana" size="-1"> | <font face="verdana" size="-1"> | ||||
| svn diff Javac.java > javac.diffs<br></br><br></br> | svn diff Javac.java > javac.diffs<br></br><br></br> | ||||
| </font> | </font> | ||||