antoine 2004/01/29 13:12:03
Modified: xdocs index.xml antnews.xml
docs index.html antnews.html
Log:
Release of ant1.6.1beta1
Revision Changes Path
1.60 +17 -1 ant/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/index.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- index.xml 18 Dec 2003 21:47:05 -0000 1.59
+++ index.xml 29 Jan 2004 21:12:02 -0000 1.60
@@ -8,9 +8,25 @@
</properties>
<body>
+ <section name="Ant 1.6.1beta1">
+ <p>Apache Ant 1.6.1beta1 is now available for <a
+ href="http://cvs.apache.org/dist/ant/v1.6.1beta1/">download</a>.</p>
+ <p>The ASF Board has approved the new Apache License 2.0.
+ For a copy of that license, please see
+ <a href="http://www.apache.org/licenses/">
+ http://www.apache.org/licenses/</a>.</p>
+ <p>The Ant 1.6.1 final release will probably be delivered with the
+ Apache License 2.0, pending the result of a vote.</p>
+ <p>Ant 1.6.1beta1 fixes several bugs, most notably the handling
+ of the default namespace for nested elements.</p>
+ <p>Ant 1.6.1beta1 also introduces initial support for compiling with
+ Java 1.5.</p>
+ <p>The manual of Ant 1.6.1beta1 is available on line
+ <a href="manual-1.6.1beta1/"> here</a>.</p>
+ </section>
<section name="Ant 1.6.0">
- <p>Apache Ant 1.6.0 is now available for <a
+ <p>Apache Ant 1.6.0 is available since December 18, 2003 for <a
href="http://ant.apache.org/bindownload.cgi">download</a>. As
we've already said in the announcements of Ant 1.5.4, this release
requires JDK 1.2 or later to run.</p>
1.53 +15 -0 ant/xdocs/antnews.xml
Index: antnews.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/antnews.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- antnews.xml 18 Dec 2003 21:47:06 -0000 1.52
+++ antnews.xml 29 Jan 2004 21:12:02 -0000 1.53
@@ -10,6 +10,21 @@
</properties>
<body>
+ <section name="Ant 1.6.1beta1">
+ <h3>January 29, 2004 - Ant 1.6.1beta1 Available</h3>
+ <p>Apache Ant 1.6.1beta1 is now available for <a
+ href="http://cvs.apache.org/dist/ant/v1.6.1beta1/">download</a>.</p>
+ <p>The ASF Board has approved the new Apache License 2.0.
+ For a copy of that license, please see
+ <a href="http://www.apache.org/licenses/">
+ http://www.apache.org/licenses/</a>.</p>
+ <p>The Ant 1.6.1 final release will probably be delivered with the
+ Apache License 2.0, pending the result of a vote.</p>
+ <p>Ant 1.6.1beta1 fixes several bugs, most notably the handling
+ of the default namespace for nested elements.</p>
+ <p>Ant 1.6.1beta1 also introduces initial support for compiling with
+ Java 1.5.</p>
+ </section>
<section name="Ant 1.6.0">
<h3>December 18, 2003 - Ant 1.6.0 Available</h3>
<p>Apache Ant 1.6.0 is now available for <a
1.299 +18 -1 ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/ant/docs/index.html,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -r1.298 -r1.299
--- index.html 7 Jan 2004 07:27:59 -0000 1.298
+++ index.html 29 Jan 2004 21:12:02 -0000 1.299
@@ -172,10 +172,27 @@
<div class="content">
<h1 class="title">Welcome</h1>
<h3 class="section">
+ <a name="Ant 1.6.1beta1"></a>
+ Ant 1.6.1beta1
+ </h3>
+ <p>Apache Ant 1.6.1beta1 is now available for <a
href="http://cvs.apache.org/dist/ant/v1.6.1beta1/">download</a>.</p>
+ <p>The ASF Board has approved the new Apache
License 2.0.
+ For a copy of that license, please see
+ <a href="http://www.apache.org/licenses/">
+ http://www.apache.org/licenses/</a>.</p>
+ <p>The Ant 1.6.1 final release will probably
be delivered with the
+ Apache License 2.0, pending the result of a vote.</p>
+ <p>Ant 1.6.1beta1 fixes several bugs, most
notably the handling
+ of the default namespace for nested elements.</p>
+ <p>Ant 1.6.1beta1 also introduces initial
support for compiling with
+ Java 1.5.</p>
+ <p>The manual of Ant 1.6.1beta1 is available
on line
+ <a href="manual-1.6.1beta1/"> here</a>.</p>
+ <h3 class="section">
<a name="Ant 1.6.0"></a>
Ant 1.6.0
</h3>
- <p>Apache Ant 1.6.0 is now available for <a
href="http://ant.apache.org/bindownload.cgi">download</a>. As
+ <p>Apache Ant 1.6.0 is available since December 18,
2003 for <a href="http://ant.apache.org/bindownload.cgi">download</a>. As
we've already said in the announcements of Ant 1.5.4, this release
requires JDK 1.2 or later to run.</p>
<p>Ant 1.6.0 adds a lot of new features,
most prominently support
1.87 +16 -0 ant/docs/antnews.html
Index: antnews.html
===================================================================
RCS file: /home/cvs/ant/docs/antnews.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- antnews.html 7 Jan 2004 07:27:59 -0000 1.86
+++ antnews.html 29 Jan 2004 21:12:02 -0000 1.87
@@ -176,6 +176,22 @@
<div class="content">
<h1 class="title">News</h1>
<h3 class="section">
+ <a name="Ant 1.6.1beta1"></a>
+ Ant 1.6.1beta1
+ </h3>
+ <h3>January 29, 2004 - Ant 1.6.1beta1 Available</h3>
+ <p>Apache Ant 1.6.1beta1 is now available
for <a href="http://cvs.apache.org/dist/ant/v1.6.1beta1/">download</a>.</p>
+ <p>The ASF Board has approved the new Apache
License 2.0.
+ For a copy of that license, please see
+ <a href="http://www.apache.org/licenses/">
+ http://www.apache.org/licenses/</a>.</p>
+ <p>The Ant 1.6.1 final release will probably
be delivered with the
+ Apache License 2.0, pending the result of a vote.</p>
+ <p>Ant 1.6.1beta1 fixes several bugs, most
notably the handling
+ of the default namespace for nested elements.</p>
+ <p>Ant 1.6.1beta1 also introduces initial
support for compiling with
+ Java 1.5.</p>
+ <h3 class="section">
<a name="Ant 1.6.0"></a>
Ant 1.6.0
</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]