You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by rh...@apache.org on 2013/03/18 15:33:22 UTC

svn commit: r854953 - /websites/production/db/content/derby/dev/derby_source.html

Author: rhillegas
Date: Mon Mar 18 14:33:22 2013
New Revision: 854953

Log:
DERBY-6104: Commit website target changes corresponding to source revision 1457780.

Modified:
    websites/production/db/content/derby/dev/derby_source.html

Modified: websites/production/db/content/derby/dev/derby_source.html
==============================================================================
--- websites/production/db/content/derby/dev/derby_source.html (original)
+++ websites/production/db/content/derby/dev/derby_source.html Mon Mar 18 14:33:22 2013
@@ -240,6 +240,8 @@ Currently Derby has the following branch
 </p>
 <ul>
   
+<li> 10.10 </li>
+  
 <li> 10.9 </li>
   
 <li> 10.8 </li>
@@ -269,11 +271,11 @@ Use the command shown below to check out
 <p>
 Where <em>branch</em> is the number of the branch.
 For example, the following command checks out the source code for
-the 10.9 branch:
+the 10.10 branch:
 </p>
-<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.9/
+<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.10/
 </pre>
-<a name="N1006E"></a><a name="Development+trunk"></a>
+<a name="N10071"></a><a name="Development+trunk"></a>
 <h3 class="boxed">Development trunk</h3>
 <p>
 Use the command shown below to check out the development trunk:
@@ -322,13 +324,13 @@ The alpha version tag explicitly disable
 </div>
 
 
-<a name="N100A2"></a><a name="Software+required+to+build+Derby"></a>
+<a name="N100A5"></a><a name="Software+required+to+build+Derby"></a>
 <h2 class="boxed">Software required to build Derby</h2>
 <div class="section">
 <p>
 Derby is designed to work in JSR 169, JDBC 3.0,
-and JDBC 4.1 environments. In addition, optional run-time
-code may take advantage of features introduced by Java 5.
+JDBC 4.1, and JDBC 4.2 environments. In addition, optional run-time
+code may take advantage of features introduced by Java 5 and later versions of the JVM.
 </p>
 <p>
 The software required to build the Derby mainline is summarized in the table below.
@@ -366,9 +368,9 @@ those instructions live in a file called
     
 <tr>
     
-<td colspan="1" rowspan="1"> Java Development Kit (JDK) release 5</td>
-    <td colspan="1" rowspan="1"> Any Java 5 JDK, Java's reference implementation is at
-          <a class="external" href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a>
+<td colspan="1" rowspan="1"> Java Development Kit (JDK) release 5 or later</td>
+    <td colspan="1" rowspan="1"> Any Java 5 or later JDK. Java's reference implementation is at
+          <a class="external" href="http://www.oracle.com/technetwork/java/index.html">http://www.oracle.com/technetwork/java/index.html</a>
     </td>
     
 </tr>
@@ -379,7 +381,7 @@ those instructions live in a file called
 </div>
 
 
-<a name="N100E8"></a><a name="How+to+build+Derby"></a>
+<a name="N100EB"></a><a name="How+to+build+Derby"></a>
 <h2 class="boxed">How to build Derby</h2>
 <div class="section">
 <p>
@@ -390,7 +392,7 @@ at the root of the source code tree.
 </div>
 
 
-<a name="N100F6"></a><a name="How+to+test+Derby"></a>
+<a name="N100F9"></a><a name="How+to+test+Derby"></a>
 <h2 class="boxed">How to test Derby</h2>
 <div class="section">
 <p>
@@ -412,7 +414,7 @@ resources.
 </div>
 
 
-<a name="N1011D"></a><a name="How+to+submit+a+patch"></a>
+<a name="N10120"></a><a name="How+to+submit+a+patch"></a>
 <h2 class="boxed">How to submit a patch</h2>
 <div class="section">
 <p>
@@ -426,7 +428,7 @@ or Documentation</a> section in the
 
 <p>
 
-<em>Last updated: May 24, 2012</em>
+<em>Last updated: March 18, 2013</em>
 
 </p>