Browse Source

added a link to the manual of the beta

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@438046 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 19 years ago
parent
commit
a35a7a2519
2 changed files with 5 additions and 2 deletions
  1. +2
    -1
      docs/index.html
  2. +3
    -1
      xdocs/index.xml

+ 2
- 1
docs/index.html View File

@@ -175,7 +175,8 @@
</h3> </h3>
<h3>August 27, 2006 - Ant 1.7.0Beta1 Available</h3> <h3>August 27, 2006 - Ant 1.7.0Beta1 Available</h3>
<p>Apache Ant 1.7.0Beta1 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.</p> <p>Apache Ant 1.7.0Beta1 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
<p> Ant 1.7 introduces a resource framework. Some of the core ant
<p>The manual of the beta version is available <a href="manual-beta">here</a>. </p>
<p>Ant 1.7 introduces a resource framework. Some of the core ant
tasks such as &lt;copy/&gt; are now able to process not only file tasks such as &lt;copy/&gt; are now able to process not only file
system resources but also zip entries, tar entries, paths, ... system resources but also zip entries, tar entries, paths, ...
Resource collections group resources, and can be further Resource collections group resources, and can be further


+ 3
- 1
xdocs/index.xml View File

@@ -28,7 +28,9 @@
<p>Apache Ant 1.7.0Beta1 is now available for <a <p>Apache Ant 1.7.0Beta1 is now available for <a
href="http://ant.apache.org/bindownload.cgi">download</a>.</p> href="http://ant.apache.org/bindownload.cgi">download</a>.</p>


<p> Ant 1.7 introduces a resource framework. Some of the core ant
<p>The manual of the beta version is available <a href="manual-beta">here</a>. </p>

<p>Ant 1.7 introduces a resource framework. Some of the core ant
tasks such as &lt;copy/&gt; are now able to process not only file tasks such as &lt;copy/&gt; are now able to process not only file
system resources but also zip entries, tar entries, paths, ... system resources but also zip entries, tar entries, paths, ...
Resource collections group resources, and can be further Resource collections group resources, and can be further


Loading…
Cancel
Save