You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2006/10/06 02:23:05 UTC

svn commit: r453434 [3/4] - in /db/derby/site/trunk: build/site/ build/site/releases/ src/documentation/conf/ src/documentation/content/xdocs/ src/documentation/content/xdocs/releases/

Propchange: db/derby/site/trunk/build/site/releases/release-10.2.1.6.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: db/derby/site/trunk/src/documentation/conf/cli.xconf
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/conf/cli.xconf?view=diff&rev=453434&r1=453433&r2=453434
==============================================================================
--- db/derby/site/trunk/src/documentation/conf/cli.xconf (original)
+++ db/derby/site/trunk/src/documentation/conf/cli.xconf Thu Oct  5 17:23:04 2006
@@ -310,6 +310,7 @@
      <uri type="append" src="releases/release-10.1.1.0.html"/>
      <uri type="append" src="releases/release-10.1.2.1.html"/>
      <uri type="append" src="releases/release-10.1.3.1.html"/>
+     <uri type="append" src="releases/release-10.2.1.6.html"/>
    </uris>
 
    <!--+

Modified: db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml?view=diff&rev=453434&r1=453433&r2=453434
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml Thu Oct  5 17:23:04 2006
@@ -27,14 +27,17 @@
 <section>
 <title> Latest Official Release </title>
 <ul>
-   <li> <a href="releases/release-10.1.3.1.cgi">10.1.3.1</a> 
-   (Jun 30, 2006 / SVN 417277)
+   <li> <a href="releases/release-10.2.1.6.cgi">10.2.1.6</a> 
+   (Oct 02, 2006 / SVN 452058)
    </li>
 </ul>
 </section>
 <section>
 <title>Previous Official Releases</title>
 <ul>
+   <li> <a href="releases/release-10.1.3.1.cgi">10.1.3.1</a> 
+   (Jun 30, 2006 / SVN 417277)
+   </li>
    <li> <a href="releases/release-10.1.2.1.cgi">10.1.2.1</a> 
    (Nov 18, 2005 / SVN 330608)
    </li>
@@ -43,13 +46,6 @@
    </li>
 </ul>
 </section>
-<section>
-<title> Upcoming Release </title>
-<ul>
-   <li> <a href="http://wiki.apache.org/db-derby/TenTwoRelease">10.2</a> 
-   </li>
-</ul>
-</section>
 
 <section>
 <title>Nightly Builds</title>
@@ -59,8 +55,9 @@
 </p>
 
 <ul>
-   <li> <a href="http://www.multinet.no/~solberg/public/Apache/Derby-10.1/builds/">10.1</a></li>
    <li> <a href="http://www.multinet.no/~solberg/public/Apache/Derby/builds/">Development trunk</a></li>
+   <li> <a href="http://www.multinet.no/~solberg/public/Apache/Derby-10.2/builds/">10.2</a></li>
+   <li> <a href="http://www.multinet.no/~solberg/public/Apache/Derby-10.1/builds/">10.1</a></li>
 </ul>
 
 <p>
@@ -171,9 +168,9 @@
 </p>
 
 <ul>
-  <li> 10.0 </li>
-  <li> 10.1 </li>
   <li> 10.2 </li>
+  <li> 10.1 </li>
+  <li> 10.0 </li>
 </ul>
 
 <p>
@@ -186,10 +183,10 @@
 <p>
 Where <em>branch</em> is the number of the branch.
 For example, the following command checks out the source code for
-the 10.1 branch:
+the 10.2 branch:
 </p>
 
-<source>svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.1/
+<source>svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.2/
 </source>
 
 </section>

Added: db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.2.1.6.cgi
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.2.1.6.cgi?view=auto&rev=453434
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.2.1.6.cgi (added)
+++ db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.2.1.6.cgi Thu Oct  5 17:23:04 2006
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+# 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.    
+
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+# Copied from Stefan's http://www.apache.org/~bodewig/mirror.html
+cd /www/www.apache.org/dyn/mirrors 
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Propchange: db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.2.1.6.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.2.1.6.cgi
------------------------------------------------------------------------------
    svn:executable = *