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

Side by Side Diff: editor/tools/plugins/com.google.dart.engine.services_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-Name: %pluginName 3 Bundle-Name: %pluginName
4 Bundle-SymbolicName: com.google.dart.engine.services_test;singleton:=true 4 Bundle-SymbolicName: com.google.dart.engine.services_test;singleton:=true
5 Bundle-Version: 1.0.0.qualifier 5 Bundle-Version: 0.0.0.qualifier
6 Bundle-Vendor: %providerName 6 Bundle-Vendor: %providerName
7 Bundle-Localization: plugin 7 Bundle-Localization: plugin
8 Require-Bundle: com.google.dart.engine, 8 Require-Bundle: com.google.dart.engine,
9 com.google.dart.engine.services, 9 com.google.dart.engine.services,
10 com.google.dart.engine_test, 10 com.google.dart.engine_test,
11 com.google.dart.thirdparty, 11 com.google.dart.thirdparty,
12 com.google.dart.thirdparty_test, 12 com.google.dart.thirdparty_test,
13 org.junit 13 org.junit
14 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 14 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
15 Bundle-ActivationPolicy: lazy 15 Bundle-ActivationPolicy: lazy
16 Bundle-ClassPath: . 16 Bundle-ClassPath: .
17 Export-Package: com.google.dart.engine.services 17 Export-Package: com.google.dart.engine.services
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698