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

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

Issue 11348291: Analyze Dart scripts in HTML files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Analyze in builder thread Created 8 years 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.tools.core_test;singleton:=true 7 Bundle-SymbolicName: com.google.dart.tools.core_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.compiler.js, 10 Require-Bundle: com.google.dart.compiler.js,
11 com.google.dart.engine, 11 com.google.dart.engine,
12 com.google.dart.tools.core, 12 com.google.dart.tools.core,
13 org.eclipse.core.resources, 13 org.eclipse.core.resources,
14 org.eclipse.core.runtime, 14 org.eclipse.core.runtime,
15 org.eclipse.text, 15 org.eclipse.text,
16 org.eclipse.jface.text, 16 org.eclipse.jface.text,
17 org.eclipse.team.core, 17 org.eclipse.team.core,
18 org.junit, 18 org.junit,
19 org.eclipse.debug.ui 19 org.eclipse.debug.ui
20 Export-Package: com.google.dart.tools.core, 20 Export-Package: com.google.dart.tools.core,
21 com.google.dart.tools.core.samples, 21 com.google.dart.tools.core.samples,
22 com.google.dart.tools.core.test,
22 com.google.dart.tools.core.test.util, 23 com.google.dart.tools.core.test.util,
23 com.google.dart.tools.core.testutil, 24 com.google.dart.tools.core.testutil,
24 org.fest.assertions, 25 org.fest.assertions,
25 org.mockito, 26 org.mockito,
26 org.mockito.stubbing 27 org.mockito.stubbing
27 Bundle-ClassPath: third_party/fest/fest-util-1.1.6.jar, 28 Bundle-ClassPath: third_party/fest/fest-util-1.1.6.jar,
28 third_party/fest/fest-assert-1.4.jar, 29 third_party/fest/fest-assert-1.4.jar,
29 third_party/mockito/1.9.0/mockito-all-1.9.0.jar, 30 third_party/mockito/1.9.0/mockito-all-1.9.0.jar,
30 . 31 .
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698