1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Disable unit tests
Unfortunately, not all the dependencies needed to run the unit tests for
libconcurrentlinkedhashmap-java are available in Debian, so it is necessary
to disable them in order to build the package.
Author: Miguel Landaeta <miguel@miguel.cc>
Bug-Debian: http://bugs.debian.org/608285
Forwarded: no
Last-Update: 2010-12-29
--- libconcurrentlinkedhashmap-java-1.1~jdk5.orig/pom.xml
+++ libconcurrentlinkedhashmap-java-1.1~jdk5/pom.xml
@@ -93,7 +93,6 @@
<finalName>${artifactId}-${version}</finalName>
<testOutputDirectory>build/test</testOutputDirectory>
<sourceDirectory>src/java</sourceDirectory>
- <testSourceDirectory>unittest/src/java/com</testSourceDirectory>
<extensions>
<extension>
<groupId>org.jvnet.wagon-svn</groupId>
|