File: 03-plexus-utils-compatibility.patch

package info (click to toggle)
plexus-archiver 3.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 4,892 kB
  • sloc: java: 13,542; xml: 536; sh: 5; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fixes the compatibility with the version of plexus-utils in Debian
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/src/main/java/org/codehaus/plexus/archiver/jar/JdkManifestFactory.java
+++ b/src/main/java/org/codehaus/plexus/archiver/jar/JdkManifestFactory.java
@@ -62,7 +62,7 @@
                        : null;
 
         }
-        catch ( final IOException e )
+        catch ( final Throwable e )
         {
             throw new AssertionError( e );
         }