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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.core/META-INF/MANIFEST.MF

Issue 8817009: Preliminary support for dartdoc hovers. Future CLs will give us richer hover information and styl... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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
1 Manifest-Version: 1.0 1 Manifest-Version: 1.0
2 Bundle-ActivationPolicy: lazy 2 Bundle-ActivationPolicy: lazy
3 Bundle-Localization: plugin 3 Bundle-Localization: plugin
4 Bundle-ManifestVersion: 2 4 Bundle-ManifestVersion: 2
5 Bundle-Name: %pluginName 5 Bundle-Name: %pluginName
6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
7 Bundle-SymbolicName: com.google.dart.tools.core;singleton:=true 7 Bundle-SymbolicName: com.google.dart.tools.core;singleton:=true
8 Bundle-Version: 0.1.0.qualifier 8 Bundle-Version: 0.1.0.qualifier
9 Bundle-Vendor: %providerName 9 Bundle-Vendor: %providerName
10 Require-Bundle: com.google.dart.compiler.js, 10 Require-Bundle: com.google.dart.compiler.js,
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 com.google.dart.tools.core.internal.search.scope, 44 com.google.dart.tools.core.internal.search.scope,
45 com.google.dart.tools.core.internal.util, 45 com.google.dart.tools.core.internal.util,
46 com.google.dart.tools.core.internal.workingcopy, 46 com.google.dart.tools.core.internal.workingcopy,
47 com.google.dart.tools.core.model, 47 com.google.dart.tools.core.model,
48 com.google.dart.tools.core.problem, 48 com.google.dart.tools.core.problem,
49 com.google.dart.tools.core.refactoring, 49 com.google.dart.tools.core.refactoring,
50 com.google.dart.tools.core.search, 50 com.google.dart.tools.core.search,
51 com.google.dart.tools.core.utilities.ast, 51 com.google.dart.tools.core.utilities.ast,
52 com.google.dart.tools.core.utilities.bindings, 52 com.google.dart.tools.core.utilities.bindings,
53 com.google.dart.tools.core.utilities.compiler, 53 com.google.dart.tools.core.utilities.compiler,
54 com.google.dart.tools.core.utilities.dartdoc,
54 com.google.dart.tools.core.utilities.general, 55 com.google.dart.tools.core.utilities.general,
55 com.google.dart.tools.core.utilities.net, 56 com.google.dart.tools.core.utilities.net,
56 com.google.dart.tools.core.utilities.performance, 57 com.google.dart.tools.core.utilities.performance,
57 com.google.dart.tools.core.utilities.resource, 58 com.google.dart.tools.core.utilities.resource,
58 com.google.dart.tools.core.workingcopy 59 com.google.dart.tools.core.workingcopy
59 Bundle-Activator: com.google.dart.tools.core.DartCore 60 Bundle-Activator: com.google.dart.tools.core.DartCore
OLDNEW
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/DartFunctionImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698