forked from emina/kodkod
-
Notifications
You must be signed in to change notification settings - Fork 6
/
bnd.bnd
43 lines (39 loc) · 1.06 KB
/
bnd.bnd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Specification-Title: Pardinus API
Specification-Version: 1.1
Specification-Vendor: Nuno Macedo
Implementation-Title: Pardinus API
Implementation-Version: 1.1
Implementation-Vendor: Nuno Macedo
Export-Package: \
kodkod.ast,\
kodkod.ast.operator,\
kodkod.ast.visitor,\
kodkod.engine,\
kodkod.engine.bool,\
kodkod.engine.config,\
kodkod.engine.fol2sat,\
kodkod.engine.ltl2fol,\
kodkod.engine.decomp,\
kodkod.engine.unbounded,\
kodkod.engine.hol,\
kodkod.engine.satlab,\
kodkod.engine.ucore,\
kodkod.instance,\
kodkod.util.collections,\
kodkod.util.ints,\
kodkod.util.nodes
-buildpath: \
org.sat4j.core,\
org.sat4j.maxsat,\
org.sat4j.pb,\
slf4j.api,\
slf4j.simple,\
org.alloytools.kodkod.nativesat.util;version=latest,\
org.alloytools.kodkod.nativesat.amd64-linux;version=latest,\
org.alloytools.kodkod.nativesat.x86-linux;version=latest,\
org.alloytools.kodkod.nativesat.x86-mac;version=latest,\
org.alloytools.kodkod.nativesat.x86-windows;version=latest
-testpath: \
osgi.enroute.junit.wrapper, \
osgi.enroute.hamcrest.wrapper
-includeresource: LICENSE