Package: libsignatures-java / 1.1.10.g614270e+ds-1

fix-JAR-assembly.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove module-info.java file which fails maven-jar-plugin.
Author: Andrius Merkys <merkys@debian.org>
Forwarded: not-needed
--- a/src/main/java/module-info.java
+++ /dev/null
@@ -1,10 +0,0 @@
-module signatures {
-	exports signature;
-	exports signature.chemistry;
-	exports signature.edgecolored;
-	
-	requires java.desktop;
-	
-	// remove this for maven!!
-//	requires junit;
-}
\ No newline at end of file