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

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

Issue 10232012: Fourth attempt to add engine to the build (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 | « editor/tools/features/com.google.dart.tools.tests.feature/feature.xml ('k') | no next file » | 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.error, 12 com.google.dart.engine.error,
13 com.google.dart.engine.metrics, 13 com.google.dart.engine.metrics,
14 com.google.dart.engine.scanner, 14 com.google.dart.engine.scanner,
15 com.google.dart.engine.sdk, 15 com.google.dart.engine.sdk,
16 com.google.dart.engine.source, 16 com.google.dart.engine.source,
17 com.google.dart.engine.utilities.io, 17 com.google.dart.engine.utilities.io,
18 com.google.dart.engine.utilities.os 18 com.google.dart.engine.utilities.os
19 Bundle-ClassPath: ., 19 Bundle-ClassPath: .,
20 third_party/args4j/2.0.12/args4j-2.0.12.jar, 20 third_party/args4j/2.0.12/args4j-2.0.12.jar,
21 third_party/guava/r09/guava-r09.jar, 21 third_party/guava/r09/guava-r09.jar,
22 third_party/json/r2_20080312/json.jar 22 third_party/json/r2_20080312/json.jar
danrubel 2012/04/26 17:48:03 There must be a blank line at the end, but it must
Brian Wilkerson 2012/04/26 17:51:08 Yes. And in my development environment there is a
23
OLDNEW
« no previous file with comments | « editor/tools/features/com.google.dart.tools.tests.feature/feature.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698