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

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

Issue 10689140: Version details go JSON (dartbug.com/3196). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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.tools.update.core 5 Bundle-SymbolicName: com.google.dart.tools.update.core
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 Bundle-ActivationPolicy: lazy 9 Bundle-ActivationPolicy: lazy
10 Export-Package: com.google.dart.tools.update.core, 10 Export-Package: com.google.dart.tools.update.core,
11 com.google.dart.tools.update.core.internal;x-friends:="com.google.dart.tools.ui _test",
11 com.google.dart.tools.update.core.internal.jobs;x-friends:="com.google.dart.too ls.ui_test" 12 com.google.dart.tools.update.core.internal.jobs;x-friends:="com.google.dart.too ls.ui_test"
12 Bundle-Activator: com.google.dart.tools.update.core.UpdateCore 13 Bundle-Activator: com.google.dart.tools.update.core.UpdateCore
13 Require-Bundle: org.eclipse.core.resources, 14 Require-Bundle: org.eclipse.core.resources,
14 org.eclipse.core.runtime, 15 org.eclipse.core.runtime,
15 org.eclipse.swt, 16 org.eclipse.swt,
16 org.eclipse.jface, 17 org.eclipse.jface,
17 com.google.dart.tools.core, 18 com.google.dart.tools.core,
18 org.eclipse.ui.ide 19 org.eclipse.ui.ide,
20 com.google.dart.compiler.js
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698