| Index: editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/META-INF/MANIFEST.MF
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/META-INF/MANIFEST.MF b/editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/META-INF/MANIFEST.MF
|
| index 7d5c6ef9e07c8188b878ed4c6b09d6093bf2c1d6..ae24a726e1f37d83c9896653d7757d28151b3e64 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/META-INF/MANIFEST.MF
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/META-INF/MANIFEST.MF
|
| @@ -7,6 +7,9 @@ Bundle-Vendor: Google
|
| Require-Bundle: org.eclipse.core.runtime,
|
| org.eclipse.core.resources,
|
| org.eclipse.ui,
|
| + org.eclipse.ui.ide,
|
| + org.eclipse.ui.editors,
|
| + org.eclipse.jface.text,
|
| org.eclipse.ui.workbench.texteditor,
|
| org.junit,
|
| org.hamcrest,
|
| @@ -18,6 +21,7 @@ Require-Bundle: org.eclipse.core.runtime,
|
| com.google.dart.tools.core,
|
| com.google.dart.tools.core_test,
|
| com.google.dart.tools.ui,
|
| + com.google.dart.tools.ui_test,
|
| com.google.dart.compiler.js,
|
| org.apache.log4j
|
| Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
|