diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2010-05-25 01:46:28 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2010-05-25 01:46:28 +0000 |
commit | bb7ef6815256e6cc8a8ced3a9fc5b8f929fd0e28 (patch) | |
tree | 04390ca5770dc363461fa596e5d3619948738b85 /pom.xml | |
parent | e72ae95ced99cbc203493024b0e87fb5c07a9885 (diff) | |
download | jackcess-bb7ef6815256e6cc8a8ced3a9fc5b8f929fd0e28.tar.gz jackcess-bb7ef6815256e6cc8a8ced3a9fc5b8f929fd0e28.zip |
some unit test cleanup
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@468 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -82,6 +82,10 @@ <name>com.healthmarketscience.jackcess.bigIndex</name> <value>${jackcess.bigIndex}</value> </property> + <property> + <name>com.healthmarketscience.jackcess.testFormats</name> + <value>${jackcess.testFormats}</value> + </property> </systemProperties> </configuration> </plugin> @@ -182,4 +186,8 @@ <url>scp://shell.sourceforge.net/home/groups/j/ja/jackcess/htdocs</url> </site> </distributionManagement> + <properties> + <jackcess.bigIndex>true</jackcess.bigIndex> + <jackcess.testFormats>V2000,V2003,V2007</jackcess.testFormats> + </properties> </project> |