dion 2004/09/06 18:39:55
Modified: jexl/xdocs navigation.xml
Added: jexl/xdocs releases.xml
Log:
Reorg nav to include release info
Revision Changes Path
1.8 +2 -2 jakarta-commons/jexl/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jexl/xdocs/navigation.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- navigation.xml 3 Sep 2004 06:21:40 -0000 1.7
+++ navigation.xml 7 Sep 2004 01:39:55 -0000 1.8
@@ -25,8 +25,8 @@
<item name="Overview" href="/index.html" />
<item name="API Documentation" href="/apidocs/index.html"/>
<item name="Examples"
href="http://cvs.apache.org/viewcvs/jakarta-commons/jexl/examples/"/>
- <item name="Release Builds" href="/downloads.html"/>
- <item name="Nightly Builds" href="/nightly.html"/>
+ <item name="Releases and Builds" href="/releases.html"/>
+ <item name="Jar Downloads" href="/downloads.html"/>
<item name="Reference" href="/reference/index.html">
</item>
<item name="JEXL Wiki"
href="http://wiki.apache.org/jakarta-commons/JEXL"/>
1.1 jakarta-commons/jexl/xdocs/releases.xml
Index: releases.xml
===================================================================
<?xml version="1.0"?>
<!--
Copyright 2003-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>Downloads</title>
</properties>
<body>
<section name="Releases">
<p><strong>Latest Stable Release</strong></p>
<ul>
<li><a href="http://jakarta.apache.org/site/binindex.cgi#JEXL">1.0
Binary</a></li>
<li><a href="http://jakarta.apache.org/site/sourceindex.cgi#JEXL">1.0
Source</a></li>
</ul>
<!-- p><strong>Latest Development Release</strong></p>
<ul>
<li><a
href="http://www.apache.org/~martinc/validator/v1.1.2/commons-validator-1.1.2.zip">1.1.2
Binary</a></li>
<li><a
href="http://www.apache.org/~martinc/validator/v1.1.2/commons-validator-1.1.2-src.zip">1.1.2
Source</a></li>
</ul-->
<p><strong>Nightly Builds</strong></p>
<ul>
<li><a
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-jexl/">Binary/Source</a></li>
</ul>
<!--
<p>
<strong>Archived Releases</strong>
<br/>
Older releases are retained by the Apache Software Foundation but are
moved into a
<a href="http://archive.apache.org/dist/jakarta/commons/validator/">
special archive area</a>.
</p>
-->
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]