git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@438046 13f79535-47bb-0310-9956-ffa450edef68master
@@ -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 <copy/> are now able to process not only file | tasks such as <copy/> 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 | ||||
@@ -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 <copy/> are now able to process not only file | tasks such as <copy/> 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 | ||||