blob: 0c5f341ab851f02c8f82c03d950ff217d7477232 [file] [log] [blame]
Alex Ruiz1afff782011-05-03 23:39:18 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: Mockito
4Bundle-SymbolicName: org.mockito
5Bundle-Version: 1.8.5
6Bundle-ClassPath: .
7Export-Package: org.hamcrest,
8 org.hamcrest.core,
9 org.hamcrest.internal,
10 org.mockito,
11 org.mockito.asm,
12 org.mockito.asm.signature,
13 org.mockito.asm.tree,
14 org.mockito.asm.tree.analysis,
15 org.mockito.asm.util,
16 org.mockito.cglib.beans,
17 org.mockito.cglib.core,
18 org.mockito.cglib.proxy,
19 org.mockito.cglib.reflect,
20 org.mockito.cglib.transform,
21 org.mockito.cglib.transform.impl,
22 org.mockito.cglib.util,
23 org.mockito.configuration,
24 org.mockito.exceptions,
25 org.mockito.exceptions.base,
26 org.mockito.exceptions.misusing,
27 org.mockito.exceptions.verification,
28 org.mockito.exceptions.verification.junit,
29 org.mockito.internal,
30 org.mockito.internal.configuration,
31 org.mockito.internal.creation,
32 org.mockito.internal.creation.cglib,
33 org.mockito.internal.creation.jmock,
34 org.mockito.internal.debugging,
35 org.mockito.internal.exceptions,
36 org.mockito.internal.exceptions.base,
37 org.mockito.internal.exceptions.util,
38 org.mockito.internal.invocation,
39 org.mockito.internal.invocation.realmethod,
40 org.mockito.internal.listeners,
41 org.mockito.internal.matchers,
42 org.mockito.internal.matchers.apachecommons,
43 org.mockito.internal.progress,
44 org.mockito.internal.reporting,
45 org.mockito.internal.runners,
46 org.mockito.internal.runners.util,
47 org.mockito.internal.stubbing,
48 org.mockito.internal.stubbing.answers,
49 org.mockito.internal.stubbing.defaultanswers,
50 org.mockito.internal.util,
51 org.mockito.internal.util.junit,
52 org.mockito.internal.util.reflection,
53 org.mockito.internal.verification,
54 org.mockito.internal.verification.api,
55 org.mockito.internal.verification.argumentmatching,
56 org.mockito.internal.verification.checkers,
57 org.mockito.invocation,
58 org.mockito.runners,
59 org.mockito.stubbing,
60 org.mockito.stubbing.answers,
61 org.mockito.verification,
62 org.objenesis,
63 org.objenesis.instantiator,
64 org.objenesis.instantiator.basic,
65 org.objenesis.instantiator.gcj
Alex Ruiz13a46942011-10-18 02:46:35 -070066Bundle-RequiredExecutionEnvironment: JavaSE-1.6