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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.ui.swtbot_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: Dart Editor SWTBot Tests 3 Bundle-Name: Dart Editor SWTBot Tests
4 Bundle-SymbolicName: com.google.dart.tools.ui.swtbot_test 4 Bundle-SymbolicName: com.google.dart.tools.ui.swtbot_test;singleton:=true
5 Bundle-Version: 0.1.0.qualifier 5 Bundle-Version: 0.0.0.qualifier
6 Bundle-Vendor: Google 6 Bundle-Vendor: Google
7 Require-Bundle: org.eclipse.core.runtime, 7 Require-Bundle: org.eclipse.core.runtime,
8 org.eclipse.core.resources, 8 org.eclipse.core.resources,
9 org.eclipse.ui, 9 org.eclipse.ui,
10 org.eclipse.ui.ide, 10 org.eclipse.ui.ide,
11 org.eclipse.ui.editors, 11 org.eclipse.ui.editors,
12 org.eclipse.jface.text, 12 org.eclipse.jface.text,
13 org.eclipse.ui.workbench.texteditor, 13 org.eclipse.ui.workbench.texteditor,
14 org.junit, 14 org.junit,
15 org.hamcrest, 15 org.hamcrest,
16 org.eclipse.swtbot.junit4_x, 16 org.eclipse.swtbot.junit4_x,
17 org.eclipse.swtbot.swt.finder, 17 org.eclipse.swtbot.swt.finder,
18 org.eclipse.swtbot.eclipse.core, 18 org.eclipse.swtbot.eclipse.core,
19 org.eclipse.swtbot.eclipse.finder, 19 org.eclipse.swtbot.eclipse.finder,
20 org.eclipse.swtbot.forms.finder, 20 org.eclipse.swtbot.forms.finder,
21 com.google.dart.tools.core, 21 com.google.dart.tools.core,
22 com.google.dart.tools.core_test, 22 com.google.dart.tools.core_test,
23 com.google.dart.tools.ui, 23 com.google.dart.tools.ui,
24 com.google.dart.tools.ui_test, 24 com.google.dart.tools.ui_test,
25 com.google.dart.compiler.js, 25 com.google.dart.compiler.js,
26 org.apache.log4j, 26 org.apache.log4j,
27 com.google.dart.tools.deploy 27 com.google.dart.tools.deploy
28 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 28 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
29 Bundle-ActivationPolicy: lazy 29 Bundle-ActivationPolicy: lazy
30 Bundle-Localization: plugin
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698