Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit f60f1b1

Browse files
committed
Prefer -exportcontents (generates the same Export-Package header, but doesn't pull non-local content into the final bundle)
1 parent 2b4919c commit f60f1b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

org.eclipse.sisu.plexus/bnd.bnd

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Bundle-Name: Sisu-Plexus (Incubation)
22
Bundle-SymbolicName: org.eclipse.sisu.plexus;singleton:=true
33
Main-Class: org.eclipse.sisu.launch.Main
4-
Export-Package: !org.codehaus.plexus.(classworlds|util).*,\
5-
org.eclipse.sisu.plexus.*,\
4+
-exportcontents: org.eclipse.sisu.plexus.*,\
65
org.codehaus.plexus.*
76
Import-Package: javax.inject,\
87
org.eclipse.sisu.*,\

0 commit comments

Comments
 (0)