Skip to content

Commit 6cfd3ac

Browse files
committed
Fixed Durian's SWT manifest.
1 parent 78c3be7 commit 6cfd3ac

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

META-INF/MANIFEST.MF

+12-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,16 @@ Bundle-Vendor: DiffPlug
1111
Bundle-Version: 1.0.0.SNAPSHOT
1212
Created-By: 1.8.0_40 (Oracle Corporation)
1313
Export-Package: com.diffplug.common.swt;version="1.0.0"
14-
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"
1514
Require-Bundle: org.eclipse.swt
15+
Import-Package: com.diffplug.common.base;version="[1.0.0,2)",
16+
com.diffplug.common.rx;version="[1.0.0,2)",
17+
com.google.common.base;version="[18.0,19)",
18+
com.google.common.collect;version="[18.0,19)",
19+
com.google.common.util.concurrent;version="[18.0,19)",
20+
javax.swing,
21+
rx;version="[1.0,2)",
22+
rx.functions;version="[1.0,2)",
23+
rx.schedulers;version="[1.0,2)",
24+
rx.subjects;version="[1.0,2)",
25+
rx.subscriptions;version="[1.0,2)"
26+
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"

0 commit comments

Comments
 (0)