File: 25-remove-import-manifest.patch

package info (click to toggle)
guava-libraries 31.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 40,360 kB
  • sloc: java: 367,214; xml: 2,492; sh: 34; makefile: 9; javascript: 9
file content (21 lines) | stat: -rw-r--r-- 712 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Remove com.google.common.util.concurrent.internal

 com.google.common.util.concurrent.internal is copied from futures/failureaccess
 to src before building and so it is not available to be Imported as a separate
 package. Remove it from the manifest.

Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Forwarded: not-needed

---

--- a/guava/pom.xml
+++ b/guava/pom.xml
@@ -80,7 +80,6 @@
               com.google.common.*
             </Export-Package>
             <Import-Package>
-              com.google.common.util.concurrent.internal,
               javax.annotation;resolution:=optional,
               javax.crypto.*;resolution:=optional,
               sun.misc.*;resolution:=optional