Browse Source

some doc tweaks

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/modules@1353 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-4.0.0
James Ahlborn 3 years ago
parent
commit
80ec5ce28a

+ 5
- 1
src/site/site.xml View File

@@ -16,7 +16,11 @@
<item name="SourceForge Project" href="https://sourceforge.net/projects/jackcess/"/>
<item name="Cookbook" href="cookbook.html"/>
<item name="Upgrading to Jackcess 4.x" href="jackcess-4.html"/>
<item name="Upgrading to Older Versions" href="jackcess_upgrades.html"/>
<item name="Upgrading to Older Versions" href="jackcess_upgrades.html" collapse="true">
<item name="Jackcess 3.5.x" href="jackcess-3_5.html"/>
<item name="Jackcess 3.x" href="jackcess-3.html"/>
<item name="Jackcess 2.x" href="jackcess-2.html"/>
</item>
<item name="FAQ" href="faq.html"/>
<item name="Support" href="https://sourceforge.net/projects/jackcess/support"/>
<item name="Jackcess Encrypt" href="https://jackcessencrypt.sourceforge.io/"/>

+ 1
- 1
src/site/xdoc/index.xml View File

@@ -24,7 +24,7 @@
While Jackcess <i>still only requires Java 8+</i>, as of the 4.0.0
release it now includes an Automatic-Module-Name of
<code>com.healthmarketscience.jackcess</code> in its manifest. This
allows it to be used in the module path for Java 9+ projects.
allows it to be used safely in the module path for Java 9+ projects.
</p>
<p>
This release is binary compatible with the 3.x release series.

+ 1
- 1
src/site/xdoc/jackcess-3_5.xml View File

@@ -15,7 +15,7 @@
behavior of Jackcess out of the box. The old behavior is still
available, but you must now configure it explicitly.
<ul>
<li><b>DateTypeType default has been changed to
<li><b>DateTimeType default has been changed to
LOCAL_DATE_TIME.</b></li>
<ul>
<li>The Jackcess API was originally built using the Date type

+ 8
- 5
src/site/xdoc/jackcess_upgrades.xml View File

@@ -8,11 +8,14 @@
<body>

<section name="Upgrading to Older Versions">
<ul>
<li><a href="jackcess-3_5.html">Upgrading to Jackcess 3.5.x</a></li>
<li><a href="jackcess-3.html">Upgrading to Jackcess 3.x</a></li>
<li><a href="jackcess-2.html">Upgrading to Jackcess 2.x</a></li>
</ul>
<subsection name="Overview">
<table>
<tr><th>Document</th></tr>
<tr><td><a href="jackcess-3_5.html">Upgrading to Jackcess 3.5.x</a></td></tr>
<tr><td><a href="jackcess-3.html">Upgrading to Jackcess 3.x</a></td></tr>
<tr><td><a href="jackcess-2.html">Upgrading to Jackcess 2.x</a></td></tr>
</table>
</subsection>
</section>

</body>

Loading…
Cancel
Save