Removed the custom download page and use directly the CGI page

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jci/trunk@1530573 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/site.xml b/src/site/site.xml
index 97f5777..e34c226 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -28,7 +28,7 @@
             <item name="Usage" href="usage.html"/>
             <item name="FAQ" href="faq.html"/>
             <item name="Issue Tracking" href="issue-tracking.html"/>
-            <item name="Downloads" href="downloads.html"/>
+            <item name="Downloads" href="download_jci.cgi"/>
             <item name="Javadoc" href="apidocs/index.html"/>
         </menu>
     </body>
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
deleted file mode 100644
index 9b2afa4..0000000
--- a/src/site/xdoc/downloads.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<!--
-
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You 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>Apache Commons JCI - Downloads</title>
-      <author email="dev@commons.apache.org">Commons Development Team</author>
-   </properties>
-
-   <body>
-      <section name="Releases">
-
-         <p>The following releases are available:</p>
-
-         <h1>Version 1.1 </h1>
-         <p>
-             The current trunk and not released yet. Access to the source tree to see the latest and
-             greatest code is possible through <a href="source-repository.html">anonymous SVN access</a>.
-         </p>
-
-         <h1>Version 1.0, 18.06.2007</h1>
-         <p>
-             JCI is available through <a href="http://repo1.maven.org">maven repository</a> mirrors.
-             Traditional release distributions are are available from the
-             <a href="http://commons.apache.org/jci/download_jci.cgi">JCI download page</a>.
-         </p>
-<!--
-         <p>
-            Older releases are retained by the Apache Software Foundation but are 
-            moved into a <a href="http://archive.apache.org/dist/commons/jci/">
-            special archive area</a>.
-         </p>
-         <p>
-           <a href="http://people.apache.org/builds/commons/nightly/commons-jci/">
-           Nightly source and binary drops</a> are available.
-         </p>
--->
-      </section>
-
-<!--
-      <section name="Release Candidate">
-         <p>
-            Release candidates for the upcoming 1.1 release can be downloaded 
-            <a href="http://people.apache.org/~tcurdt/jci/rc/">here</a>.
-         </p>
-         <p>
-            Please review and report any problem on the 
-            <a href="mail-lists.html">mailing list</a>.
-         </p>
-         <p>
-            Planet release target is 10 April 200x.
-         </p>
-      </section>
--->
-   </body>
-</document>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 6bdf875..15da165 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -39,12 +39,12 @@
         </section>
         <section name="Releases">
             <p>
-                See the <a href="downloads.html">downloads</a> page for information on obtaining releases.
+                See the <a href="download_jci.cgi">downloads</a> page for information on obtaining releases.
             </p>
         </section>
         <section name="Documentation">
             <p>
-                The <a href="apidocs/index.html">JavaDoc API documents</a> are available online.
+                The <a href="apidocs/index.html">Javadoc API documents</a> are available online.
             </p>
         </section>
     </body>