git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@385999 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -692,18 +692,18 @@ | |||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| <h4 class="subsection"> | <h4 class="subsection"> | ||||
| <a name="Ant Pretty Build"></a> | |||||
| Ant Pretty Build | |||||
| <a name="AntPrettyBuild"></a> | |||||
| AntPrettyBuild | |||||
| </h4> | </h4> | ||||
| <p>Ant Pretty Build is a tool to easily show and run Ant | |||||
| buildfiles directly from within a browser window. It consists | |||||
| of a single XSL file that will generate, on the fly, in the | |||||
| browser, from the .xml buildfile, a pretty interface showing | |||||
| project name, description, properties and targets, etc. sorted | |||||
| or unsorted, allowing to modify/add properties, run the whole | |||||
| project, or run selected set of targets in a specific order, | |||||
| with the ability to modify logger/logfile, mode and add more | |||||
| libs or command line arguments.</p> | |||||
| <p> | |||||
| Ant Pretty Build is a tool to easily show and run Ant buildfiles directly from | |||||
| within a browser window. It consists of a single XSL file that will generate, | |||||
| on the fly, in the browser, from the .xml buildfile, a pretty interface showing | |||||
| project name, description, properties and targets, etc. sorted or unsorted, | |||||
| allowing to load/modify/add properties, run the whole project, or run selected | |||||
| set of targets in a specific order, with the ability to modify logger/logfile, | |||||
| mode and add more libs or command line arguments. | |||||
| </p> | |||||
| <table class="externals" cellspacing="1" cellpadding="4"> | <table class="externals" cellspacing="1" cellpadding="4"> | ||||
| <tr> | <tr> | ||||
| <th colspan="1" rowspan="1" | <th colspan="1" rowspan="1" | ||||
| @@ -722,7 +722,7 @@ | |||||
| </th> | </th> | ||||
| <td colspan="1" rowspan="1" | <td colspan="1" rowspan="1" | ||||
| valign="top" align="left"> | valign="top" align="left"> | ||||
| <a href="http://antprettybuild.free.fr/">http://antprettybuild.free.fr/</a> | |||||
| <a href="http://antprettybuild.sourceforge.net/">Ant Pretty Build Homepage</a> | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| @@ -732,7 +732,7 @@ | |||||
| </th> | </th> | ||||
| <td colspan="1" rowspan="1" | <td colspan="1" rowspan="1" | ||||
| valign="top" align="left"> | valign="top" align="left"> | ||||
| <a href="http://antprettybuild.free.fr/">Charbel BITAR (Project's Contact Page)</a> | |||||
| <a href="http://antprettybuild.sourceforge.net">Charbel BITAR</a> | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| @@ -742,7 +742,7 @@ | |||||
| </th> | </th> | ||||
| <td colspan="1" rowspan="1" | <td colspan="1" rowspan="1" | ||||
| valign="top" align="left"> | valign="top" align="left"> | ||||
| Apache Software License 2.0 | |||||
| Apache License V2.0 | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -429,9 +429,9 @@ | |||||
| to render the HTML version from the original XML file.</p> | to render the HTML version from the original XML file.</p> | ||||
| <p>The Velocity stylesheets used to process the XML files can | <p>The Velocity stylesheets used to process the XML files can | ||||
| be found in the <code>xdocs/stylesheets</code> subdirectory of | be found in the <code>xdocs/stylesheets</code> subdirectory of | ||||
| Ant's CVS repository - the build file | |||||
| <code>docs.xml</code> at the top level of the ant CVS | |||||
| module is used to drive Anakia.</p> | |||||
| Ant's SVN repository - the build file | |||||
| <code>docs.xml</code> at the top level of the ant SVN | |||||
| module (trunk) is used to drive Anakia.</p> | |||||
| <p>This file assumes that you have the | <p>This file assumes that you have the | ||||
| <code>jakarta-site2</code> CVS module checked out as well, but | <code>jakarta-site2</code> CVS module checked out as well, but | ||||
| if you follow the instruction from Anakia's homepage, you | if you follow the instruction from Anakia's homepage, you | ||||
| @@ -729,11 +729,11 @@ Apache Ant version 1.6.2 compiled on July 16 2004 | |||||
| <li>a License: entry containing the type of license for the | <li>a License: entry containing the type of license for the | ||||
| tool/task</li> | tool/task</li> | ||||
| </ul> | </ul> | ||||
| <p>The preferred format for this information is a patch to <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/external.xml">this</a> | |||||
| <p>The preferred format for this information is a patch to <a href="http://svn.apache.org/repos/asf/ant/core/trunk/xdocs/external.xml">this</a> | |||||
| document.</p> | document.</p> | ||||
| <p>If you have written something bigger than a 'simple plugin' to Ant it | <p>If you have written something bigger than a 'simple plugin' to Ant it | ||||
| may be better to add the link to <a href="projects.html">projects.html</a>. | may be better to add the link to <a href="projects.html">projects.html</a>. | ||||
| The procedure to add it is the same. The file to patch is <a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/projects.xml">this</a> | |||||
| The procedure to add it is the same. The file to patch is <a href="http://svn.apache.org/repos/asf/ant/core/trunk/xdocs/projects.xml">this</a> | |||||
| document. The syntax of that file is the same.</p> | document. The syntax of that file is the same.</p> | ||||
| <p class="faq"> | <p class="faq"> | ||||
| <a name="create-extensions"></a> | <a name="create-extensions"></a> | ||||
| @@ -1443,7 +1443,7 @@ while(<STDIN>) { | |||||
| <pre class="code"> | <pre class="code"> | ||||
| ant -logger org.apache.tools.ant.listener.MailLogger | ant -logger org.apache.tools.ant.listener.MailLogger | ||||
| </pre> | </pre> | ||||
| <p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/ant/docs/manual/listeners.html?content-type=text/html">Listeners | |||||
| <p>See the <a href="http://svn.apache.org/repos/asf/ant/core/trunk/docs/manual/listeners.html">Listeners | |||||
| & Loggers</a> documentation for details on the properties | & Loggers</a> documentation for details on the properties | ||||
| required.</p> | required.</p> | ||||
| <p>For older versions of Ant, you can use a custom | <p>For older versions of Ant, you can use a custom | ||||
| @@ -1660,6 +1660,9 @@ mv /tmp/foo $ANT_HOME/bin/antRun | |||||
| <code><style></code> it is the implementation of the | <code><style></code> it is the implementation of the | ||||
| <code>org.apache.tools.ant.taskdefs.XSLTLiaison</code> | <code>org.apache.tools.ant.taskdefs.XSLTLiaison</code> | ||||
| class.</p> | class.</p> | ||||
| <p><em>As of Ant 1.7</em> <code><junit></code> no longer | |||||
| requires you to have <code>junit.jar</code> in Ant's startup | |||||
| classpath even if <code>ant-junit.jar</code> is present there.</p> | |||||
| <p>Ant's class loader implementation uses Java's | <p>Ant's class loader implementation uses Java's | ||||
| delegation model, see <a href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/ClassLoader.html">http://java.sun.com/products/jdk/1.2/docs/api/java/lang/ClassLoader.html</a> | delegation model, see <a href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/ClassLoader.html">http://java.sun.com/products/jdk/1.2/docs/api/java/lang/ClassLoader.html</a> | ||||
| the paragraph</p> | the paragraph</p> | ||||
| @@ -170,7 +170,7 @@ | |||||
| Downloading Ant | Downloading Ant | ||||
| </h3> | </h3> | ||||
| <p>Use the links below to download a source distribution of Ant from | <p>Use the links below to download a source distribution of Ant from | ||||
| one of our mirrors. It is good practice to | |||||
| one of our mirrors. It is good practice to | |||||
| <a href="[location]#Verify Releases">verify the integrity</a> | <a href="[location]#Verify Releases">verify the integrity</a> | ||||
| of the distribution files, especially if you are using one of our | of the distribution files, especially if you are using one of our | ||||
| mirror sites. In order to do this you must use the signatures from | mirror sites. In order to do this you must use the signatures from | ||||
| @@ -197,7 +197,7 @@ the mirrors list) that should be available.</p> | |||||
| Other mirrors: <select name="Preferred"> | Other mirrors: <select name="Preferred"> | ||||
| [if-any http] | [if-any http] | ||||
| [for http]<option value="[http]">[http]</option>[end] | [for http]<option value="[http]">[http]</option>[end] | ||||
| [end] | |||||
| [end] | |||||
| [if-any ftp] | [if-any ftp] | ||||
| [for ftp]<option value="[ftp]">[ftp]</option>[end] | [for ftp]<option value="[ftp]">[ftp]</option>[end] | ||||
| [end] | [end] | ||||
| @@ -205,7 +205,7 @@ Other mirrors: <select name="Preferred"> | |||||
| [for backup]<option value="[backup]">[backup] (backup)</option>[end] | [for backup]<option value="[backup]">[backup] (backup)</option>[end] | ||||
| [end] | [end] | ||||
| </select> | </select> | ||||
| <input type="submit" value="Change" /> | |||||
| <input type="submit" value="Change" /> | |||||
| </form> | </form> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name="Current Release of Ant"></a> | <a name="Current Release of Ant"></a> | ||||
| @@ -225,19 +225,19 @@ may not be available on all mirrors for a few days.</div> | |||||
| require gnu tar to do the extraction.</div> | require gnu tar to do the extraction.</div> | ||||
| </div> | </div> | ||||
| <ul> | <ul> | ||||
| <li><code>.zip</code> archive: | |||||
| <li><code>.zip</code> archive: | |||||
| <a href="[preferred]/ant/source/apache-ant-1.6.5-src.zip">apache-ant-1.6.5-src.zip</a> | <a href="[preferred]/ant/source/apache-ant-1.6.5-src.zip">apache-ant-1.6.5-src.zip</a> | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.asc">PGP</a>] | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.asc">PGP</a>] | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.sha1">SHA1</a>] | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.sha1">SHA1</a>] | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.md5">MD5</a>]</li> | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.md5">MD5</a>]</li> | ||||
| <li><code>.tar.gz</code> archive: | |||||
| <li><code>.tar.gz</code> archive: | |||||
| <a href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.gz">apache-ant-1.6.5-src.tar.gz</a> | <a href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.gz">apache-ant-1.6.5-src.tar.gz</a> | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.asc">PGP</a>] | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.asc">PGP</a>] | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.sha1">SHA1</a>] | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.sha1">SHA1</a>] | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.md5">MD5</a>]</li> | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.md5">MD5</a>]</li> | ||||
| <li><code>.tar.bz2</code> archive: | |||||
| <li><code>.tar.bz2</code> archive: | |||||
| <a href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.bz2">apache-ant-1.6.5-src.tar.bz2</a> | <a href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.bz2">apache-ant-1.6.5-src.tar.bz2</a> | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.asc">PGP</a>] | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.asc">PGP</a>] | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.sha1">SHA1</a>] | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.sha1">SHA1</a>] | ||||
| @@ -248,7 +248,7 @@ may not be available on all mirrors for a few days.</div> | |||||
| Nightly Builds | Nightly Builds | ||||
| </h3> | </h3> | ||||
| <p>Are currently not available, we hope to restore that service soon.</p> | <p>Are currently not available, we hope to restore that service soon.</p> | ||||
| <p>If you want to build Ant from sources, you can use a <a href="http://cvs.apache.org/snapshots/ant/">CVS snapshot</a>.</p> | |||||
| <p>If you want to build Ant from sources, you can use a <a href="http://svn.apache.org/snapshots/ant/">SVN snapshot</a>.</p> | |||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name="Old Ant Releases"></a> | <a name="Old Ant Releases"></a> | ||||
| Old Ant Releases | Old Ant Releases | ||||
| @@ -193,8 +193,8 @@ svn co http://svn.apache.org/repos/asf/ant/[project]/trunk/ ant-[project]</pre> | |||||
| </ul> | </ul> | ||||
| <p>If you are not familiar with Subversion, <a href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's | <p>If you are not familiar with Subversion, <a href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's | ||||
| source repositories page</a> may hold many helpful hints.</p> | source repositories page</a> may hold many helpful hints.</p> | ||||
| <p>Nightly snapshots of the SVN tree are available at | |||||
| <a href="http://cvs.apache.org/snapshots/ant/">http://cvs.apache.org/snapshots/ant/</a>.</p> | |||||
| <p>Nightly snapshots of the SVN tree are available at | |||||
| <a href="http://svn.apache.org/snapshots/ant/">http://svn.apache.org/snapshots/ant/</a>.</p> | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| @@ -57,9 +57,9 @@ | |||||
| <p>The Velocity stylesheets used to process the XML files can | <p>The Velocity stylesheets used to process the XML files can | ||||
| be found in the <code>xdocs/stylesheets</code> subdirectory of | be found in the <code>xdocs/stylesheets</code> subdirectory of | ||||
| Ant's CVS repository - the build file | |||||
| <code>docs.xml</code> at the top level of the ant CVS | |||||
| module is used to drive Anakia.</p> | |||||
| Ant's SVN repository - the build file | |||||
| <code>docs.xml</code> at the top level of the ant SVN | |||||
| module (trunk) is used to drive Anakia.</p> | |||||
| <p>This file assumes that you have the | <p>This file assumes that you have the | ||||
| <code>jakarta-site2</code> CVS module checked out as well, but | <code>jakarta-site2</code> CVS module checked out as well, but | ||||
| @@ -310,13 +310,13 @@ Apache Ant version 1.6.2 compiled on July 16 2004 | |||||
| </ul> | </ul> | ||||
| <p>The preferred format for this information is a patch to <a | <p>The preferred format for this information is a patch to <a | ||||
| href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/external.xml">this</a> | |||||
| href="http://svn.apache.org/repos/asf/ant/core/trunk/xdocs/external.xml">this</a> | |||||
| document.</p> | document.</p> | ||||
| <p>If you have written something bigger than a 'simple plugin' to Ant it | <p>If you have written something bigger than a 'simple plugin' to Ant it | ||||
| may be better to add the link to <a href="projects.html">projects.html</a>. | may be better to add the link to <a href="projects.html">projects.html</a>. | ||||
| The procedure to add it is the same. The file to patch is <a | The procedure to add it is the same. The file to patch is <a | ||||
| href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/projects.xml">this</a> | |||||
| href="http://svn.apache.org/repos/asf/ant/core/trunk/xdocs/projects.xml">this</a> | |||||
| document. The syntax of that file is the same.</p> | document. The syntax of that file is the same.</p> | ||||
| </answer> | </answer> | ||||
| @@ -1138,7 +1138,7 @@ while(<STDIN>) { | |||||
| ant -logger org.apache.tools.ant.listener.MailLogger | ant -logger org.apache.tools.ant.listener.MailLogger | ||||
| ]]></source> | ]]></source> | ||||
| <p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/ant/docs/manual/listeners.html?content-type=text/html">Listeners | |||||
| <p>See the <a href="http://svn.apache.org/repos/asf/ant/core/trunk/docs/manual/listeners.html">Listeners | |||||
| & Loggers</a> documentation for details on the properties | & Loggers</a> documentation for details on the properties | ||||
| required.</p> | required.</p> | ||||
| @@ -1780,4 +1780,4 @@ mv /tmp/foo $ANT_HOME/bin/antRun | |||||
| </faq> | </faq> | ||||
| </faqsection> | </faqsection> | ||||
| </document> | |||||
| </document> | |||||
| @@ -1,6 +1,6 @@ | |||||
| <?xml version="1.0"?> | <?xml version="1.0"?> | ||||
| <!-- | <!-- | ||||
| Copyright 2001-2005 The Apache Software Foundation | |||||
| Copyright 2001-2006 The Apache Software Foundation | |||||
| Licensed under the Apache License, Version 2.0 (the "License"); | Licensed under the Apache License, Version 2.0 (the "License"); | ||||
| you may not use this file except in compliance with the License. | you may not use this file except in compliance with the License. | ||||
| @@ -26,7 +26,7 @@ | |||||
| <section name="Downloading Ant"> | <section name="Downloading Ant"> | ||||
| <p>Use the links below to download a source distribution of Ant from | <p>Use the links below to download a source distribution of Ant from | ||||
| one of our mirrors. It is good practice to | |||||
| one of our mirrors. It is good practice to | |||||
| <a href="[location]#Verify Releases">verify the integrity</a> | <a href="[location]#Verify Releases">verify the integrity</a> | ||||
| of the distribution files, especially if you are using one of our | of the distribution files, especially if you are using one of our | ||||
| mirror sites. In order to do this you must use the signatures from | mirror sites. In order to do this you must use the signatures from | ||||
| @@ -57,7 +57,7 @@ the mirrors list) that should be available.</p> | |||||
| Other mirrors: <select name="Preferred"> | Other mirrors: <select name="Preferred"> | ||||
| [if-any http] | [if-any http] | ||||
| [for http]<option value="[http]">[http]</option>[end] | [for http]<option value="[http]">[http]</option>[end] | ||||
| [end] | |||||
| [end] | |||||
| [if-any ftp] | [if-any ftp] | ||||
| [for ftp]<option value="[ftp]">[ftp]</option>[end] | [for ftp]<option value="[ftp]">[ftp]</option>[end] | ||||
| [end] | [end] | ||||
| @@ -65,7 +65,7 @@ Other mirrors: <select name="Preferred"> | |||||
| [for backup]<option value="[backup]">[backup] (backup)</option>[end] | [for backup]<option value="[backup]">[backup] (backup)</option>[end] | ||||
| [end] | [end] | ||||
| </select> | </select> | ||||
| <input type="submit" value="Change" /> | |||||
| <input type="submit" value="Change" /> | |||||
| </form> | </form> | ||||
| </section> | </section> | ||||
| @@ -87,19 +87,19 @@ may not be available on all mirrors for a few days.</div> | |||||
| </div> | </div> | ||||
| <ul> | <ul> | ||||
| <li><code>.zip</code> archive: | |||||
| <li><code>.zip</code> archive: | |||||
| <a href="[preferred]/ant/source/apache-ant-1.6.5-src.zip">apache-ant-1.6.5-src.zip</a> | <a href="[preferred]/ant/source/apache-ant-1.6.5-src.zip">apache-ant-1.6.5-src.zip</a> | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.asc">PGP</a>] | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.asc">PGP</a>] | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.sha1">SHA1</a>] | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.sha1">SHA1</a>] | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.md5">MD5</a>]</li> | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.md5">MD5</a>]</li> | ||||
| <li><code>.tar.gz</code> archive: | |||||
| <li><code>.tar.gz</code> archive: | |||||
| <a href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.gz">apache-ant-1.6.5-src.tar.gz</a> | <a href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.gz">apache-ant-1.6.5-src.tar.gz</a> | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.asc">PGP</a>] | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.asc">PGP</a>] | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.sha1">SHA1</a>] | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.sha1">SHA1</a>] | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.md5">MD5</a>]</li> | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.md5">MD5</a>]</li> | ||||
| <li><code>.tar.bz2</code> archive: | |||||
| <li><code>.tar.bz2</code> archive: | |||||
| <a href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.bz2">apache-ant-1.6.5-src.tar.bz2</a> | <a href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.bz2">apache-ant-1.6.5-src.tar.bz2</a> | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.asc">PGP</a>] | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.asc">PGP</a>] | ||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.sha1">SHA1</a>] | [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.sha1">SHA1</a>] | ||||
| @@ -116,7 +116,7 @@ may not be available on all mirrors for a few days.</div> | |||||
| </p--> | </p--> | ||||
| <p>If you want to build Ant from sources, you can use a <a | <p>If you want to build Ant from sources, you can use a <a | ||||
| href="http://cvs.apache.org/snapshots/ant/">CVS snapshot</a>.</p> | |||||
| href="http://svn.apache.org/snapshots/ant/">SVN snapshot</a>.</p> | |||||
| </section> | </section> | ||||
| @@ -176,4 +176,4 @@ SHA1.</p> | |||||
| </section> | </section> | ||||
| </body> | </body> | ||||
| </document> | |||||
| </document> | |||||
| @@ -1,6 +1,6 @@ | |||||
| <?xml version="1.0"?> | <?xml version="1.0"?> | ||||
| <!-- | <!-- | ||||
| Copyright 2005 The Apache Software Foundation | |||||
| Copyright 2005-2006 The Apache Software Foundation | |||||
| Licensed under the Apache License, Version 2.0 (the "License"); | Licensed under the Apache License, Version 2.0 (the "License"); | ||||
| you may not use this file except in compliance with the License. | you may not use this file except in compliance with the License. | ||||
| @@ -53,9 +53,9 @@ svn co http://svn.apache.org/repos/asf/ant/[project]/trunk/ ant-[project]</sourc | |||||
| href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's | href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's | ||||
| source repositories page</a> may hold many helpful hints.</p> | source repositories page</a> may hold many helpful hints.</p> | ||||
| <p>Nightly snapshots of the SVN tree are available at | |||||
| <a href="http://cvs.apache.org/snapshots/ant/">http://cvs.apache.org/snapshots/ant/</a>.</p> | |||||
| <p>Nightly snapshots of the SVN tree are available at | |||||
| <a href="http://svn.apache.org/snapshots/ant/">http://svn.apache.org/snapshots/ant/</a>.</p> | |||||
| </section> | </section> | ||||
| </body> | </body> | ||||
| </document> | |||||
| </document> | |||||