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

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

Issue 9595024: Remove a build and 3-4 compiler warnings from com.google.dart.compiler.js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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,
(...skipping 12 matching lines...) Expand all
23 org.json, 23 org.json,
24 org.kohsuke.args4j 24 org.kohsuke.args4j
25 Bundle-ActivationPolicy: lazy 25 Bundle-ActivationPolicy: lazy
26 Bundle-ClassPath: ., 26 Bundle-ClassPath: .,
27 third_party/args4j/2.0.12/args4j-2.0.12.jar, 27 third_party/args4j/2.0.12/args4j-2.0.12.jar,
28 third_party/guava/r09/guava-r09.jar, 28 third_party/guava/r09/guava-r09.jar,
29 third_party/hamcrest/v1_3/hamcrest-core-1.3.0RC2.jar, 29 third_party/hamcrest/v1_3/hamcrest-core-1.3.0RC2.jar,
30 third_party/hamcrest/v1_3/hamcrest-generator-1.3.0RC2.jar, 30 third_party/hamcrest/v1_3/hamcrest-generator-1.3.0RC2.jar,
31 third_party/hamcrest/v1_3/hamcrest-integration-1.3.0RC2.jar, 31 third_party/hamcrest/v1_3/hamcrest-integration-1.3.0RC2.jar,
32 third_party/hamcrest/v1_3/hamcrest-library-1.3.0RC2.jar, 32 third_party/hamcrest/v1_3/hamcrest-library-1.3.0RC2.jar,
33 third_party/json/r2_20080312/json.jar, 33 third_party/json/r2_20080312/json.jar
34 third_party/rhino/1_7R3/js.jar
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698