chrisw 2003/10/13 01:36:45
Modified: xdocs bindownload.xml srcdownload.xml
docs bindownload.html srcdownload.html
Log:
Fix problem with distributions relation to the nav tree - <title>-tag content
has to match the name of the Nav entry.
Revision Changes Path
1.20 +1 -1 ant/xdocs/bindownload.xml
Index: bindownload.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/bindownload.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bindownload.xml 12 Oct 2003 19:39:53 -0000 1.19
+++ bindownload.xml 13 Oct 2003 08:36:44 -0000 1.20
@@ -2,7 +2,7 @@
<document>
<properties>
- <title>Binary Distribution</title>
+ <title>Binary Distributions</title>
<base/>
</properties>
1.18 +1 -1 ant/xdocs/srcdownload.xml
Index: srcdownload.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/srcdownload.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- srcdownload.xml 12 Oct 2003 19:39:53 -0000 1.17
+++ srcdownload.xml 13 Oct 2003 08:36:44 -0000 1.18
@@ -2,7 +2,7 @@
<document>
<properties>
- <title>Source Distribution</title>
+ <title>Source Distributions</title>
<base/>
</properties>
1.40 +4 -4 ant/docs/bindownload.html
Index: bindownload.html
===================================================================
RCS file: /home/cvs/ant/docs/bindownload.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- bindownload.html 12 Oct 2003 19:39:52 -0000 1.39
+++ bindownload.html 13 Oct 2003 08:36:45 -0000 1.40
@@ -5,7 +5,7 @@
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
- <title>Apache Ant - Binary Distribution</title>
+ <title>Apache Ant - Binary Distributions</title>
<link type="text/css" href="./page.css" rel="stylesheet">
</head>
@@ -119,8 +119,8 @@
<li class="menuheader">Download
<ul>
<li>
- <a
href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
- </li>
+ <span class="sel">Binary Distributions</span>
+ </li>
<li>
<a
href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
@@ -169,7 +169,7 @@
<div class="lightbluebar"> </div>
<div class="main">
<div class="content">
- <h1 class="title">Binary Distribution</h1>
+ <h1 class="title">Binary Distributions</h1>
<h3 class="section">
<a name="Downloading Ant"></a>
Downloading Ant
1.39 +4 -4 ant/docs/srcdownload.html
Index: srcdownload.html
===================================================================
RCS file: /home/cvs/ant/docs/srcdownload.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- srcdownload.html 12 Oct 2003 19:39:52 -0000 1.38
+++ srcdownload.html 13 Oct 2003 08:36:45 -0000 1.39
@@ -5,7 +5,7 @@
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
- <title>Apache Ant - Source Distribution</title>
+ <title>Apache Ant - Source Distributions</title>
<link type="text/css" href="./page.css" rel="stylesheet">
</head>
@@ -122,8 +122,8 @@
<a
href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
- <a
href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
- </li>
+ <span class="sel">Source Distributions</span>
+ </li>
</ul>
</li>
<li class="menuheader">Contributing
@@ -169,7 +169,7 @@
<div class="lightbluebar"> </div>
<div class="main">
<div class="content">
- <h1 class="title">Source Distribution</h1>
+ <h1 class="title">Source Distributions</h1>
<h3 class="section">
<a name="Downloading Ant"></a>
Downloading Ant
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]