Update to version 2.0.10

This commit is contained in:
Mattias Ellert 2013-02-12 05:48:07 +01:00
commit 78db1d6709
5 changed files with 30 additions and 17 deletions

12
voms-api-java-test.patch Normal file
View file

@ -0,0 +1,12 @@
diff -ur voms-api-java-2_0_10.orig/pom.xml voms-api-java-2_0_10/pom.xml
--- voms-api-java-2_0_10.orig/pom.xml 2013-01-11 16:15:57.000000000 +0100
+++ voms-api-java-2_0_10/pom.xml 2013-02-11 23:26:58.928257785 +0100
@@ -17,7 +17,7 @@
<assembly.doc.dir>/usr/share/doc/${project.name}-${project.version}</assembly.doc.dir>
<assembly.javadoc.dir>/usr/share/javadoc/${project.name}</assembly.javadoc.dir>
<bouncycastle.version>1.45</bouncycastle.version>
- <excludedTests>**/LoadTest.java</excludedTests>
+ <excludedTests>**/LoadTest.java,**/TestCerts.java</excludedTests>
</properties>
<profiles>