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

Side by Side Diff: editor/tools/plugins/com.xored.glance.ui/META-INF/MANIFEST.MF

Issue 17431004: New UI for Find command: find-as-you-type. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Glance Core
4 Bundle-SymbolicName: com.xored.glance.ui;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: com.xored.glance.internal.ui.GlancePlugin
7 Bundle-Vendor: xored software, Inc.
8 Require-Bundle: org.eclipse.ui,
9 org.eclipse.core.runtime,
10 org.eclipse.ui.editors,
11 org.eclipse.jface.text,
12 org.eclipse.ui.ide,
13 com.google.dart.tools.ui;bundle-version="0.0.0"
14 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
15 Bundle-ActivationPolicy: lazy
16 Export-Package: com.xored.glance.ui.panels,
17 com.xored.glance.ui.sources,
18 com.xored.glance.ui.utils
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.xored.glance.ui/.project ('k') | editor/tools/plugins/com.xored.glance.ui/build.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698