Index: editor/tools/plugins/com.google.dart.thirdparty_test/META-INF/MANIFEST.MF |
=================================================================== |
--- editor/tools/plugins/com.google.dart.thirdparty_test/META-INF/MANIFEST.MF (revision 19335) |
+++ editor/tools/plugins/com.google.dart.thirdparty_test/META-INF/MANIFEST.MF (working copy) |
@@ -8,37 +8,14 @@ |
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
Bundle-ActivationPolicy: lazy |
Bundle-ClassPath: ., |
- lib/hamcrest/v1_3/hamcrest-core-1.3.0RC2.jar, |
- lib/hamcrest/v1_3/hamcrest-generator-1.3.0RC2.jar, |
- lib/hamcrest/v1_3/hamcrest-integration-1.3.0RC2.jar, |
- lib/hamcrest/v1_3/hamcrest-library-1.3.0RC2.jar, |
lib/fest/fest-assert-1.4.jar, |
lib/fest/fest-util-1.1.6.jar, |
lib/mockito/1.9.0/mockito-all-1.9.0.jar |
Export-Package: org.fest.assertions, |
org.fest.util, |
org.hamcrest, |
- org.hamcrest.beans, |
- org.hamcrest.collection, |
org.hamcrest.core, |
- org.hamcrest.generator, |
- org.hamcrest.generator.config, |
- org.hamcrest.generator.qdox, |
- org.hamcrest.generator.qdox.ant, |
- org.hamcrest.generator.qdox.directorywalker, |
- org.hamcrest.generator.qdox.junit, |
- org.hamcrest.generator.qdox.model, |
- org.hamcrest.generator.qdox.model.util, |
- org.hamcrest.generator.qdox.parser, |
- org.hamcrest.generator.qdox.parser.impl, |
- org.hamcrest.generator.qdox.parser.structs, |
- org.hamcrest.generator.qdox.tools, |
- org.hamcrest.integration, |
org.hamcrest.internal, |
- org.hamcrest.number, |
- org.hamcrest.object, |
- org.hamcrest.text, |
- org.hamcrest.xml, |
org.mockito, |
org.mockito.asm, |
org.mockito.asm.signature, |
@@ -102,3 +79,4 @@ |
org.objenesis.instantiator.jrockit, |
org.objenesis.instantiator.sun, |
org.objenesis.strategy |
+Require-Bundle: org.junit;visibility:=reexport |