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

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

Issue 11787017: Initial implementation of MemoryIndexStoreImpl and IndexContributor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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-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_test;singleton:=true 7 Bundle-SymbolicName: com.google.dart.engine_test;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 Require-Bundle: com.google.dart.engine, 10 Require-Bundle: com.google.dart.engine,
11 org.junit 11 org.junit
12 Bundle-ClassPath: ., 12 Bundle-ClassPath: .,
13 third_party/guava/r13/guava-13.0.1.jar, 13 third_party/guava/r13/guava-13.0.1.jar,
14 third_party/mockito/1.9.0/mockito-all-1.9.0.jar 14 third_party/mockito/1.9.0/mockito-all-1.9.0.jar,
15 third_party/fest/fest-util-1.1.6.jar,
16 third_party/fest/fest-assert-1.4.jar
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698