diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2014-11-15 04:06:17 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2014-11-15 04:06:17 +0000 |
commit | a0c7c8dc6840d10fc1aa3d27881ed76434b15ecb (patch) | |
tree | 4011e3fadadf8e414d7b8ca2258d99880fbfd3b3 /pom.xml | |
parent | dccc4c16210d2da624f88ae9bbdbb55ca3f3de14 (diff) | |
download | jackcess-a0c7c8dc6840d10fc1aa3d27881ed76434b15ecb.tar.gz jackcess-a0c7c8dc6840d10fc1aa3d27881ed76434b15ecb.zip |
rework unicode compression support, fixes issue 111
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@892 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -160,9 +160,6 @@ <artifactId>cobertura-maven-plugin</artifactId> <configuration> <instrumentation> - <excludes> - <exclude>com/healthmarketscience/jackcess/impl/scsu/**</exclude> - </excludes> </instrumentation> </configuration> <executions> @@ -269,7 +266,6 @@ <list>http://docs.oracle.com/javaee/5/api/</list> </links> <source>1.5</source> - <excludePackageNames>com.healthmarketscience.jackcess.impl.scsu</excludePackageNames> <show>public</show> <stylesheetfile>${basedir}/src/site/javadoc/stylesheet.css</stylesheetfile> <tags> |