git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275259 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -169,25 +169,24 @@ | |||||
| <div class="content"> | <div class="content"> | ||||
| <h1 class="title">Welcome</h1> | <h1 class="title">Welcome</h1> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name="Ant wins Java Pro award"></a> | |||||
| Ant wins Java Pro award | |||||
| <a name="ApacheCon 2003"></a> | |||||
| ApacheCon 2003 | |||||
| </h3> | </h3> | ||||
| <a href="http://www.ftponline.com/javapro/"> | |||||
| <img style="padding: 5px" src="images/jp_rcwinner_2003.gif" alt="" border="0" height="80" width="139" align="right" /> | |||||
| </a> | |||||
| <a href="http://apachecon.com/2003/US/index.html"> | |||||
| <img align="right" border="0" src="http://jakarta.apache.org/images/logos/ac2003-150.gif" /> | |||||
| </a> | |||||
| <p> | <p> | ||||
| Following on from recently winning the Javaworld Editors' award, Ant has | |||||
| been awarded the Java Pro 2003 Readers' Choice Award for | |||||
| </p> | |||||
| <p> | |||||
| <strong>Most Valuable Java Deployment Technology</strong> | |||||
| <a href="http://apachecon.com/2003/US/index.html">ApacheCon US 2003</a> | |||||
| is now open for registration. ApacheCon is the conference for all things | |||||
| Apache. Come along and learn about a range of new technologies, meet some | |||||
| Apache folks and share the knowledge. | |||||
| </p> | </p> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name="Ant 1.5.4"></a> | <a name="Ant 1.5.4"></a> | ||||
| Ant 1.5.4 | Ant 1.5.4 | ||||
| </h3> | </h3> | ||||
| <p>Apache Ant 1.5.4 is now available for | |||||
| <a href="http://ant.apache.org/bindownload.cgi">download</a>. | |||||
| <p>Apache Ant 1.5.4 is now available for | |||||
| <a href="http://ant.apache.org/bindownload.cgi">download</a>. | |||||
| </p> | </p> | ||||
| <div class="warning"> | <div class="warning"> | ||||
| <div class="label">Note</div> | <div class="label">Note</div> | ||||
| @@ -248,14 +247,14 @@ You can view the documentation for the current release (Apache Ant 1.5.4) | |||||
| <a href="manual/index.html">online</a> | <a href="manual/index.html">online</a> | ||||
| </p> | </p> | ||||
| <p> | <p> | ||||
| Comprehensive documentation is included in the source and binary distributions. | |||||
| Comprehensive documentation is included in the source and binary distributions. | |||||
| </p> | </p> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name="Nightly Builds"></a> | <a name="Nightly Builds"></a> | ||||
| Nightly Builds | Nightly Builds | ||||
| </h3> | </h3> | ||||
| <p> | <p> | ||||
| If you wish to use the latest Ant features, you can try downloading a nightly | |||||
| If you wish to use the latest Ant features, you can try downloading a nightly | |||||
| build from <a href="http://cvs.apache.org/builds/ant/nightly/">here</a> | build from <a href="http://cvs.apache.org/builds/ant/nightly/">here</a> | ||||
| </p> | </p> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| @@ -1,9 +1,9 @@ | |||||
| body { | |||||
| body { | |||||
| background-color: #FFFFFF; | background-color: #FFFFFF; | ||||
| color: #000000; | color: #000000; | ||||
| margin: 0px 0px 0px 0px; | |||||
| font-family: Verdana, Helvetica, sans-serif; | |||||
| font-size : 90%; | |||||
| margin: 0px 0px 0px 0px; | |||||
| font-family: Verdana, Helvetica, sans-serif; | |||||
| font-size : 90%; | |||||
| } | } | ||||
| a:link { color: #0F3660; } | a:link { color: #0F3660; } | ||||
| @@ -12,15 +12,15 @@ a:active { color: #000066; } | |||||
| a:hover { color: #000066; } | a:hover { color: #000066; } | ||||
| .menucontainer { | .menucontainer { | ||||
| float: left; | |||||
| background-color: #4C6C8F; | |||||
| margin: 0px 5px; | |||||
| width: 250px; | |||||
| float: left; | |||||
| background-color: #4C6C8F; | |||||
| margin: 0px 5px; | |||||
| width: 250px; | |||||
| } | } | ||||
| .menu { | .menu { | ||||
| font-size : 90%; | |||||
| padding: 3px 8px 5px 3px; | |||||
| font-size : 90%; | |||||
| padding: 3px 8px 5px 3px; | |||||
| border-right: 1px solid #294563; | border-right: 1px solid #294563; | ||||
| border-left: 1px solid #294563; | border-left: 1px solid #294563; | ||||
| } | } | ||||
| @@ -52,15 +52,15 @@ table .title { background-color: #FFFFFF; width:100%; border: 0px; } | |||||
| .pre { white-space: pre;} | .pre { white-space: pre;} | ||||
| .nowrap { white-space: nowrap;} | .nowrap { white-space: nowrap;} | ||||
| .main { | |||||
| .main { | |||||
| margin-left: 280px; | margin-left: 280px; | ||||
| margin-right: 5px; | margin-right: 5px; | ||||
| } | } | ||||
| .content { | |||||
| padding: 5px 5px 5px 10px; | |||||
| font : small Verdana, Helvetica, sans-serif; | |||||
| font-size : 90%; | |||||
| .content { | |||||
| padding: 5px 5px 5px 10px; | |||||
| font : small Verdana, Helvetica, sans-serif; | |||||
| font-size : 90%; | |||||
| } | } | ||||
| .content .ForrestTable { width: 100%; background-color: #7099C5; color: #ffffff; font-size : 90%;} | .content .ForrestTable { width: 100%; background-color: #7099C5; color: #ffffff; font-size : 90%;} | ||||
| @@ -112,7 +112,7 @@ table .title { background-color: #FFFFFF; width:100%; border: 0px; } | |||||
| font-family: arial,helvetica,sanserif; | font-family: arial,helvetica,sanserif; | ||||
| background-color: #4C6C8F; | background-color: #4C6C8F; | ||||
| color: #ffffff; | color: #ffffff; | ||||
| font-weight: bold; | |||||
| font-weight: bold; | |||||
| padding: 2px; | padding: 2px; | ||||
| clear: right; | clear: right; | ||||
| } | } | ||||
| @@ -153,20 +153,20 @@ table .title { background-color: #FFFFFF; width:100%; border: 0px; } | |||||
| clear: both; | clear: both; | ||||
| text-align: center; | text-align: center; | ||||
| margin: 0px; | margin: 0px; | ||||
| border-top: thin solid #4C6C8F; | |||||
| border-top: thin solid #4C6C8F; | |||||
| } | } | ||||
| .bluebar { | .bluebar { | ||||
| padding: 5px 5px 5px 10px; | |||||
| padding: 5px 5px 5px 10px; | |||||
| background-color: #4C6C8F; | background-color: #4C6C8F; | ||||
| margin: 0px; | margin: 0px; | ||||
| } | } | ||||
| .lightbluebar { | .lightbluebar { | ||||
| padding: 5px 5px 5px 10px; | |||||
| padding: 5px 5px 5px 10px; | |||||
| background-color: #CFDCED; | background-color: #CFDCED; | ||||
| margin: 0px; | margin: 0px; | ||||
| border-top: 1px solid #294563; | |||||
| border-top: 1px solid #294563; | |||||
| border-bottom: 1px solid #294563; | border-bottom: 1px solid #294563; | ||||
| } | } | ||||
| @@ -9,26 +9,24 @@ | |||||
| <body> | <body> | ||||
| <section name="Ant wins Java Pro award"> | |||||
| <a href="http://www.ftponline.com/javapro/"> | |||||
| <img style="padding: 5px" src="images/jp_rcwinner_2003.gif" alt="" | |||||
| border="0" height="80" width="139" align="right"/> | |||||
| </a> | |||||
| <p> | |||||
| Following on from recently winning the Javaworld Editors' award, Ant has | |||||
| been awarded the Java Pro 2003 Readers' Choice Award for | |||||
| </p> | |||||
| <section name="ApacheCon 2003"> | |||||
| <a href="http://apachecon.com/2003/US/index.html"> | |||||
| <img align="right" | |||||
| border="0" src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/> | |||||
| </a> | |||||
| <p> | <p> | ||||
| <strong>Most Valuable Java Deployment Technology</strong> | |||||
| <a href="http://apachecon.com/2003/US/index.html">ApacheCon US 2003</a> | |||||
| is now open for registration. ApacheCon is the conference for all things | |||||
| Apache. Come along and learn about a range of new technologies, meet some | |||||
| Apache folks and share the knowledge. | |||||
| </p> | </p> | ||||
| </section> | </section> | ||||
| <section name="Ant 1.5.4"> | <section name="Ant 1.5.4"> | ||||
| <p>Apache Ant 1.5.4 is now available for | |||||
| <a href="http://ant.apache.org/bindownload.cgi">download</a>. | |||||
| <p>Apache Ant 1.5.4 is now available for | |||||
| <a href="http://ant.apache.org/bindownload.cgi">download</a>. | |||||
| </p> | </p> | ||||
| <div class="warning"> | <div class="warning"> | ||||
| <div class="label">Note</div> | <div class="label">Note</div> | ||||
| <div class="content">Ant 1.5.4 will be the last release that supports | <div class="content">Ant 1.5.4 will be the last release that supports | ||||
| @@ -36,7 +34,7 @@ | |||||
| later | later | ||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| </section> | </section> | ||||
| <section name="Apache Ant"> | <section name="Apache Ant"> | ||||
| @@ -86,28 +84,28 @@ on. | |||||
| </p> | </p> | ||||
| </section> | </section> | ||||
| <section name="Documentation"> | <section name="Documentation"> | ||||
| <p> | <p> | ||||
| You can view the documentation for the current release (Apache Ant 1.5.4) | You can view the documentation for the current release (Apache Ant 1.5.4) | ||||
| <a href="manual/index.html">online</a> | <a href="manual/index.html">online</a> | ||||
| </p> | </p> | ||||
| <p> | <p> | ||||
| Comprehensive documentation is included in the source and binary distributions. | |||||
| Comprehensive documentation is included in the source and binary distributions. | |||||
| </p> | </p> | ||||
| </section> | </section> | ||||
| <section name="Nightly Builds"> | <section name="Nightly Builds"> | ||||
| <p> | <p> | ||||
| If you wish to use the latest Ant features, you can try downloading a nightly | |||||
| If you wish to use the latest Ant features, you can try downloading a nightly | |||||
| build from <a href="http://cvs.apache.org/builds/ant/nightly/">here</a> | build from <a href="http://cvs.apache.org/builds/ant/nightly/">here</a> | ||||
| </p> | </p> | ||||
| </section> | </section> | ||||
| <section name="Get Involved"> | <section name="Get Involved"> | ||||
| <ul> | <ul> | ||||
| <li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li> | <li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li> | ||||