chrisw      2002/12/27 00:44:46

  Modified:    proposal/ant-site/anakia/xdocs legal.xml cvs.xml antnews.xml
                        index.xml
               proposal/ant-site/anakia/docs mail.html bylaws.html faq.html
                        external.html contributors.html problems.html
                        resources.html mission.html legal.html cvs.html
                        srcdownload.html projects.html guidelines.html
                        index.html bindownload.html antnews.html
                        ant15_todo.html
               proposal/ant-site/anakia/xdocs/stylesheets project.xml
               proposal/ant-site/anakia build.xml
  Added:       proposal/ant-site/anakia/xdocs license.xml
               proposal/ant-site/anakia/docs license.html
               proposal/ant-site/anakia/xdocs/images ant_logo_large.gif
  Removed:     proposal/ant-site/anakia/xdocs/stylesheets faq.vsl
               proposal/ant-site/anakia/docs/images ant_logo_large.gif
  Log:
  Ant-Fake-Forrest proposal advancements:
  Enable the "Active Link" funktionality by taking care, that XML title tag and 
project entry name match (just for the few docs, where this wasn't the case 
anyways)
  adding html-version of LICESE
  removing faq.vsl by moving that functionality to site.vsl
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-ant/proposal/ant-site/anakia/xdocs/legal.xml
  
  Index: legal.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/legal.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- legal.xml 3 Dec 2002 11:20:22 -0000       1.1
  +++ legal.xml 27 Dec 2002 08:44:44 -0000      1.2
  @@ -3,7 +3,7 @@
     
     <properties>
       <author email="[EMAIL PROTECTED]">Jon S. Stevens</author>
  -    <title>Legal Stuff They Make Us Say</title>
  +    <title>Legal</title>
     </properties>
     
     <body>
  
  
  
  1.4       +1 -1      jakarta-ant/proposal/ant-site/anakia/xdocs/cvs.xml
  
  Index: cvs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/cvs.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cvs.xml   5 Dec 2002 15:19:07 -0000       1.3
  +++ cvs.xml   27 Dec 2002 08:44:44 -0000      1.4
  @@ -2,7 +2,7 @@
   <document>
   
     <properties>
  -    <title>CVS Repository</title>
  +    <title>CVS Repositories</title>
     </properties>
   
   <body>
  
  
  
  1.2       +1 -1      jakarta-ant/proposal/ant-site/anakia/xdocs/antnews.xml
  
  Index: antnews.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/antnews.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- antnews.xml       3 Dec 2002 11:20:22 -0000       1.1
  +++ antnews.xml       27 Dec 2002 08:44:44 -0000      1.2
  @@ -5,7 +5,7 @@
       <author email="">Conor MacNeill</author>
       <author email="[EMAIL PROTECTED]">Stefan Bodewig</author>
       <author email="">Magesh Umasankar</author>
  -    <title>Ant News</title>
  +    <title>News</title>
     </properties>
   
   <body>
  
  
  
  1.5       +1 -1      jakarta-ant/proposal/ant-site/anakia/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml 11 Dec 2002 08:37:49 -0000      1.4
  +++ index.xml 27 Dec 2002 08:44:44 -0000      1.5
  @@ -4,7 +4,7 @@
     <properties>
       <author email="">Conor MacNeill</author>
       <author email="[EMAIL PROTECTED]">Stefan Bodewig</author>
  -    <title>Ant</title>
  +    <title>Welcome</title>
     </properties>
   
   <body>
  
  
  
  1.1                  jakarta-ant/proposal/ant-site/anakia/xdocs/license.xml
  
  Index: license.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <title>License</title>
    </properties>
  
  <body>
  
    <section name="The Apache Software License">
  
      <source>/*
   * 
============================================================================
   *                   The Apache Software License, Version 1.1
   * 
============================================================================
   * 
   *    Copyright (C) 2000-2002 The Apache Software Foundation. All
   *    rights reserved.
   * 
   * Redistribution and use in source and binary forms, with or without 
modifica-
   * tion, are permitted provided that the following conditions are met:
   * 
   * 1. Redistributions of  source code must  retain the above copyright  
notice,
   *    this list of conditions and the following disclaimer.
   * 
   * 2. Redistributions in binary form must reproduce the above copyright 
notice,
   *    this list of conditions and the following disclaimer in the 
documentation
   *    and/or other materials provided with the distribution.
   * 
   * 3. The end-user documentation included with the redistribution, if any, 
must
   *    include  the following  acknowledgment:  "This product includes  
software
   *    developed  by the  Apache Software Foundation  
(http://www.apache.org/)."
   *    Alternately, this  acknowledgment may  appear in the software itself,  
if
   *    and wherever such third-party acknowledgments normally appear.
   * 
   * 4. The names "Ant" and  "Apache Software Foundation"  must not be used to
   *    endorse  or promote  products derived  from this  software without  
prior
   *    written permission. For written permission, please contact
   *    [EMAIL PROTECTED]
   * 
   * 5. Products  derived from this software may not  be called "Apache", nor 
may
   *    "Apache" appear  in their name,  without prior written permission  of 
the
   *    Apache Software Foundation.
   * 
   * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED 
WARRANTIES,
   * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 
AND
   * FITNESS  FOR A PARTICULAR  PURPOSE ARE  DISCLAIMED.  IN NO  EVENT SHALL  
THE
   * APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY 
DIRECT,
   * INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES 
(INCLU-
   * DING, BUT NOT LIMITED TO, PROCUREMENT  OF SUBSTITUTE GOODS OR SERVICES; 
LOSS
   * OF USE, DATA, OR  PROFITS; OR BUSINESS  INTERRUPTION)  HOWEVER CAUSED AND 
ON
   * ANY  THEORY OF LIABILITY,  WHETHER  IN CONTRACT,  STRICT LIABILITY,  OR 
TORT
   * (INCLUDING  NEGLIGENCE OR  OTHERWISE) ARISING IN  ANY WAY OUT OF THE  USE 
OF
   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   * 
   * This software  consists of voluntary contributions made  by many 
individuals
   * on behalf of the  Apache Software Foundation.  For more  information  on 
the 
   * Apache Software Foundation, please see &lt;http://www.apache.org/&gt;.
   *
   */
  </source>
    <p>You can download the original license file <a href="./LICENSE" 
traget="_new">here</a></p>.
    </section>
  </body>
  </document>
  
  
  1.6       +5 -5      jakarta-ant/proposal/ant-site/anakia/docs/mail.html
  
  Index: mail.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/mail.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mail.html 26 Dec 2002 08:59:00 -0000      1.5
  +++ mail.html 27 Dec 2002 08:44:45 -0000      1.6
  @@ -87,10 +87,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -112,7 +112,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -151,10 +151,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  
  
  
  1.7       +5 -5      jakarta-ant/proposal/ant-site/anakia/docs/bylaws.html
  
  Index: bylaws.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/bylaws.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- bylaws.html       26 Dec 2002 08:58:59 -0000      1.6
  +++ bylaws.html       27 Dec 2002 08:44:45 -0000      1.7
  @@ -87,10 +87,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -112,7 +112,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -151,10 +151,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  
  
  
  1.6       +6 -6      jakarta-ant/proposal/ant-site/anakia/docs/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/faq.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- faq.html  26 Dec 2002 08:59:00 -0000      1.5
  +++ faq.html  27 Dec 2002 08:44:45 -0000      1.6
  @@ -89,10 +89,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -114,8 +114,8 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  -                </li>
  +              <span class="sel"><font color="#ffcc00">Frequently Asked 
Questions</font></span>
  +              </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
                   </li>
  @@ -153,10 +153,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  
  
  
  1.6       +5 -5      jakarta-ant/proposal/ant-site/anakia/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/external.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- external.html     26 Dec 2002 08:59:00 -0000      1.5
  +++ external.html     27 Dec 2002 08:44:45 -0000      1.6
  @@ -89,10 +89,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -114,7 +114,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -153,10 +153,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  
  
  
  1.9       +5 -5      
jakarta-ant/proposal/ant-site/anakia/docs/contributors.html
  
  Index: contributors.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/contributors.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- contributors.html 26 Dec 2002 08:59:00 -0000      1.8
  +++ contributors.html 27 Dec 2002 08:44:45 -0000      1.9
  @@ -87,10 +87,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -112,7 +112,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -151,10 +151,10 @@
                 <span class="sel"><font 
color="#ffcc00">Contributors</font></span>
                 </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  
  
  
  1.6       +5 -5      jakarta-ant/proposal/ant-site/anakia/docs/problems.html
  
  Index: problems.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/problems.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- problems.html     26 Dec 2002 08:59:00 -0000      1.5
  +++ problems.html     27 Dec 2002 08:44:45 -0000      1.6
  @@ -89,10 +89,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -114,7 +114,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                 <span class="sel"><font color="#ffcc00">Having 
Problems?</font></span>
  @@ -153,10 +153,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  
  
  
  1.7       +446 -532  jakarta-ant/proposal/ant-site/anakia/docs/resources.html
  
  Index: resources.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/resources.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- resources.html    11 Dec 2002 08:37:48 -0000      1.6
  +++ resources.html    27 Dec 2002 08:44:45 -0000      1.7
  @@ -1,121 +1,223 @@
  -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
   
  -<!-- Content Stylesheet for Site -->
   
  -        
  -<!-- start the processing -->
  -    <html>
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
  +        <html>
       <!-- 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"/>
  -  
  -                      <meta name="author" value="Stefan Bodewig">
  +      <META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1">
  +        <title>Apache Ant - Resources</title>
  +        <link type="text/css" href="page.css" rel="stylesheet">
  +          <meta name="author" value="Stefan Bodewig">
     <meta name="email" value="[EMAIL PROTECTED]">
  -        
  -      
  -      <title>Apache Ant - Resources</title>
  -    </head>
  -  
  -    <body bgcolor="#ffffff" text="#000000" link="#525D76">    
  -      <table border="0" width="100%" cellspacing="0">
  -        <!-- TOP IMAGE -->
  +      </head>
  +
  +    <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" 
text="#000000" bgcolor="#ffffff">
  +      <table summary="navigation path" width="100%" border="0" 
cellpadding="0" cellspacing="0">
  +        <tr>
  +          <td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" 
height="20"><img height="1" width="5" alt="" border="0" 
src="images/spacer.gif"><font size="2" face="Arial, Helvetica, 
Sans-serif"><script src="breadcrumbs.js" language="JavaScript" 
type="text/javascript"></script></font></td>
  +        </tr>
  +        <tr>
  +          <td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" 
border="0" src="images/spacer.gif"></td>
  +        </tr>
  +      </table>
  +
  +      <table summary="header with logos" width="100%" border="0" 
cellpadding="0" cellspacing="0">
  +        <tr>
  +          <td bgcolor="#294563"><a href="http://ant.apache.org/";><img 
border="0" alt="Apache XML logo" src="images/group-logo.gif"></a></td><td 
width="100%" align="center" bgcolor="#294563"><a 
href="http://ant.apache.org/";><img alt="Apache XML site" border="0" 
src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" 
bgcolor="#294563">
  +            <form target="_blank" onsubmit="q.value = query.value + ' 
site:ant.apache.org'" action="http://www.google.com/search"; method="get">
  +              <table summary="search" border="0" cellspacing="0" 
cellpadding="0" bgcolor="#4C6C8F">
  +                <tr>
  +                  <td colspan="3"><img height="10" width="1" alt="" 
src="images/spacer.gif"></td>
  +                </tr>
  +                <tr>
  +                  <td><img height="1" width="1" alt="" 
src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" 
type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" 
alt="" src="images/spacer.gif"><input name="Search" value="Search" 
type="submit">
  +                  <br>
  +                  <font face="Arial, Helvetica, Sans-serif" size="2" 
color="white">
  +                                    the Apache Ant site
  +
  +
  +                                    </font></td><td><img height="1" 
width="1" alt="" src="images/spacer.gif"></td>
  +                </tr>
  +                <tr>
  +                  <td><img alt="" border="0" height="10" width="9" 
src="images/search-left.gif"></td><td><img height="1" width="1" alt="" 
src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" 
src="images/search-right.gif"></td>
  +                </tr>
  +              </table>
  +            </form>
  +          </td><td bgcolor="#294563"><img height="10" width="10" alt="" 
src="images/spacer.gif"></td>
  +        </tr>
  +        <tr>
  +          <td valign="bottom" bgcolor="#294563" colspan="2">
  +            <div class="tab">
  +              <table summary="tab bar" border="0" cellpadding="0" 
cellspacing="0">
  +                <tr>
  +
  +                  <td width="8"><img alt="" height="8" width="8" 
src="images/spacer.gif"></td><td valign="bottom">
  +                    <table summary="selected tab" height="30" border="0" 
cellpadding="0" cellspacing="0">
  +                      <tr>
  +                      <td valign="top" width="5" bgcolor="#4C6C8F"><img 
height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td 
valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, 
Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" 
bgcolor="#4C6C8F"><img height="5" width="5" alt="" 
src="images/tabSel-right.gif"></td>
  +                      </tr>
  +                    </table>
  +                  </td>
  +                </tr>
  +              </table>
  +            </div>
  +          </td><td bgcolor="#294563"><img alt="" width="1" height="1" 
src="images/spacer.gif"></td>
  +        </tr>
           <tr>
  -            <td colspan="2">
  -        <a href="http://ant.apache.org/";><img 
src="./images/ant_logo_large.gif" alt="Apache Ant" border="0"/></a>
  -    </td>
  +          <td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" 
alt="" src="images/spacer.gif"></td>
           </tr>
         </table>
  -      <table border="0" width="100%" cellspacing="4">
  -        <tr><td colspan="2">
  -          <hr noshade="" size="1"/>
  -        </td></tr>
  -        
  +      <table summary="page content" bgcolor="#ffffff" width="100%" 
border="0" cellpadding="0" cellspacing="0">
  +        <tr>
  +          <td valign="top">
  +            <table summary="menu" border="0" cellspacing="0" cellpadding="0">
  +              <tr>
  +                <td rowspan="3" valign="top">
  +                  <table summary="blue line" border="0" cellpadding="0" 
cellspacing="0">
  +                    <tr>
  +                      <td bgcolor="#294563"><img width="10" height="1" 
alt="" src="images/spacer.gif"></td>
  +                    </tr>
  +                    <tr>
  +                      <td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" 
face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
  +                    </tr>
  +                    <tr>
  +                      <td bgcolor="#294563"><img width="10" height="1" 
alt="" src="images/spacer.gif"></td>
  +                    </tr>
  +                  </table>
  +                </td><td bgcolor="#294563"><img width="1" height="1" alt="" 
src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img 
width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" 
valign="top" bgcolor="#4C6C8F">
  +    <div class="menu"><ul>
  +      <li><font color="#CFDCED">Apache Ant</font>
  +      <ul>
  +            <li>
  +                    <a href="./index.html">Welcome</a>
  +                </li>
  +            <li>
  +                    <a href="./license.html">License</a>
  +                </li>
  +            <li>
  +                    <a href="./antnews.html">News</a>
  +                </li>
  +          </ul>
  +    </li>
  +      <li><font color="#CFDCED">Documentation</font>
  +      <ul>
  +            <li>
  +                    <a href="./manual/index.html">Manual</a>
  +                </li>
  +            <li>
  +                    <a href="./projects.html">Related Projects</a>
  +                </li>
  +            <li>
  +                    <a href="./external.html">External Tools and Tasks</a>
  +                </li>
  +            <li>
  +              <span class="sel"><font color="#ffcc00">Resources</font></span>
  +              </li>
  +            <li>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
  +                </li>
  +            <li>
  +                    <a href="./problems.html">Having Problems?</a>
  +                </li>
  +          </ul>
  +    </li>
  +      <li><font color="#CFDCED">Download</font>
  +      <ul>
  +            <li>
  +                    <a href="./bindownload.cgi">Binary Distributions</a>
  +                </li>
  +            <li>
  +                    <a href="./srcdownload.cgi">Source Distributions</a>
  +                </li>
  +          </ul>
  +    </li>
  +      <li><font color="#CFDCED">Get Involved</font>
  +      <ul>
  +            <li>
  +                    <a href="./mail.html">Mailing Lists</a>
  +                </li>
  +            <li>
  +                    <a href="./cvs.html">CVS Repositories</a>
  +                </li>
  +            <li>
  +                    <a 
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant";>Bug 
Database</a>
  +                </li>
  +            <li>
  +                    <a 
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&bug_severity=Enhancement";>Enhancement
 Requests</a>
  +                </li>
  +          </ul>
  +    </li>
  +      <li><font color="#CFDCED">Project Management</font>
  +      <ul>
  +            <li>
  +                    <a href="./contributors.html">Contributors</a>
  +                </li>
  +            <li>
  +                    <a href="./mission.html">Apache Ant Mission</a>
  +                </li>
  +            <li>
  +                    <a href="./guidelines.html">Project Guidelines</a>
  +                </li>
  +            <li>
  +                    <a href="./legal.html">Legal</a>
  +                </li>
  +          </ul>
  +    </li>
  +    </ul>
  +                </td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" 
height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img 
width="1" height="1" alt="" src="images/spacer.gif"></td>
  +              </tr>
  +              <tr>
  +                <td valign="bottom" align="left" colspan="2" rowspan="2" 
bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" 
src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" 
width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" 
align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" 
width="10" border="0" alt="" src="images/menu-right.gif"></td>
  +              </tr>
  +              <tr>
  +                <td height="1" bgcolor="#294563"><img width="1" height="1" 
alt="" src="images/spacer.gif"></td>
  +              </tr>
  +            </table>
  +          </td><td valign="top" width="100%">
  +            <table summary="content" width="100%" border="0" cellpadding="0" 
cellspacing="0">
  +              <tr>
  +                <td colspan="4" bgcolor="#294563"><img width="10" height="1" 
alt="" src="images/spacer.gif"></td>
  +              </tr>
  +              <tr>
  +                <td align="left" width="10" bgcolor="#CFDCED"><img 
width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" 
width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, 
Helvetica, Sans-serif">
  +                &nbsp;
  +                </font><img width="10" height="8" alt="" 
src="images/spacer.gif"></td><td align="right" width="50%" 
bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, 
Sans-serif">
  +                &nbsp;
  +                </font><img width="10" height="8" alt="" 
src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" 
height="1" alt="" src="images/spacer.gif"></td>
  +              </tr>
  +              <tr>
  +                <td colspan="4" bgcolor="#294563"><img width="10" height="1" 
alt="" src="images/spacer.gif"></td>
  +              </tr>
  +              <tr>
  +                <td align="left" width="10"><img width="10" height="1" 
alt="" src="images/spacer.gif"></td><td align="left" width="100%">
  +                  <div class="content">
  +      <table class="title">
           <tr>
  -          <!-- LEFT SIDE NAVIGATION -->
  -          <td valign="top" nowrap="true">
  -                <p><strong>Apache Ant</strong></p>
  -    <ul>
  -          <li>      <a href="./index.html">Front Page</a>
  -  </li>
  -          <li>      <a href="./LICENSE">License</a>
  -  </li>
  -          <li>      <a href="./antnews.html">News</a>
  -  </li>
  -        </ul>
  -      <p><strong>Documentation</strong></p>
  -    <ul>
  -          <li>      <a href="./manual/index.html">Manual</a>
  -  </li>
  -          <li>      <a href="./projects.html">Related Projects</a>
  -  </li>
  -          <li>      <a href="./external.html">External Tools and Tasks</a>
  -  </li>
  -          <li>      <a href="./resources.html">Resources</a>
  -  </li>
  -          <li>      <a href="./faq.html">Ant FAQ</a>
  -  </li>
  -          <li>      <a href="./problems.html">Having Problems?</a>
  -  </li>
  -        </ul>
  -      <p><strong>Download</strong></p>
  -    <ul>
  -          <li>      <a href="./bindownload.cgi">Binary Distributions</a>
  -  </li>
  -          <li>      <a href="./srcdownload.cgi">Source Distributions</a>
  -  </li>
  -        </ul>
  -      <p><strong>Get Involved</strong></p>
  -    <ul>
  -          <li>      <a href="./mail.html">Mailing Lists</a>
  -  </li>
  -          <li>      <a href="./cvs.html">CVS Repositories</a>
  -  </li>
  -          <li>      <a 
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant";>Bug 
Database</a>
  -  </li>
  -          <li>      <a 
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&bug_severity=Enhancement";>Enhancement
 Requests</a>
  -  </li>
  -        </ul>
  -      <p><strong>Project Management</strong></p>
  -    <ul>
  -          <li>      <a href="./contributors.html">Contributors</a>
  -  </li>
  -          <li>      <a href="./mission.html">Mission</a>
  -  </li>
  -          <li>      <a href="./guidelines.html">Guidelines Notes</a>
  -  </li>
  -          <li>      <a href="./legal.html">Legal</a>
  -  </li>
  -        </ul>
  -            </td>
  -          <td align="left" valign="top">
  -        <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -    <tr><td bgcolor="#525D76">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="FAQs"><strong>FAQs</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  -                          <table border="0" cellspacing="0" cellpadding="2" 
width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="At Ant's website"><strong>At Ant's website</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +          <td valign="middle">
  +            <h1>Resources</h1>
  +          </td>
  +        </tr>
  +      </table>
  +              <p>
  +  <table nowrap border="0" cellspacing="0" cellpadding="2" width="100%">
  +    <tr><td bgcolor="#294563"><font color="#ffffff"><a 
name="FAQs"><strong>FAQs</strong></a></font></td></tr>
  +  </table>
  +
  +                              <p>
  +        <a name="At Ant's website"><h4>At Ant's website</h4></a>
  +
                           <p>Starting with the release of Ant 1.4 the Ant's 
FAQ is
           bundled with the distribution, the most recent version can
           always be found at the website.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             FAQ:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="faq.html">http://jakarta.apache.org/ant/faq.html</a>
  @@ -123,27 +225,20 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="jGuru"><strong>jGuru</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="jGuru"><h4>jGuru</h4></a>
  +
                           <p>jGuru hosts an interactive Ant discussion forum 
and FAQ system</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Forum:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.jguru.com/forums/home.jsp?topic=Ant";>http://www.jguru.com/forums/home.jsp?topic=Ant</a>
  @@ -151,13 +246,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             FAQ:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.jguru.com/faq/home.jsp?topic=Ant";>http://www.jguru.com/faq/home.jsp?topic=Ant</a>
  @@ -165,29 +260,17 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                    </blockquote>
  -    </td></tr>
  +                    </p>
  +                    </p>
  +            <p>
  +  <table nowrap border="0" cellspacing="0" cellpadding="2" width="100%">
  +    <tr><td bgcolor="#294563"><font color="#ffffff"><a 
name="Books"><strong>Books</strong></a></font></td></tr>
     </table>
  -        <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -    <tr><td bgcolor="#525D76">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Books"><strong>Books</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +
                           <p>Listed by descending publication date.</p>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Java Development with Ant"><strong>Java Development with 
Ant</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                                      <p>
  +        <a name="Java Development with Ant"><h4>Java Development with 
Ant</h4></a>
  +
                           <p>Covers Ant 1.5, including:
               <ul>
                   <li>The new Ant 1.5 features</li>
  @@ -211,13 +294,13 @@
           </p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Authors:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Erik Hatcher and Steve Loughran
  @@ -225,13 +308,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.manning.com/antbook/";>http://www.manning.com/antbook/</a>
  @@ -239,27 +322,20 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Ant: The Definitive Guide"><strong>Ant: The Definitive 
Guide</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Ant: The Definitive Guide"><h4>Ant: The Definitive 
Guide</h4></a>
  +
                           <p>Covers Ant release 1.4.1.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Authors:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Jesse E. Tilly and Eric M. Burke
  @@ -267,13 +343,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.oreilly.com/catalog/anttdg/";>http://www.oreilly.com/catalog/anttdg/</a>
  @@ -281,17 +357,10 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Ant. Kurz und Gut."><strong>Ant. Kurz und Gut.</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Ant. Kurz und Gut."><h4>Ant. Kurz und Gut.</h4></a>
  +
                           <p>A German language short reference for Ant that 
covers Ant
           1.4.  This is the original description:</p>
                                     <div align="left">
  @@ -321,13 +390,13 @@
     </div>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Stefan Edlich
  @@ -335,13 +404,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.amazon.de/exec/obidos/ASIN/3897212412/";>http://www.amazon.de/exec/obidos/ASIN/3897212412/</a>
  @@ -349,17 +418,10 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Java Tools for eXtreme Programming"><strong>Java Tools for 
eXtreme Programming</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Java Tools for eXtreme Programming"><h4>Java Tools for 
eXtreme Programming</h4></a>
  +
                           <p>This book covers the following XP subjects:
               <ul>
                   <li>Automated unit and functional testing</li>
  @@ -371,13 +433,13 @@
           </p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Authors:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Richard Hightower and Nicholas Lesiecki
  @@ -385,13 +447,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.wiley.com/cda/product/0,,047120708X,00.html";>http://www.wiley.com/cda/product/0,,047120708X,00.html</a>
  @@ -399,53 +461,36 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                    </blockquote>
  -    </td></tr>
  +                    </p>
  +                    </p>
  +            <p>
  +  <table nowrap border="0" cellspacing="0" cellpadding="2" width="100%">
  +    <tr><td bgcolor="#294563"><font color="#ffffff"><a name="Articles and 
Presentations"><strong>Articles and Presentations</strong></a></font></td></tr>
     </table>
  -        <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -    <tr><td bgcolor="#525D76">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Articles and Presentations"><strong>Articles and 
Presentations</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +
                           <p>The following sections list articles and 
presentations written about Apache Ant.  If
         you've written something that should be included, please post it to one
         of the mailing lists.</p>
  -                    </blockquote>
  -    </td></tr>
  +                    </p>
  +            <p>
  +  <table nowrap border="0" cellspacing="0" cellpadding="2" width="100%">
  +    <tr><td bgcolor="#294563"><font color="#ffffff"><a 
name="Articles"><strong>Articles</strong></a></font></td></tr>
     </table>
  -        <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -    <tr><td bgcolor="#525D76">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Articles"><strong>Articles</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  -                          <table border="0" cellspacing="0" cellpadding="2" 
width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Ant in Anger: Using Ant in a Production Development       
System"><strong>Ant in Anger: Using Ant in a Production Development       
System</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +
  +                              <p>
  +        <a name="Ant in Anger: Using Ant in a Production Development       
System"><h4>Ant in Anger: Using Ant in a Production Development       
System</h4></a>
  +
                           <p>This document describes strategies and some basic 
examples of how to 
           use Ant in larger team development projects.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="mailto:[EMAIL PROTECTED]">Steve Loughran</a>
  @@ -453,13 +498,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="ant_in_anger.html">http://jakarta.apache.org/ant/ant_in_anger.html</a>
  @@ -467,28 +512,21 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Ant Task Guidelines"><strong>Ant Task 
Guidelines</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Ant Task Guidelines"><h4>Ant Task Guidelines</h4></a>
  +
                           <p>This document describes how to write custom Ant 
tasks, and how to submit
           them to potentially be included in Ant.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="mailto:[EMAIL PROTECTED]">Steve Loughran</a>
  @@ -496,13 +534,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="ant_task_guidelines.html">http://jakarta.apache.org/ant/ant_task_guidelines.html</a>
  @@ -510,27 +548,20 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Automating the build and test process"><strong>Automating 
the build and test process</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Automating the build and test process"><h4>Automating the 
build and test process</h4></a>
  +
                           <p>This article demonstrates an approach to the 
automated build and test process. Working with Ant 1.3 and the JUnit test 
framework, it shows how to automate a process that captures pertinent 
information about each test suite run, generates an attractive report, and 
e-mails the report.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="mailto:[EMAIL PROTECTED]">Erik Hatcher</a>
  @@ -538,13 +569,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.ibm.com/developerworks/java/library/j-junitmail/";>http://www.ibm.com/developerworks/java/library/j-junitmail/</a>
  @@ -552,29 +583,22 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Incremental development with Ant and 
JUnit"><strong>Incremental development with Ant and JUnit</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Incremental development with Ant and JUnit"><h4>Incremental 
development with Ant and JUnit</h4></a>
  +
                           <p>This article explores the benefits of unit 
testing with Ant and
           JUnit, detailing how to develop automated unit tests and integrate 
them
           into your build process.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="mailto:[EMAIL PROTECTED]">Malcolm Davis</a>
  @@ -582,13 +606,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java";>http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java</a>
  @@ -596,28 +620,21 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Automate your build process using Java and 
Ant"><strong>Automate your build process using Java and Ant</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Automate your build process using Java and 
Ant"><h4>Automate your build process using Java and Ant</h4></a>
  +
                           <p>This article provides an introduction to using 
Ant with some basic
           examples and by highlighting some of the important tasks.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="mailto:[EMAIL PROTECTED]">Michael Cymerman</a>
  @@ -625,13 +642,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html";>http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html</a>
  @@ -639,29 +656,22 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Short tutorial in Cactus' (formerly J2EEUnit)       
documentation"><strong>Short tutorial in Cactus' (formerly J2EEUnit)       
documentation</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Short tutorial in Cactus' (formerly J2EEUnit)       
documentation"><h4>Short tutorial in Cactus' (formerly J2EEUnit)       
documentation</h4></a>
  +
                           <p>There is a short tutorial on how to use Ant in 
Cactus'
           documentation.  It has a slant towards build files that will be used
           with Cactus.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Cactus development team
  @@ -669,13 +679,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://jakarta.apache.org/cactus/howto_ant_primer.html";>http://jakarta.apache.org/cactus/howto_ant_primer.html</a>
  @@ -683,29 +693,22 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Developing custom Ant tasks with VisualAge for 
Java"><strong>Developing custom Ant tasks with VisualAge for Java</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Developing custom Ant tasks with VisualAge for 
Java"><h4>Developing custom Ant tasks with VisualAge for Java</h4></a>
  +
                           <p>This article outlines how to integrate Ant into 
VisualAge for Java,
           and how to write and debug custom tasks using the IDE and the
           integrated debugger.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="mailto:[EMAIL PROTECTED]">Glenn McAllister</a>
  @@ -713,13 +716,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&amp;p=1&amp;BCT=1&amp;Footer=1";>http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&amp;p=1&amp;BCT=1&amp;Footer=1</a>
  @@ -727,28 +730,21 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Automated builds with VisualAge for Java and 
Ant"><strong>Automated builds with VisualAge for Java and Ant</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Automated builds with VisualAge for Java and 
Ant"><h4>Automated builds with VisualAge for Java and Ant</h4></a>
  +
                           <p>This article shows how you can perform command 
line builds with a
           VisualAge for Java repository.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="mailto:[EMAIL PROTECTED]">Glenn McAllister</a>
  @@ -756,13 +752,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www7.software.ibm.com/vad.nsf/Data/Document4366?OpenDocument&amp;p=1&amp;BCT=3&amp;Footer=1";>http://www7.software.ibm.com/vad.nsf/Data/Document4366?OpenDocument&amp;p=1&amp;BCT=3&amp;Footer=1</a>
  @@ -770,28 +766,21 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Ant: A Build Tool from the Jakarta Project"><strong>Ant: A 
Build Tool from the Jakarta Project</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Ant: A Build Tool from the Jakarta Project"><h4>Ant: A 
Build Tool from the Jakarta Project</h4></a>
  +
                           <p>This article is from the "Best Practices" section 
of
           Sun's Dot-Com Builder Site.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Laura Geele Wang
  @@ -799,13 +788,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://dcb.sun.com/practices/profiles/ant.jsp";>http://dcb.sun.com/practices/profiles/ant.jsp</a>
  @@ -813,29 +802,22 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Making a Mountain Out of an Anthill"><strong>Making a 
Mountain Out of an Anthill</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Making a Mountain Out of an Anthill"><h4>Making a Mountain 
Out of an Anthill</h4></a>
  +
                           <p>This article is from the June 2001 issue of the 
Java Developer'
           Journal.  You need to be a registered JDJ subscriber to view this
           article.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Neal Ford
  @@ -843,13 +825,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.sys-con.com/java/archivesa.cfm?volume=06&amp;issue=06";>http://www.sys-con.com/java/archivesa.cfm?volume=06&amp;issue=06</a>
  @@ -857,28 +839,21 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Using Ant and Weblogic EJBs"><strong>Using Ant and Weblogic 
EJBs</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Using Ant and Weblogic EJBs"><h4>Using Ant and Weblogic 
EJBs</h4></a>
  +
                           <p>This article describes how to use Ant to create 
Weblogic EJBs, and
           some workarounds for issues you may encounter.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Jesse E. Tilly
  @@ -886,13 +861,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html";>http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html</a>
  @@ -900,28 +875,21 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="An Introduction to Ant"><strong>An Introduction to 
Ant</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="An Introduction to Ant"><h4>An Introduction to Ant</h4></a>
  +
                           <p>This article is a short introduction into the 
basic
           concepts of Ant.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Jayakrishnan Nair
  @@ -929,13 +897,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://varnam.org/articles/ant.html";>http://varnam.org/articles/ant.html</a>
  @@ -943,27 +911,20 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Using JavaScript with Ant"><strong>Using JavaScript with 
Ant</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Using JavaScript with Ant"><h4>Using JavaScript with 
Ant</h4></a>
  +
                           <p>A tutorial about using JavaScript and XSLT with 
Ant.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Dylan Schiemann
  @@ -971,13 +932,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.sitepen.com/ant/javascript.html";>http://www.sitepen.com/ant/javascript.html</a>
  @@ -985,28 +946,21 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Building with Ant"><strong>Building with Ant</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Building with Ant"><h4>Building with Ant</h4></a>
  +
                           <p>Series of articles that describe a framework for 
web
           application development based on Ant and JUnit.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="mailto:[EMAIL PROTECTED]">Alex Chaffee</a>
  @@ -1014,13 +968,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Introduction: <a 
href="http://softwaredev.earthweb.com/sdtech/article/0,,12065_989631,00.html";>http://softwaredev.earthweb.com/sdtech/article/0,,12065_989631,00.html</a><br
 />
  @@ -1030,28 +984,21 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Developing with JAXB and Ant"><strong>Developing with JAXB 
and Ant</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Developing with JAXB and Ant"><h4>Developing with JAXB and 
Ant</h4></a>
  +
                           <p>Series of articles that shows how to use Ant 
together with
           the Java API for XML Binding (JAXB).</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Joseph Shelby
  @@ -1059,13 +1006,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.onjava.com/pub/a/onjava/2002/03/06/jaxant1.html";>http://www.onjava.com/pub/a/onjava/2002/03/06/jaxant1.html</a><br
 />
  @@ -1074,38 +1021,26 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  +                    </p>
  +                    </p>
  +            <p>
  +  <table nowrap border="0" cellspacing="0" cellpadding="2" width="100%">
  +    <tr><td bgcolor="#294563"><font color="#ffffff"><a 
name="Presentations"><strong>Presentations</strong></a></font></td></tr>
     </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -        <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -    <tr><td bgcolor="#525D76">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Presentations"><strong>Presentations</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  -                          <table border="0" cellspacing="0" cellpadding="2" 
width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Ant - presented to the Tucson Java Users Group"><strong>Ant 
- presented to the Tucson Java Users Group</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +
  +                              <p>
  +        <a name="Ant - presented to the Tucson Java Users Group"><h4>Ant - 
presented to the Tucson Java Users Group</h4></a>
  +
                           <p>A PowerPoint technical overview presentation on 
Ant.  Comes complete with a straightforward example demonstrating code 
compilation, JAR'ing, JUnit testing, JUnit reporting, and Zipping a 
distribution.  A few advanced topics are touched upon like property 
immutabality and using &lt;antcall&gt; to get around it, build listeners, and 
writing custom tasks.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="mailto:[EMAIL PROTECTED]">Erik Hatcher</a>
  @@ -1113,13 +1048,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://erik.hatcher.net/ant-jug.zip";>http://erik.hatcher.net/ant-jug.zip</a>
  @@ -1127,28 +1062,21 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Ant Build Tool"><strong>Ant Build Tool</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Ant Build Tool"><h4>Ant Build Tool</h4></a>
  +
                           <p>A PowerPoint presentation on Ant 1.2.  It 
provides a basic overview
           of Ant's capabilities.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="mailto:[EMAIL PROTECTED]">Patrick Chanezon</a>
  @@ -1156,13 +1084,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt";>http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt</a>
  @@ -1170,30 +1098,23 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Ant"><strong>Ant</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Ant"><h4>Ant</h4></a>
  +
                           <p>A detailed Ant 1.3 PowerPoint presentation, made 
at the St. Louis Java Users Group
           meeting in March 2001.  Includes a detailed build file and basic
           descriptions of all the built in and optional tasks.  Updated for 
Ant 1.4 in October 2001.
           Available in PDF format now.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Mark Volkmann
  @@ -1201,13 +1122,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.ociweb.com/jnb/files/Ant.pdf";>http://www.ociweb.com/jnb/files/Ant.pdf</a>
  @@ -1215,29 +1136,22 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Modern Development Crises"><strong>Modern Development 
Crises</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="Modern Development Crises"><h4>Modern Development 
Crises</h4></a>
  +
                           <p>This presentation is an overview of the current 
state of software
           development today.  There are a couple of slides that briefly cover
           Ant.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="mailto:[EMAIL PROTECTED]">Steve Loughran</a>
  @@ -1245,13 +1159,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.iseran.com/Steve/modern_development_processes.html";>http://www.iseran.com/Steve/modern_development_processes.html</a>
  @@ -1259,28 +1173,21 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="When Web Services Go Bad"><strong>When Web Services Go 
Bad</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  +                    </p>
  +                                      <p>
  +        <a name="When Web Services Go Bad"><h4>When Web Services Go 
Bad</h4></a>
  +
                           <p>A presentation from the <a 
href="http://www.sellsbrothers.com/conference/";>Web Services
           DevCon</a> in March 2002.</p>
                                     <table>
                 <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             Author:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a href="mailto:[EMAIL PROTECTED]">Steve Loughran</a>
  @@ -1288,13 +1195,13 @@
     </td>
         </tr>
                     <tr>
  -                  <td bgcolor="#039acc" colspan="" rowspan="" 
  +                  <td bgcolor="#039acc" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             URL:
           </font>
     </td>
  -                      <td bgcolor="#a0ddf0" colspan="" rowspan="" 
  +                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
         valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
             <a 
href="http://www.iseran.com/Steve/papers/when_web_services_go_bad.html";>http://www.iseran.com/Steve/papers/when_web_services_go_bad.html</a>
  @@ -1302,28 +1209,35 @@
     </td>
         </tr>
           </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -              </td>
  +                    </p>
  +                    </p>
  +  
  +  
  +                    </div>
  +                </td><td width="10"><img width="10" height="1" alt="" 
src="images/spacer.gif"></td>
  +              </tr>
  +            </table>
  +          </td>
  +        </tr>
  +      </table>
  +      <table summary="footer" cellspacing="0" cellpadding="0" width="100%" 
height="20" border="0">
  +        <tr>
  +          <td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" 
width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a 
href="images/page.gif"></a><a href="images/chapter.gif"></a><a 
href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a 
href="/favicon.ico"></a></td>
  +        </tr>
  +        <tr>
  +          <td colspan="2" bgcolor="#CFDCED" class="copyright" 
align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright 
&copy;
  +                    2002&nbsp;The Apache Software Foundation. All rights 
reserved.<script type="text/javascript" language="JavaScript"><!--
  +                        document.write(" - "+"Last Published: " + 
document.lastModified);
  +                      //  --></script></font></td>
           </tr>
  -
  -        <!-- FOOTER -->
  -        <tr><td colspan="2">
  -          <hr noshade="" size="1"/>
  -        </td></tr>
  -        <tr><td colspan="2">
  -          <div align="center"><font color="#525D76" size="-1"><em>
  -          Copyright &#169; 2000-2002, Apache Software Foundation
  -          </em></font></div>
  -        </td></tr>
         </table>
       </body>
     </html>
  -<!-- end the processing -->
  +
  +
  +
  +
  +
   
   
   
  
  
  
  1.6       +6 -6      jakarta-ant/proposal/ant-site/anakia/docs/mission.html
  
  Index: mission.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/mission.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mission.html      26 Dec 2002 08:59:00 -0000      1.5
  +++ mission.html      27 Dec 2002 08:44:45 -0000      1.6
  @@ -87,10 +87,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -112,7 +112,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -151,10 +151,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  -                </li>
  +              <span class="sel"><font color="#ffcc00">Apache Ant 
Mission</font></span>
  +              </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  
  
  
  1.6       +9 -9      jakarta-ant/proposal/ant-site/anakia/docs/legal.html
  
  Index: legal.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/legal.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- legal.html        26 Dec 2002 08:59:00 -0000      1.5
  +++ legal.html        27 Dec 2002 08:44:45 -0000      1.6
  @@ -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 - Legal Stuff They Make Us Say</title>
  +        <title>Apache Ant - Legal</title>
           <link type="text/css" href="page.css" rel="stylesheet">
             <meta name="author" value="Jon S. Stevens">
     <meta name="email" value="[EMAIL PROTECTED]">
  @@ -89,10 +89,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -114,7 +114,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -153,14 +153,14 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
  -                    <a href="./legal.html">Legal</a>
  -                </li>
  +              <span class="sel"><font color="#ffcc00">Legal</font></span>
  +              </li>
             </ul>
       </li>
       </ul>
  @@ -194,7 +194,7 @@
         <table class="title">
           <tr>
             <td valign="middle">
  -            <h1>Legal Stuff They Make Us Say</h1>
  +            <h1>Legal</h1>
             </td>
           </tr>
         </table>
  
  
  
  1.6       +9 -9      jakarta-ant/proposal/ant-site/anakia/docs/cvs.html
  
  Index: cvs.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/cvs.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cvs.html  26 Dec 2002 08:59:00 -0000      1.5
  +++ cvs.html  27 Dec 2002 08:44:45 -0000      1.6
  @@ -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 - CVS Repository</title>
  +        <title>Apache Ant - CVS Repositories</title>
           <link type="text/css" href="page.css" rel="stylesheet">
           </head>
   
  @@ -87,10 +87,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -112,7 +112,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -135,8 +135,8 @@
                       <a href="./mail.html">Mailing Lists</a>
                   </li>
               <li>
  -                    <a href="./cvs.html">CVS Repositories</a>
  -                </li>
  +              <span class="sel"><font color="#ffcc00">CVS 
Repositories</font></span>
  +              </li>
               <li>
                       <a 
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant";>Bug 
Database</a>
                   </li>
  @@ -151,10 +151,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  @@ -192,7 +192,7 @@
         <table class="title">
           <tr>
             <td valign="middle">
  -            <h1>CVS Repository</h1>
  +            <h1>CVS Repositories</h1>
             </td>
           </tr>
         </table>
  
  
  
  1.8       +5 -5      
jakarta-ant/proposal/ant-site/anakia/docs/srcdownload.html
  
  Index: srcdownload.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/srcdownload.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- srcdownload.html  26 Dec 2002 08:59:00 -0000      1.7
  +++ srcdownload.html  27 Dec 2002 08:44:45 -0000      1.8
  @@ -87,10 +87,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -112,7 +112,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -151,10 +151,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  
  
  
  1.6       +5 -5      jakarta-ant/proposal/ant-site/anakia/docs/projects.html
  
  Index: projects.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/projects.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- projects.html     26 Dec 2002 08:59:00 -0000      1.5
  +++ projects.html     27 Dec 2002 08:44:45 -0000      1.6
  @@ -89,10 +89,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -114,7 +114,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -153,10 +153,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  
  
  
  1.6       +6 -6      jakarta-ant/proposal/ant-site/anakia/docs/guidelines.html
  
  Index: guidelines.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/guidelines.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- guidelines.html   26 Dec 2002 08:59:00 -0000      1.5
  +++ guidelines.html   27 Dec 2002 08:44:45 -0000      1.6
  @@ -87,10 +87,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -112,7 +112,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -151,11 +151,11 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  -                </li>
  +              <span class="sel"><font color="#ffcc00">Project 
Guidelines</font></span>
  +              </li>
               <li>
                       <a href="./legal.html">Legal</a>
                   </li>
  
  
  
  1.7       +8 -8      jakarta-ant/proposal/ant-site/anakia/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/index.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.html        26 Dec 2002 08:59:00 -0000      1.6
  +++ index.html        27 Dec 2002 08:44:45 -0000      1.7
  @@ -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 - Ant</title>
  +        <title>Apache Ant - Welcome</title>
           <link type="text/css" href="page.css" rel="stylesheet">
             <meta name="author" value="Conor MacNeill">
     <meta name="email" value="">
  @@ -91,10 +91,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  -                </li>
  +              <span class="sel"><font color="#ffcc00">Welcome</font></span>
  +              </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -116,7 +116,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -155,10 +155,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  @@ -196,7 +196,7 @@
         <table class="title">
           <tr>
             <td valign="middle">
  -            <h1>Ant</h1>
  +            <h1>Welcome</h1>
             </td>
           </tr>
         </table>
  
  
  
  1.8       +5 -5      
jakarta-ant/proposal/ant-site/anakia/docs/bindownload.html
  
  Index: bindownload.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/bindownload.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- bindownload.html  26 Dec 2002 08:59:00 -0000      1.7
  +++ bindownload.html  27 Dec 2002 08:44:45 -0000      1.8
  @@ -87,10 +87,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -112,7 +112,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -151,10 +151,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  
  
  
  1.6       +9 -9      jakarta-ant/proposal/ant-site/anakia/docs/antnews.html
  
  Index: antnews.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/antnews.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- antnews.html      26 Dec 2002 08:59:11 -0000      1.5
  +++ antnews.html      27 Dec 2002 08:44:45 -0000      1.6
  @@ -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 - Ant News</title>
  +        <title>Apache Ant - News</title>
           <link type="text/css" href="page.css" rel="stylesheet">
             <meta name="author" value="Conor MacNeill">
     <meta name="email" value="">
  @@ -93,14 +93,14 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
  -                    <a href="./antnews.html">News</a>
  -                </li>
  +              <span class="sel"><font color="#ffcc00">News</font></span>
  +              </li>
             </ul>
       </li>
         <li><font color="#CFDCED">Documentation</font>
  @@ -118,7 +118,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -157,10 +157,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  @@ -198,7 +198,7 @@
         <table class="title">
           <tr>
             <td valign="middle">
  -            <h1>Ant News</h1>
  +            <h1>News</h1>
             </td>
           </tr>
         </table>
  
  
  
  1.6       +5 -5      jakarta-ant/proposal/ant-site/anakia/docs/ant15_todo.html
  
  Index: ant15_todo.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/ant15_todo.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ant15_todo.html   26 Dec 2002 08:59:11 -0000      1.5
  +++ ant15_todo.html   27 Dec 2002 08:44:45 -0000      1.6
  @@ -89,10 +89,10 @@
         <li><font color="#CFDCED">Apache Ant</font>
         <ul>
               <li>
  -                    <a href="./index.html">Front Page</a>
  +                    <a href="./index.html">Welcome</a>
                   </li>
               <li>
  -                    <a href="./LICENSE">License</a>
  +                    <a href="./license.html">License</a>
                   </li>
               <li>
                       <a href="./antnews.html">News</a>
  @@ -114,7 +114,7 @@
                       <a href="./resources.html">Resources</a>
                   </li>
               <li>
  -                    <a href="./faq.html">Ant FAQ</a>
  +                    <a href="./faq.html">Frequently Asked Questions</a>
                   </li>
               <li>
                       <a href="./problems.html">Having Problems?</a>
  @@ -153,10 +153,10 @@
                       <a href="./contributors.html">Contributors</a>
                   </li>
               <li>
  -                    <a href="./mission.html">Mission</a>
  +                    <a href="./mission.html">Apache Ant Mission</a>
                   </li>
               <li>
  -                    <a href="./guidelines.html">Guidelines Notes</a>
  +                    <a href="./guidelines.html">Project Guidelines</a>
                   </li>
               <li>
                       <a href="./legal.html">Legal</a>
  
  
  
  1.1                  jakarta-ant/proposal/ant-site/anakia/docs/license.html
  
  Index: license.html
  ===================================================================
  
  
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
          <html>
      <!-- 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 - License</title>
          <link type="text/css" href="page.css" rel="stylesheet">
          </head>
  
      <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" 
text="#000000" bgcolor="#ffffff">
        <table summary="navigation path" width="100%" border="0" 
cellpadding="0" cellspacing="0">
          <tr>
            <td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" 
height="20"><img height="1" width="5" alt="" border="0" 
src="images/spacer.gif"><font size="2" face="Arial, Helvetica, 
Sans-serif"><script src="breadcrumbs.js" language="JavaScript" 
type="text/javascript"></script></font></td>
          </tr>
          <tr>
            <td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" 
border="0" src="images/spacer.gif"></td>
          </tr>
        </table>
  
        <table summary="header with logos" width="100%" border="0" 
cellpadding="0" cellspacing="0">
          <tr>
            <td bgcolor="#294563"><a href="http://ant.apache.org/";><img 
border="0" alt="Apache XML logo" src="images/group-logo.gif"></a></td><td 
width="100%" align="center" bgcolor="#294563"><a 
href="http://ant.apache.org/";><img alt="Apache XML site" border="0" 
src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" 
bgcolor="#294563">
              <form target="_blank" onsubmit="q.value = query.value + ' 
site:ant.apache.org'" action="http://www.google.com/search"; method="get">
                <table summary="search" border="0" cellspacing="0" 
cellpadding="0" bgcolor="#4C6C8F">
                  <tr>
                    <td colspan="3"><img height="10" width="1" alt="" 
src="images/spacer.gif"></td>
                  </tr>
                  <tr>
                    <td><img height="1" width="1" alt="" 
src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" 
type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" 
alt="" src="images/spacer.gif"><input name="Search" value="Search" 
type="submit">
                    <br>
                    <font face="Arial, Helvetica, Sans-serif" size="2" 
color="white">
                                      the Apache Ant site
  
  
                                      </font></td><td><img height="1" width="1" 
alt="" src="images/spacer.gif"></td>
                  </tr>
                  <tr>
                    <td><img alt="" border="0" height="10" width="9" 
src="images/search-left.gif"></td><td><img height="1" width="1" alt="" 
src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" 
src="images/search-right.gif"></td>
                  </tr>
                </table>
              </form>
            </td><td bgcolor="#294563"><img height="10" width="10" alt="" 
src="images/spacer.gif"></td>
          </tr>
          <tr>
            <td valign="bottom" bgcolor="#294563" colspan="2">
              <div class="tab">
                <table summary="tab bar" border="0" cellpadding="0" 
cellspacing="0">
                  <tr>
  
                    <td width="8"><img alt="" height="8" width="8" 
src="images/spacer.gif"></td><td valign="bottom">
                      <table summary="selected tab" height="30" border="0" 
cellpadding="0" cellspacing="0">
                        <tr>
                        <td valign="top" width="5" bgcolor="#4C6C8F"><img 
height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td 
valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, 
Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" 
bgcolor="#4C6C8F"><img height="5" width="5" alt="" 
src="images/tabSel-right.gif"></td>
                        </tr>
                      </table>
                    </td>
                  </tr>
                </table>
              </div>
            </td><td bgcolor="#294563"><img alt="" width="1" height="1" 
src="images/spacer.gif"></td>
          </tr>
          <tr>
            <td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" 
src="images/spacer.gif"></td>
          </tr>
        </table>
        <table summary="page content" bgcolor="#ffffff" width="100%" border="0" 
cellpadding="0" cellspacing="0">
          <tr>
            <td valign="top">
              <table summary="menu" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td rowspan="3" valign="top">
                    <table summary="blue line" border="0" cellpadding="0" 
cellspacing="0">
                      <tr>
                        <td bgcolor="#294563"><img width="10" height="1" alt="" 
src="images/spacer.gif"></td>
                      </tr>
                      <tr>
                        <td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" 
face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
                      </tr>
                      <tr>
                        <td bgcolor="#294563"><img width="10" height="1" alt="" 
src="images/spacer.gif"></td>
                      </tr>
                    </table>
                  </td><td bgcolor="#294563"><img width="1" height="1" alt="" 
src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img 
width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" 
valign="top" bgcolor="#4C6C8F">
      <div class="menu"><ul>
        <li><font color="#CFDCED">Apache Ant</font>
        <ul>
              <li>
                      <a href="./index.html">Welcome</a>
                  </li>
              <li>
                <span class="sel"><font color="#ffcc00">License</font></span>
                </li>
              <li>
                      <a href="./antnews.html">News</a>
                  </li>
            </ul>
      </li>
        <li><font color="#CFDCED">Documentation</font>
        <ul>
              <li>
                      <a href="./manual/index.html">Manual</a>
                  </li>
              <li>
                      <a href="./projects.html">Related Projects</a>
                  </li>
              <li>
                      <a href="./external.html">External Tools and Tasks</a>
                  </li>
              <li>
                      <a href="./resources.html">Resources</a>
                  </li>
              <li>
                      <a href="./faq.html">Frequently Asked Questions</a>
                  </li>
              <li>
                      <a href="./problems.html">Having Problems?</a>
                  </li>
            </ul>
      </li>
        <li><font color="#CFDCED">Download</font>
        <ul>
              <li>
                      <a href="./bindownload.cgi">Binary Distributions</a>
                  </li>
              <li>
                      <a href="./srcdownload.cgi">Source Distributions</a>
                  </li>
            </ul>
      </li>
        <li><font color="#CFDCED">Get Involved</font>
        <ul>
              <li>
                      <a href="./mail.html">Mailing Lists</a>
                  </li>
              <li>
                      <a href="./cvs.html">CVS Repositories</a>
                  </li>
              <li>
                      <a 
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant";>Bug 
Database</a>
                  </li>
              <li>
                      <a 
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&bug_severity=Enhancement";>Enhancement
 Requests</a>
                  </li>
            </ul>
      </li>
        <li><font color="#CFDCED">Project Management</font>
        <ul>
              <li>
                      <a href="./contributors.html">Contributors</a>
                  </li>
              <li>
                      <a href="./mission.html">Apache Ant Mission</a>
                  </li>
              <li>
                      <a href="./guidelines.html">Project Guidelines</a>
                  </li>
              <li>
                      <a href="./legal.html">Legal</a>
                  </li>
            </ul>
      </li>
      </ul>
                  </td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" 
height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img 
width="1" height="1" alt="" src="images/spacer.gif"></td>
                </tr>
                <tr>
                  <td valign="bottom" align="left" colspan="2" rowspan="2" 
bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" 
src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" 
width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" 
align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" 
width="10" border="0" alt="" src="images/menu-right.gif"></td>
                </tr>
                <tr>
                  <td height="1" bgcolor="#294563"><img width="1" height="1" 
alt="" src="images/spacer.gif"></td>
                </tr>
              </table>
            </td><td valign="top" width="100%">
              <table summary="content" width="100%" border="0" cellpadding="0" 
cellspacing="0">
                <tr>
                  <td colspan="4" bgcolor="#294563"><img width="10" height="1" 
alt="" src="images/spacer.gif"></td>
                </tr>
                <tr>
                  <td align="left" width="10" bgcolor="#CFDCED"><img width="10" 
height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" 
bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, 
Sans-serif">
                  &nbsp;
                  </font><img width="10" height="8" alt="" 
src="images/spacer.gif"></td><td align="right" width="50%" 
bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, 
Sans-serif">
                  &nbsp;
                  </font><img width="10" height="8" alt="" 
src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" 
height="1" alt="" src="images/spacer.gif"></td>
                </tr>
                <tr>
                  <td colspan="4" bgcolor="#294563"><img width="10" height="1" 
alt="" src="images/spacer.gif"></td>
                </tr>
                <tr>
                  <td align="left" width="10"><img width="10" height="1" alt="" 
src="images/spacer.gif"></td><td align="left" width="100%">
                    <div class="content">
        <table class="title">
          <tr>
            <td valign="middle">
              <h1>License</h1>
            </td>
          </tr>
        </table>
                <p>
    <table nowrap border="0" cellspacing="0" cellpadding="2" width="100%">
      <tr><td bgcolor="#294563"><font color="#ffffff"><a name="The Apache 
Software License"><strong>The Apache Software 
License</strong></a></font></td></tr>
    </table>
  
                            <div align="left">
      <table cellspacing="4" cellpadding="0" border="0">
        <tr>
          <td bgcolor="#023264" width="1" height="1"><img 
src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/></td>
          <td bgcolor="#023264" height="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
          <td bgcolor="#023264" width="1" height="1"><img 
src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/></td>
        </tr>
        <tr>
          <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
          <td bgcolor="#ffffff"><pre>/*
   * 
============================================================================
   *                   The Apache Software License, Version 1.1
   * 
============================================================================
   * 
   *    Copyright (C) 2000-2002 The Apache Software Foundation. All
   *    rights reserved.
   * 
   * Redistribution and use in source and binary forms, with or without 
modifica-
   * tion, are permitted provided that the following conditions are met:
   * 
   * 1. Redistributions of  source code must  retain the above copyright  
notice,
   *    this list of conditions and the following disclaimer.
   * 
   * 2. Redistributions in binary form must reproduce the above copyright 
notice,
   *    this list of conditions and the following disclaimer in the 
documentation
   *    and/or other materials provided with the distribution.
   * 
   * 3. The end-user documentation included with the redistribution, if any, 
must
   *    include  the following  acknowledgment:  &quot;This product includes  
software
   *    developed  by the  Apache Software Foundation  
(http://www.apache.org/).&quot;
   *    Alternately, this  acknowledgment may  appear in the software itself,  
if
   *    and wherever such third-party acknowledgments normally appear.
   * 
   * 4. The names &quot;Ant&quot; and  &quot;Apache Software Foundation&quot;  
must not be used to
   *    endorse  or promote  products derived  from this  software without  
prior
   *    written permission. For written permission, please contact
   *    [EMAIL PROTECTED]
   * 
   * 5. Products  derived from this software may not  be called 
&quot;Apache&quot;, nor may
   *    &quot;Apache&quot; appear  in their name,  without prior written 
permission  of the
   *    Apache Software Foundation.
   * 
   * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED 
WARRANTIES,
   * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 
AND
   * FITNESS  FOR A PARTICULAR  PURPOSE ARE  DISCLAIMED.  IN NO  EVENT SHALL  
THE
   * APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY 
DIRECT,
   * INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES 
(INCLU-
   * DING, BUT NOT LIMITED TO, PROCUREMENT  OF SUBSTITUTE GOODS OR SERVICES; 
LOSS
   * OF USE, DATA, OR  PROFITS; OR BUSINESS  INTERRUPTION)  HOWEVER CAUSED AND 
ON
   * ANY  THEORY OF LIABILITY,  WHETHER  IN CONTRACT,  STRICT LIABILITY,  OR 
TORT
   * (INCLUDING  NEGLIGENCE OR  OTHERWISE) ARISING IN  ANY WAY OUT OF THE  USE 
OF
   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   * 
   * This software  consists of voluntary contributions made  by many 
individuals
   * on behalf of the  Apache Software Foundation.  For more  information  on 
the 
   * Apache Software Foundation, please see &lt;http://www.apache.org/&gt;.
   *
   */
  </pre></td>
          <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
        </tr>
        <tr>
          <td bgcolor="#023264" width="1" height="1"><img 
src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/></td>
          <td bgcolor="#023264" height="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
          <td bgcolor="#023264" width="1" height="1"><img 
src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/></td>
        </tr>
      </table>
    </div>
                                  <p>You can download the original license file 
<a href="./LICENSE" traget="_new">here</a></p>
                      </p>
    
    
                      </div>
                  </td><td width="10"><img width="10" height="1" alt="" 
src="images/spacer.gif"></td>
                </tr>
              </table>
            </td>
          </tr>
        </table>
        <table summary="footer" cellspacing="0" cellpadding="0" width="100%" 
height="20" border="0">
          <tr>
            <td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" 
width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a 
href="images/page.gif"></a><a href="images/chapter.gif"></a><a 
href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a 
href="/favicon.ico"></a></td>
          </tr>
          <tr>
            <td colspan="2" bgcolor="#CFDCED" class="copyright" 
align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright 
&copy;
                      2002&nbsp;The Apache Software Foundation. All rights 
reserved.<script type="text/javascript" language="JavaScript"><!--
                          document.write(" - "+"Last Published: " + 
document.lastModified);
                        //  --></script></font></td>
          </tr>
        </table>
      </body>
    </html>
  
  
  
  
  
  
  
  
  
  
  
  
  1.4       +5 -5      
jakarta-ant/proposal/ant-site/anakia/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/stylesheets/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml       10 Dec 2002 10:35:17 -0000      1.3
  +++ project.xml       27 Dec 2002 08:44:45 -0000      1.4
  @@ -6,8 +6,8 @@
       
       <body>
       <menu name="Apache Ant">
  -        <item name="Front Page"            href="/index.html"/>
  -        <item name="License"               href="/LICENSE"/>
  +        <item name="Welcome"               href="/index.html"/>
  +        <item name="License"               href="/license.html"/>
           <item name="News"                  href="/antnews.html"/>
       </menu>
   
  @@ -20,7 +20,7 @@
                 href="/external.html"/>
           <item name="Resources"
                 href="/resources.html"/>
  -        <item name="Ant FAQ"
  +        <item name="Frequently Asked Questions"
                 href="/faq.html"/>
           <item name="Having Problems?"
                 href="/problems.html"/>
  @@ -40,8 +40,8 @@
   
       <menu name="Project Management">
           <item name="Contributors"          href="/contributors.html"/>
  -        <item name="Mission"               href="/mission.html"/>
  -        <item name="Guidelines Notes"      href="/guidelines.html"/>
  +        <item name="Apache Ant Mission"    href="/mission.html"/>
  +        <item name="Project Guidelines"    href="/guidelines.html"/>
           <item name="Legal"                 href="/legal.html"/>
       </menu>
   
  
  
  
  1.2       +17 -9     jakarta-ant/proposal/ant-site/anakia/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 3 Dec 2002 11:20:21 -0000       1.1
  +++ build.xml 27 Dec 2002 08:44:45 -0000      1.2
  @@ -37,21 +37,29 @@
           <anakia basedir="${docs.src}" destdir="${docs.dest}/"
                extension=".html" style="./site.vsl"
                projectFile="${project.file}"
  -             excludes="**/stylesheets/** faq.xml"
  +             excludes="**/stylesheets/**"
                includes="**/*.xml"
                lastModifiedCheck="true"
                templatePath="${templ.path}"
                velocityPropertiesFile="${velocity.props}">
           </anakia>
   
  -        <anakia basedir="${docs.src}" destdir="${docs.dest}/"
  -             extension=".html" style="./faq.vsl"
  -             projectFile="${project.file}"
  -             includes="faq.xml"
  -             lastModifiedCheck="true"
  -             templatePath="${templ.path}"
  -             velocityPropertiesFile="${velocity.props}">
  -        </anakia>
  +        <!-- Copy resources -->
  +        <copy todir="${docs.dest}" filtering="no">
  +            <fileset dir="${docs.src}">
  +                <include name="**/*.html"/>
  +                <include name="**/*.css"/>
  +                <include name="**/*.gif"/>
  +                <include name="**/*.png"/>
  +                <include name="**/*.jpeg"/>
  +                <include name="**/*.jpg"/>
  +                <include name="**/*.swf"/>
  +                <include name="**/*.pdf"/>
  +                <include name="**/*.zip"/>
  +                <include name="**/*.js"/>
  +                <include name="**/*.ico"/>
  +            </fileset>
  +        </copy>
       </target>
       
       <target name="javadocs">
  
  
  
  1.1                  
jakarta-ant/proposal/ant-site/anakia/xdocs/images/ant_logo_large.gif
  
        <<Binary file>>
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to