]> source.dussan.org Git - jackcess.git/commitdiff
some doc tweaks
authorJames Ahlborn <jtahlborn@yahoo.com>
Tue, 19 Jan 2021 15:11:24 +0000 (15:11 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Tue, 19 Jan 2021 15:11:24 +0000 (15:11 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/modules@1353 f203690c-595d-4dc9-a70b-905162fa7fd2

src/site/site.xml
src/site/xdoc/index.xml
src/site/xdoc/jackcess-3_5.xml
src/site/xdoc/jackcess_upgrades.xml

index adf806ba7e916e5dc069048aca59208cd39a0a57..b756593b2b53d8fbeb0d28ea7b72fce24bf6f32a 100644 (file)
       <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/"/>
index 9a9d7a16e976fab36987f5155a81c38c04dffd81..fa803d366dea955807ff6b7de74d96e97aac4d0b 100644 (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.
index 0724c38afa0acf9a768f8d32d4b61377ad19d962..efff66f9f8c3081abc668e30c34bfd091b2a2f0f 100644 (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
index 67af114a4e48f46e2c7eec8ccee048cf0ac8a393..e6229c3fd07a9aeebd273a8604de4589f0723ef9 100644 (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>