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

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

Issue 10387008: External file text search engine support. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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.tools.search/META-INF/MANIFEST.MF
===================================================================
--- editor/tools/plugins/com.google.dart.tools.search/META-INF/MANIFEST.MF (revision 7355)
+++ editor/tools/plugins/com.google.dart.tools.search/META-INF/MANIFEST.MF (working copy)
@@ -25,7 +25,9 @@
org.eclipse.ui.ide,
org.eclipse.ui.workbench.texteditor,
org.eclipse.jface.text,
- org.eclipse.ui.forms
+ org.eclipse.ui.forms,
+ org.eclipse.core.filesystem,
+ com.google.dart.tools.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Import-Package: com.ibm.icu.text

Powered by Google App Engine
This is Rietveld 408576698