OLD | NEW |
1 Manifest-Version: 1.0 | 1 Manifest-Version: 1.0 |
2 Bundle-ManifestVersion: 2 | 2 Bundle-ManifestVersion: 2 |
3 Bundle-Name: %pluginName | 3 Bundle-Name: %pluginName |
4 Bundle-SymbolicName: com.google.dart.thirdparty_test;singleton:=true | 4 Bundle-SymbolicName: com.google.dart.thirdparty_test;singleton:=true |
5 Bundle-Localization: plugin | 5 Bundle-Localization: plugin |
6 Bundle-Version: 0.0.0.qualifier | 6 Bundle-Version: 0.0.0.qualifier |
7 Bundle-Vendor: %providerName | 7 Bundle-Vendor: %providerName |
8 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | 8 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
9 Bundle-ActivationPolicy: lazy | 9 Bundle-ActivationPolicy: lazy |
10 Bundle-ClassPath: ., | 10 Bundle-ClassPath: ., |
11 lib/hamcrest/v1_3/hamcrest-core-1.3.0RC2.jar, | |
12 lib/hamcrest/v1_3/hamcrest-generator-1.3.0RC2.jar, | |
13 lib/hamcrest/v1_3/hamcrest-integration-1.3.0RC2.jar, | |
14 lib/hamcrest/v1_3/hamcrest-library-1.3.0RC2.jar, | |
15 lib/fest/fest-assert-1.4.jar, | 11 lib/fest/fest-assert-1.4.jar, |
16 lib/fest/fest-util-1.1.6.jar, | 12 lib/fest/fest-util-1.1.6.jar, |
17 lib/mockito/1.9.0/mockito-all-1.9.0.jar | 13 lib/mockito/1.9.0/mockito-all-1.9.0.jar |
18 Export-Package: org.fest.assertions, | 14 Export-Package: org.fest.assertions, |
19 org.fest.util, | 15 org.fest.util, |
20 org.hamcrest, | 16 org.hamcrest, |
21 org.hamcrest.beans, | |
22 org.hamcrest.collection, | |
23 org.hamcrest.core, | 17 org.hamcrest.core, |
24 org.hamcrest.generator, | |
25 org.hamcrest.generator.config, | |
26 org.hamcrest.generator.qdox, | |
27 org.hamcrest.generator.qdox.ant, | |
28 org.hamcrest.generator.qdox.directorywalker, | |
29 org.hamcrest.generator.qdox.junit, | |
30 org.hamcrest.generator.qdox.model, | |
31 org.hamcrest.generator.qdox.model.util, | |
32 org.hamcrest.generator.qdox.parser, | |
33 org.hamcrest.generator.qdox.parser.impl, | |
34 org.hamcrest.generator.qdox.parser.structs, | |
35 org.hamcrest.generator.qdox.tools, | |
36 org.hamcrest.integration, | |
37 org.hamcrest.internal, | 18 org.hamcrest.internal, |
38 org.hamcrest.number, | |
39 org.hamcrest.object, | |
40 org.hamcrest.text, | |
41 org.hamcrest.xml, | |
42 org.mockito, | 19 org.mockito, |
43 org.mockito.asm, | 20 org.mockito.asm, |
44 org.mockito.asm.signature, | 21 org.mockito.asm.signature, |
45 org.mockito.asm.tree, | 22 org.mockito.asm.tree, |
46 org.mockito.asm.tree.analysis, | 23 org.mockito.asm.tree.analysis, |
47 org.mockito.asm.util, | 24 org.mockito.asm.util, |
48 org.mockito.cglib.beans, | 25 org.mockito.cglib.beans, |
49 org.mockito.cglib.core, | 26 org.mockito.cglib.core, |
50 org.mockito.cglib.proxy, | 27 org.mockito.cglib.proxy, |
51 org.mockito.cglib.reflect, | 28 org.mockito.cglib.reflect, |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 org.mockito.stubbing, | 72 org.mockito.stubbing, |
96 org.mockito.stubbing.answers, | 73 org.mockito.stubbing.answers, |
97 org.mockito.verification, | 74 org.mockito.verification, |
98 org.objenesis, | 75 org.objenesis, |
99 org.objenesis.instantiator, | 76 org.objenesis.instantiator, |
100 org.objenesis.instantiator.basic, | 77 org.objenesis.instantiator.basic, |
101 org.objenesis.instantiator.gcj, | 78 org.objenesis.instantiator.gcj, |
102 org.objenesis.instantiator.jrockit, | 79 org.objenesis.instantiator.jrockit, |
103 org.objenesis.instantiator.sun, | 80 org.objenesis.instantiator.sun, |
104 org.objenesis.strategy | 81 org.objenesis.strategy |
| 82 Require-Bundle: org.junit;visibility:=reexport |
OLD | NEW |