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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.ui_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.tools.ui_test;singleton:=true 4 Bundle-SymbolicName: com.google.dart.tools.ui_test;singleton:=true
5 Bundle-Version: 0.1.0.qualifier 5 Bundle-Version: 0.0.0.qualifier
6 Bundle-Vendor: %providerName 6 Bundle-Vendor: %providerName
7 Bundle-Localization: plugin
7 Require-Bundle: org.eclipse.core.runtime, 8 Require-Bundle: org.eclipse.core.runtime,
8 org.eclipse.core.resources, 9 org.eclipse.core.resources,
9 org.eclipse.jface.text, 10 org.eclipse.jface.text,
10 org.eclipse.ui, 11 org.eclipse.ui,
11 org.eclipse.ui.ide, 12 org.eclipse.ui.ide,
12 org.eclipse.ui.editors, 13 org.eclipse.ui.editors,
13 org.eclipse.ui.workbench.texteditor, 14 org.eclipse.ui.workbench.texteditor,
14 org.eclipse.ltk.core.refactoring, 15 org.eclipse.ltk.core.refactoring,
15 org.eclipse.ltk.ui.refactoring, 16 org.eclipse.ltk.ui.refactoring,
16 org.junit;bundle-version="3.8.2", 17 org.junit;bundle-version="3.8.2",
17 com.google.dart.compiler.js, 18 com.google.dart.compiler.js,
18 com.google.dart.tools.core, 19 com.google.dart.tools.core,
19 com.google.dart.tools.ui, 20 com.google.dart.tools.ui,
20 com.google.dart.tools.core_test, 21 com.google.dart.tools.core_test,
21 com.google.dart.tools.update.core, 22 com.google.dart.tools.update.core,
22 com.google.dart.tools.deploy 23 com.google.dart.tools.deploy
23 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 24 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
24 Bundle-ActivationPolicy: lazy 25 Bundle-ActivationPolicy: lazy
25 Bundle-ClassPath: . 26 Bundle-ClassPath: .
26 Export-Package: com.google.dart.tools.ui, 27 Export-Package: com.google.dart.tools.ui,
27 com.google.dart.tools.ui.refactoring 28 com.google.dart.tools.ui.refactoring
28 Bundle-Activator: com.google.dart.tools.ui.Activator 29 Bundle-Activator: com.google.dart.tools.ui.Activator
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698