Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: editor/tools/plugins/com.google.dart.thirdparty_test/META-INF/MANIFEST.MF

Issue 12377052: Add the editor unit tests to the editor itself. The editor can now test itself (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698