diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2010-10-28 00:07:10 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2010-10-28 00:07:10 +0000 |
commit | 965d6bab27014cd32c0fe4eb00b0eeae6df59d20 (patch) | |
tree | 3c09444647b11a94baba89efefced3928b7246df | |
parent | 5afccb9943076b8c8ca67cce50be77fa05096073 (diff) | |
download | jackcess-965d6bab27014cd32c0fe4eb00b0eeae6df59d20.tar.gz jackcess-965d6bab27014cd32c0fe4eb00b0eeae6df59d20.zip |
test all formats
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@490 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,6 +188,6 @@ </distributionManagement> <properties> <jackcess.bigIndex>true</jackcess.bigIndex> - <jackcess.testFormats>V2000,V2003,V2007</jackcess.testFormats> + <jackcess.testFormats>V1997,V2000,V2003,V2007</jackcess.testFormats> </properties> </project> |