Author: rhillegas
Date: Sun Jan 17 19:41:15 2021
New Revision: 1070271
Log:
DERBY-7097: Check in generated content corresponding to commit 1885618.
Modified:
websites/production/db/content/derby/manuals/index.html
websites/production/db/content/derby/papers/DerbyTut/install_software.html
websites/production/db/content/derby/quick_start.html
websites/production/db/content/derby/releases/release-10_15_2_0.html
Modified: websites/production/db/content/derby/manuals/index.html
==============================================================================
--- websites/production/db/content/derby/manuals/index.html (original)
+++ websites/production/db/content/derby/manuals/index.html Sun Jan 17 19:41:15
2021
@@ -182,9 +182,6 @@ document.write("Last Published: " + docu
<a href="#Descriptions">Descriptions</a>
</li>
<li>
-<a href="#latest">Latest Alpha Manuals</a>
-</li>
-<li>
<a href="#docs_10.15">10.15 Manuals</a>
</li>
<li>
@@ -349,95 +346,6 @@ A description of each manual is below:
</div>
-<a name="latest"></a>
-<h2 class="boxed">Latest Alpha Manuals</h2>
-<div class="section">
-<p>The latest development version of the manuals, corresponding to the
-Derby alpha codeline, are listed in this section.
- </p>
-<table class="ForrestTable" cellspacing="1" cellpadding="4">
-
-<tr>
-
-<th colspan="2" rowspan="1">English</th>
-
-</tr>
-
-<tr>
-
-<td colspan="1" rowspan="1">API Reference</td>
- <td colspan="1" rowspan="1"><a class="external"
href="https://builds.apache.org/job/Derby-trunk/lastSuccessfulBuild/artifact/trunk/javadoc/publishedapi/index.html">HTML</a></td>
-
-</tr>
-
-<tr>
-
-<td colspan="1" rowspan="1"><em>Getting Started with Derby</em></td>
- <td colspan="1" rowspan="1"> [<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/getstart/getstartderby.pdf">PDF</a>]
- [<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/getstart/index.html">HTML
Pages</a>]
- </td>
-
-</tr>
-
-<tr>
-
-<td colspan="1" rowspan="1"><em>Derby Reference Manual</em></td>
- <td colspan="1" rowspan="1">[<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/ref/refderby.pdf">PDF</a>]
- [<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/ref/index.html">HTML
Pages</a>]
- </td>
-
-</tr>
-
-<tr>
-
-<td colspan="1" rowspan="1"><em>Derby Developer's Guide</em></td>
- <td colspan="1" rowspan="1">[<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/devguide/derbydev.pdf">PDF</a>]
- [<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/devguide/index.html">HTML
Pages</a>]
- </td>
-
-</tr>
-
-<tr>
-
-<td colspan="1" rowspan="1"><em>Derby Security Guide</em></td>
- <td colspan="1" rowspan="1">[<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/security/secderby.pdf">PDF</a>]
- [<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/security/index.html">HTML
Pages</a>]
- </td>
-
-</tr>
-
-<tr>
-
-<td colspan="1" rowspan="1"><em>Tuning Derby</em></td>
- <td colspan="1" rowspan="1">[<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/tuning/tuningderby.pdf">PDF</a>]
- [<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/tuning/index.html">HTML
Pages</a>]
- </td>
-
-</tr>
-
-<tr>
-
-<td colspan="1" rowspan="1"><em>Derby Server and Administration Guide</em></td>
- <td colspan="1" rowspan="1">[<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/adminguide/derbyadmin.pdf">PDF</a>]
- [<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/adminguide/index.html">HTML
Pages</a>]
- </td>
-
-</tr>
-
-<tr>
-
-<td colspan="1" rowspan="1"><em>Derby Tools and Utilities Guide</em></td>
- <td colspan="1" rowspan="1">[<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/tools/derbytools.pdf">PDF</a>]
- [<a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/tools/index.html">HTML
Pages</a>]
- </td>
-
-</tr>
-
-
-</table>
-</div>
-
-
<a name="docs_10.15"></a>
<h2 class="boxed">10.15 Manuals</h2>
<div class="section">
Modified:
websites/production/db/content/derby/papers/DerbyTut/install_software.html
==============================================================================
--- websites/production/db/content/derby/papers/DerbyTut/install_software.html
(original)
+++ websites/production/db/content/derby/papers/DerbyTut/install_software.html
Sun Jan 17 19:41:15 2021
@@ -549,10 +549,10 @@ $ export DERBY_INSTALL=/opt/Apache/db-de
shown below:
</p>
<p class="code-block">Windows:
-C:\> set
CLASSPATH=%DERBY_INSTALL%\lib\derby.jar;%DERBY_INSTALL%\lib\derbytools.jar;.
+C:\> set
CLASSPATH=%DERBY_INSTALL%\lib\derby.jar;%DERBY_INSTALL%\lib\derbytools.jar;%DERBY_INSTALL%\lib\derbyoptionaltools.jar;%DERBY_INSTALL%\lib\derbyshared.jar;.
</p>
<p class="code-block">UNIX:
-$ export
CLASSPATH=$DERBY_INSTALL/lib/derby.jar:$DERBY_INSTALL/lib/derbytools.jar:.
+$ export
CLASSPATH=$DERBY_INSTALL/lib/derby.jar:$DERBY_INSTALL/lib/derbytools.jar:$DERBY_INSTALL/lib/derbyoptionaltools.jar:$DERBY_INSTALL/lib/derbyshared.jar:.
</p>
<p>
Notice that multiple entries in the class path are separated by a
@@ -667,11 +667,11 @@ is where you expect it:
</p>
<p class="code-block">Windows:
C:\> echo %CLASSPATH%
-C:\Apache\DB-DER~1.1-B\lib\derby.jar;C:\Apache\DB-DER~1.1-B\lib\derbytools.jar;
+C:\Apache\DB-DER~1.1-B\lib\derby.jar;C:\Apache\DB-DER~1.1-B\lib\derbytools.jar;C:\Apache\DB-DER~1.1-B\lib\derbyoptionaltools.jar;C:\Apache\DB-DER~1.1-B\lib\derbyshared.jar;
</p>
<p class="code-block">UNIX:
$ echo $CLASSPATH
-/opt/Apache/db-derby-10.15.2.0-bin/lib/derby.jar:/opt/Apache/db-derby-10.15.2.0-bin/lib/derbytools.jar:
+/opt/Apache/db-derby-10.15.2.0-bin/lib/derby.jar:/opt/Apache/db-derby-10.15.2.0-bin/lib/derbytools.jar:/opt/Apache/db-derby-10.15.2.0-bin/lib/derbyoptionaltools.jar:/opt/Apache/db-derby-10.15.2.0-bin/lib/derbyshared.jar:
</p>
<p>
If <span class="codefrag">sysinfo</span> outputs valid information, you're
Modified: websites/production/db/content/derby/quick_start.html
==============================================================================
--- websites/production/db/content/derby/quick_start.html (original)
+++ websites/production/db/content/derby/quick_start.html Sun Jan 17 19:41:15
2021
@@ -187,14 +187,14 @@ The resources listed below are intended
<a href="derby_downloads.html">Download Derby!</a>
</li>
-<li> The <a class="external"
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/getstart/index.html">Getting
+<li> The <a class="external"
href="https://db.apache.org/derby/docs/10.15/getstart/index.html">Getting
Started</a> guide introduces Derby.
</li>
<li> The online <a href="papers/DerbyTut/index.html">Apache Derby
Tutorial</a> provides a quick hands-on overview,
and the
- <a class="external"
href="http://wiki.apache.org/db-derby/WorkingWithDerby#Tutorials">WorkingWithDerby
+ <a class="external"
href="https://wiki.apache.org/db-derby/WorkingWithDerby#Tutorials">WorkingWithDerby
Wiki page</a> links to even more tutorials.
</li>
@@ -220,11 +220,11 @@ Below is a list of resources that explai
<ul>
<li>
-<a class="external"
href="http://wiki.apache.org/db-derby/WorkingWithDerby#Examples">Examples</a>
+<a class="external"
href="https://wiki.apache.org/db-derby/WorkingWithDerby#Examples">Examples</a>
</li>
<li>
-<a class="external"
href="http://wiki.apache.org/db-derby/WorkingWithDerby#Demos">Demos</a>
+<a class="external"
href="https://wiki.apache.org/db-derby/WorkingWithDerby#Demos">Demos</a>
</li>
@@ -258,11 +258,11 @@ Below is a list of resources that explai
</li>
<li>
-<a class="external"
href="http://www.thecoadletter.com/article/0,1410,33327,00.html">JBuilder</a>
+<a class="external"
href="https://www.thecoadletter.com/article/0,1410,33327,00.html">JBuilder</a>
</li>
<li>
-<a class="external"
href="http://www.netbeans.org/kb/55/derby-demo.html">NetBeans</a>
+<a class="external"
href="https://www.netbeans.org/kb/55/derby-demo.html">NetBeans</a>
</li>
</ul>
@@ -323,10 +323,10 @@ Below is a list of resources that explai
</ul>
<p>
-The <a class="external"
href="http://wiki.apache.org/db-derby/UsesOfDerby">Derby Wiki</a>
+The <a class="external"
href="https://wiki.apache.org/db-derby/UsesOfDerby">Derby Wiki</a>
lists more products that work with Derby.
As you learn more about Derby, feel free to contribute your own tips to the
-<a class="external"
href="http://wiki.apache.org/db-derby/UsesOfDerby">Wiki</a>.
+<a class="external"
href="https://wiki.apache.org/db-derby/UsesOfDerby">Wiki</a>.
</p>
</div>
@@ -351,7 +351,7 @@ to contribute to the Derby project:
</li>
<li> The
- <a class="external"
href="http://wiki.apache.org/db-derby/ForNewDevelopers">ForNewDevelopers</a>
+ <a class="external"
href="https://wiki.apache.org/db-derby/ForNewDevelopers">ForNewDevelopers</a>
Derby Wiki page provides guidance for new developers and suggests
starting points.
</li>
Modified: websites/production/db/content/derby/releases/release-10_15_2_0.html
==============================================================================
--- websites/production/db/content/derby/releases/release-10_15_2_0.html
(original)
+++ websites/production/db/content/derby/releases/release-10_15_2_0.html Sun
Jan 17 19:41:15 2021
@@ -549,6 +549,7 @@ document.write("Last Published: " + docu
<div class="section">
<div>
<p>These notes describe the difference between Apache Derby release 10.15.2.0
and the preceding release 10.15.1.3.</p>
+<p>If you are upgrading from a 10.14 release or earlier, then you should read
the <a class="external"
href="https://db.apache.org/derby/releases/release-10.15.1.3.html">10.15.1.3
release notes</a>. Those release notes describe changes which you will need to
make to your classpath.</p>
</div>
<a name="Overview"></a>
<h3 class="boxed">Overview</h3>
@@ -672,7 +673,7 @@ document.write("Last Published: " + docu
2004-2020 Apache, Apache DB, Apache Derby, Apache Torque, Apache JDO,
Apache DDLUtils, the Derby hat logo, the Apache JDO logo, and the Apache
feather logo are trademarks of The Apache Software Foundation. All other marks
mentioned may be trademarks or registered trademarks of their respective
owners.</div>
<div id="feedback">
Send feedback about the website to:
- <a id="feedbackto"
href="mailto:[email protected]?subject=Feedback%C2%A0releases/release-10.15.2.0.html">[email protected]</a>
+ <a id="feedbackto"
href="mailto:[email protected]?subject=Feedback%C2%A0releases/release-10_15_2_0.html">[email protected]</a>
</div>
<!--+
|end bottomstrip