File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,16 @@ Bundle-Vendor: DiffPlug
11
11
Bundle-Version : 1.0.0.SNAPSHOT
12
12
Created-By : 1.8.0_40 (Oracle Corporation)
13
13
Export-Package : com.diffplug.common.swt;version="1.0.0"
14
- Require-Capability : osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"
15
14
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))"
You can’t perform that action at this time.
0 commit comments