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

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

Issue 12377052: Add the editor unit tests to the editor itself. The editor can now test itself (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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.tools.debug.core_test 5 Bundle-SymbolicName: com.google.dart.tools.debug.core_test;singleton:=true
6 Bundle-Version: 0.1.0.qualifier 6 Bundle-Version: 0.0.0.qualifier
7 Bundle-Vendor: %providerName 7 Bundle-Vendor: %providerName
8 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 8 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
9 Require-Bundle: org.junit, 9 Require-Bundle: com.google.dart.tools.debug.core,
10 com.google.dart.tools.debug.core,
11 com.google.dart.tools.core_test, 10 com.google.dart.tools.core_test,
12 org.eclipse.core.resources, 11 org.eclipse.core.resources,
13 org.eclipse.core.runtime 12 org.eclipse.core.runtime
14 Export-Package: com.google.dart.tools.debug.core 13 Export-Package: com.google.dart.tools.debug.core
15 Bundle-Activator: com.google.dart.tools.debug.core.DartDebugCoreTestPlugin 14 Bundle-Activator: com.google.dart.tools.debug.core.DartDebugCoreTestPlugin
16 Bundle-ActivationPolicy: lazy 15 Bundle-ActivationPolicy: lazy
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698