diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2019-02-09 22:45:21 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2019-02-09 22:45:21 +0000 |
commit | 095a2b0d09257c03dc21a6c2e5c4251ca1732cf5 (patch) | |
tree | 69b1b9a48d30e521f4091d030cc0596cdec7a302 /src/site | |
parent | ea804a845391748ff018ec18018b737111262aea (diff) | |
download | jackcess-095a2b0d09257c03dc21a6c2e5c4251ca1732cf5.tar.gz jackcess-095a2b0d09257c03dc21a6c2e5c4251ca1732cf5.zip |
tweak site description
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1289 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/xdoc/index.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 58c9e9e..9ebead9 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -10,13 +10,13 @@ <section name="Jackcess"> <p> Jackcess is a pure Java library for reading from and writing to MS - Access databases (currently supporting versions 2000-2016). It is part of the <a href="https://openhms.sourceforge.io/">OpenHMS</a> project from <a href="http://www.healthmarketscience.com/">Health Market Science, Inc.</a>. It is not an application. There is no GUI. It's a - library, intended for other developers to use to build Java - applications. Jackcess is licensed under the - <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License</a> (as of version 2.1.0). - Take a look - at our <a href="faq.html">Frequently Asked Questions</a> - for more info. + Access databases (currently supporting versions 2000-2016). It is not + an application. There is no GUI. It's a library, intended for other + developers to use to build Java applications. Jackcess is licensed + under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License</a> + (as of version 2.1.0) and currently requires Java 8+ (as of the 3.0.0 + release) Take a look at our <a href="faq.html">Frequently Asked + Questions</a> for more info. </p> <subsection name="Java 8+ Support (2019-02-08)"> |