Author: rhillegas Date: Tue Sep 19 03:07:15 2017 New Revision: 1018347 Log: DERBY-6941: Update the list of Derby branches on the website; commit derby-6941-06-aa-updateVersionListOnWebsite.diff.
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 Tue Sep 19 03:07:15 2017 @@ -192,9 +192,6 @@ document.write("Last Published: " + docu </ul> </li> <li> -<a href="#Software+required+to+build+Derby">Software required to build Derby</a> -</li> -<li> <a href="#How+to+build+Derby">How to build Derby</a> </li> <li> @@ -240,6 +237,8 @@ Currently Derby has the following branch </p> <ul> +<li> 10.14 </li> + <li> 10.13 </li> <li> 10.12 </li> @@ -277,11 +276,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.11 branch: +the 10.14 branch: </p> -<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.11/ +<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.14/ </pre> -<a name="N1007A"></a><a name="Development+trunk"></a> +<a name="N1007D"></a><a name="Development+trunk"></a> <h3 class="boxed">Development trunk</h3> <p> Use the command shown below to check out the development trunk: @@ -330,64 +329,7 @@ The alpha version tag explicitly disable </div> -<a name="N100AE"></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 -JDBC 4.1 and JDBC 4.2 environments and on Java 8 compact profile 2 (for resource-limited devices). In addition, optional run-time -code may take advantage of features introduced by Java 7 and later versions of the JVM. -</p> -<p> -The software required to build the Derby mainline is summarized in the table below. -However, doublecheck the -<a class="external" href="http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.html?view=co">BUILDING.html</a> -instructions for installation locations before downloading the software. -(Note: if your browser shows HTML source for this page instead of -displaying it, -save the file locally with <strong>File -> Save Page As</strong>, -then open the file you saved.) -If -you need to build an earlier version of Derby, please consult the -build instructions in the appropriate code branch. For 10.4 and earlier branches, -those instructions live in a file called BUILDING.txt rather than BUILDING.html. -</p> -<table class="ForrestTable" cellspacing="1" cellpadding="4"> - -<tr> - -<th colspan="1" rowspan="1">Software</th> - <th colspan="1" rowspan="1">Where to obtain it</th> - -</tr> - - -<tr> - -<td colspan="1" rowspan="1">Apache Ant 1.9.2</td> - <td colspan="1" rowspan="1"> - <a class="external" href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a> - </td> - -</tr> - - -<tr> - -<td colspan="1" rowspan="1"> Java Development Kit (JDK) release 6 or later</td> - <td colspan="1" rowspan="1"> Any Java 6 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> - - - -</table> -</div> - - -<a name="N100F4"></a><a name="How+to+build+Derby"></a> +<a name="N100B1"></a><a name="How+to+build+Derby"></a> <h2 class="boxed">How to build Derby</h2> <div class="section"> <p> @@ -398,7 +340,7 @@ at the root of the source code tree. </div> -<a name="N10102"></a><a name="How+to+test+Derby"></a> +<a name="N100BF"></a><a name="How+to+test+Derby"></a> <h2 class="boxed">How to test Derby</h2> <div class="section"> <p> @@ -420,7 +362,7 @@ resources. </div> -<a name="N10129"></a><a name="How+to+submit+a+patch"></a> +<a name="N100E6"></a><a name="How+to+submit+a+patch"></a> <h2 class="boxed">How to submit a patch</h2> <div class="section"> <p> @@ -434,7 +376,7 @@ or Documentation</a> section in the <p> -<em>Last updated: August 1, 2014</em> +<em>Last updated: September 18, 2017</em> </p>