Browse Source

Found a "cvs" :)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@374684 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 19 years ago
parent
commit
fca5e6c96c
2 changed files with 15 additions and 15 deletions
  1. +7
    -7
      docs/bindownload.html
  2. +8
    -8
      xdocs/bindownload.xml

+ 7
- 7
docs/bindownload.html View File

@@ -170,7 +170,7 @@
Downloading Ant Downloading Ant
</h3> </h3>
<p>Use the links below to download a binary distribution of Ant from <p>Use the links below to download a binary 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
@@ -199,7 +199,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]
@@ -207,7 +207,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>
@@ -227,19 +227,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/binaries/apache-ant-1.6.5-bin.zip">apache-ant-1.6.5-bin.zip</a> <a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.zip">apache-ant-1.6.5-bin.zip</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.asc">PGP</a>] [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.sha1">SHA1</a>] [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.md5">MD5</a>]</li> [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.md5">MD5</a>]</li>


<li><code>.tar.gz</code> archive:
<li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.gz">apache-ant-1.6.5-bin.tar.gz</a> <a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.gz">apache-ant-1.6.5-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.asc">PGP</a>] [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.sha1">SHA1</a>] [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.md5">MD5</a>]</li> [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.md5">MD5</a>]</li>


<li><code>.tar.bz2</code> archive:
<li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.bz2">apache-ant-1.6.5-bin.tar.bz2</a> <a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.bz2">apache-ant-1.6.5-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.asc">PGP</a>] [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.sha1">SHA1</a>] [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.sha1">SHA1</a>]
@@ -250,7 +250,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/">Subversion 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


+ 8
- 8
xdocs/bindownload.xml View File

@@ -26,7 +26,7 @@
<section name="Downloading Ant"> <section name="Downloading Ant">


<p>Use the links below to download a binary distribution of Ant from <p>Use the links below to download a binary 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
@@ -60,7 +60,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]
@@ -68,7 +68,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>


@@ -90,19 +90,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/binaries/apache-ant-1.6.5-bin.zip">apache-ant-1.6.5-bin.zip</a> <a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.zip">apache-ant-1.6.5-bin.zip</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.asc">PGP</a>] [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.sha1">SHA1</a>] [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.md5">MD5</a>]</li> [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.md5">MD5</a>]</li>


<li><code>.tar.gz</code> archive:
<li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.gz">apache-ant-1.6.5-bin.tar.gz</a> <a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.gz">apache-ant-1.6.5-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.asc">PGP</a>] [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.sha1">SHA1</a>] [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.md5">MD5</a>]</li> [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.md5">MD5</a>]</li>


<li><code>.tar.bz2</code> archive:
<li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.bz2">apache-ant-1.6.5-bin.tar.bz2</a> <a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.bz2">apache-ant-1.6.5-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.asc">PGP</a>] [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.sha1">SHA1</a>] [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.sha1">SHA1</a>]
@@ -119,7 +119,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/">Subversion snapshot</a>.</p>


</section> </section>


@@ -179,4 +179,4 @@ SHA1.</p>
</section> </section>


</body> </body>
</document>
</document>

Loading…
Cancel
Save