aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2017-05-03 01:30:57 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2017-05-03 01:30:57 +0000
commit54972c4de58d2e92f818a8adb8f772513a590d19 (patch)
treeb078aeb2842cad3a220e98d2d699f38a33c97016 /pom.xml
parent1f28e955e5dd655950ef8c3903439d70eb4d375d (diff)
downloadjackcess-54972c4de58d2e92f818a8adb8f772513a590d19.tar.gz
jackcess-54972c4de58d2e92f818a8adb8f772513a590d19.zip
Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1093 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 9bf3ce6..8775cf2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,10 +128,6 @@
<value>log4j_test.properties</value>
</property>
<property>
- <name>com.healthmarketscience.jackcess.bigIndex</name>
- <value>${jackcess.bigIndex}</value>
- </property>
- <property>
<name>com.healthmarketscience.jackcess.testFormats</name>
<value>${jackcess.testFormats}</value>
</property>
@@ -247,6 +243,7 @@
<issueLinkTemplatePerSystem>
<SourceForge2Features>http://sourceforge.net/p/jackcess/feature-requests/%ISSUE%</SourceForge2Features>
<SourceForge2Patches>http://sourceforge.net/p/jackcess/patches/%ISSUE%</SourceForge2Patches>
+ <GitHubPullRequests>https://github.com/jahlborn/jackcess/pull/%ISSUE%</GitHubPullRequests>
</issueLinkTemplatePerSystem>
</configuration>
</plugin>
@@ -312,8 +309,4 @@
<url>scp://shell.sourceforge.net/home/project-web/jackcess/htdocs</url>
</site>
</distributionManagement>
- <properties>
- <jackcess.bigIndex>true</jackcess.bigIndex>
- <jackcess.testFormats>V1997,V2000,V2003,V2007,V2010</jackcess.testFormats>
- </properties>
</project>