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

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

Issue 10051030: Fix for local variable rename, when it is expression of invocation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
5 Bundle-Version: 0.1.0.qualifier 5 Bundle-Version: 0.1.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,
11 org.eclipse.ui.editors,
12 org.eclipse.jface.text,
10 org.eclipse.ui.workbench.texteditor, 13 org.eclipse.ui.workbench.texteditor,
11 org.junit, 14 org.junit,
12 org.hamcrest, 15 org.hamcrest,
13 org.eclipse.swtbot.junit4_x, 16 org.eclipse.swtbot.junit4_x,
14 org.eclipse.swtbot.swt.finder, 17 org.eclipse.swtbot.swt.finder,
15 org.eclipse.swtbot.eclipse.core, 18 org.eclipse.swtbot.eclipse.core,
16 org.eclipse.swtbot.eclipse.finder, 19 org.eclipse.swtbot.eclipse.finder,
17 org.eclipse.swtbot.forms.finder, 20 org.eclipse.swtbot.forms.finder,
18 com.google.dart.tools.core, 21 com.google.dart.tools.core,
19 com.google.dart.tools.core_test, 22 com.google.dart.tools.core_test,
20 com.google.dart.tools.ui, 23 com.google.dart.tools.ui,
24 com.google.dart.tools.ui_test,
21 com.google.dart.compiler.js, 25 com.google.dart.compiler.js,
22 org.apache.log4j 26 org.apache.log4j
23 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 27 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
24 Bundle-ActivationPolicy: lazy 28 Bundle-ActivationPolicy: lazy
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698