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

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

Issue 10382201: Add a utility class needed by the scanner (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/utilities/collection/IntList.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.engine;singleton:=true 7 Bundle-SymbolicName: com.google.dart.engine;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 Export-Package: com.google.dart.engine.ast, 10 Export-Package: com.google.dart.engine.ast,
11 com.google.dart.engine.cmdline, 11 com.google.dart.engine.cmdline,
12 com.google.dart.engine.element, 12 com.google.dart.engine.element,
13 com.google.dart.engine.error, 13 com.google.dart.engine.error,
14 com.google.dart.engine.metrics, 14 com.google.dart.engine.metrics,
15 com.google.dart.engine.parser, 15 com.google.dart.engine.parser,
16 com.google.dart.engine.scanner, 16 com.google.dart.engine.scanner,
17 com.google.dart.engine.sdk, 17 com.google.dart.engine.sdk,
18 com.google.dart.engine.source, 18 com.google.dart.engine.source,
19 com.google.dart.engine.type, 19 com.google.dart.engine.type,
20 com.google.dart.engine.utilities.collection,
20 com.google.dart.engine.utilities.io, 21 com.google.dart.engine.utilities.io,
21 com.google.dart.engine.utilities.os 22 com.google.dart.engine.utilities.os
22 Bundle-ClassPath: ., 23 Bundle-ClassPath: .,
23 third_party/args4j/2.0.12/args4j-2.0.12.jar, 24 third_party/args4j/2.0.12/args4j-2.0.12.jar,
24 third_party/guava/r09/guava-r09.jar, 25 third_party/guava/r09/guava-r09.jar,
25 third_party/json/r2_20080312/json.jar 26 third_party/json/r2_20080312/json.jar
OLDNEW
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/utilities/collection/IntList.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698