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

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

Issue 9479013: Remove backends. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More clean up Created 8 years, 9 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
1 Manifest-Version: 1.0 1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2 2 Bundle-ManifestVersion: 2
3 Bundle-Localization: plugin 3 Bundle-Localization: plugin
4 Bundle-Name: %pluginName 4 Bundle-Name: %pluginName
5 Bundle-SymbolicName: com.google.dart.compiler.js;singleton:=true 5 Bundle-SymbolicName: com.google.dart.compiler.js;singleton:=true
6 Bundle-Version: 0.1.0.qualifier 6 Bundle-Version: 0.1.0.qualifier
7 Bundle-Vendor: %providerName 7 Bundle-Vendor: %providerName
8 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 8 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
9 Export-Package: com.google.common.base, 9 Export-Package: com.google.common.base,
10 com.google.common.collect, 10 com.google.common.collect,
11 com.google.common.io, 11 com.google.common.io,
12 com.google.common.net, 12 com.google.common.net,
13 com.google.common.primitives, 13 com.google.common.primitives,
14 com.google.common.util.concurrent, 14 com.google.common.util.concurrent,
15 com.google.dart.compiler, 15 com.google.dart.compiler,
16 com.google.dart.compiler.ast, 16 com.google.dart.compiler.ast,
17 com.google.dart.compiler.backend.dart,
18 com.google.dart.compiler.backend.js,
19 com.google.dart.compiler.backend.js.ast,
20 com.google.dart.compiler.common, 17 com.google.dart.compiler.common,
21 com.google.dart.compiler.metrics, 18 com.google.dart.compiler.metrics,
22 com.google.dart.compiler.parser, 19 com.google.dart.compiler.parser,
23 com.google.dart.compiler.resolver, 20 com.google.dart.compiler.resolver,
24 com.google.dart.compiler.type, 21 com.google.dart.compiler.type,
25 com.google.dart.compiler.util, 22 com.google.dart.compiler.util,
26 org.json, 23 org.json,
27 org.kohsuke.args4j 24 org.kohsuke.args4j
28 Bundle-ActivationPolicy: lazy 25 Bundle-ActivationPolicy: lazy
29 Bundle-ClassPath: ., 26 Bundle-ClassPath: .,
30 third_party/args4j/2.0.12/args4j-2.0.12.jar, 27 third_party/args4j/2.0.12/args4j-2.0.12.jar,
31 third_party/guava/r09/guava-r09.jar, 28 third_party/guava/r09/guava-r09.jar,
32 third_party/hamcrest/v1_3/hamcrest-core-1.3.0RC2.jar, 29 third_party/hamcrest/v1_3/hamcrest-core-1.3.0RC2.jar,
33 third_party/hamcrest/v1_3/hamcrest-generator-1.3.0RC2.jar, 30 third_party/hamcrest/v1_3/hamcrest-generator-1.3.0RC2.jar,
34 third_party/hamcrest/v1_3/hamcrest-integration-1.3.0RC2.jar, 31 third_party/hamcrest/v1_3/hamcrest-integration-1.3.0RC2.jar,
35 third_party/hamcrest/v1_3/hamcrest-library-1.3.0RC2.jar, 32 third_party/hamcrest/v1_3/hamcrest-library-1.3.0RC2.jar,
36 third_party/json/r2_20080312/json.jar, 33 third_party/json/r2_20080312/json.jar,
37 third_party/rhino/1_7R3/js.jar 34 third_party/rhino/1_7R3/js.jar
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698