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

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

Issue 9703096: Remove Element.getNode() method (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changes for review comments Created 8 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.1.0.qualifier
6 Bundle-Vendor: %providerName 6 Bundle-Vendor: %providerName
7 Require-Bundle: org.eclipse.ui, 7 Require-Bundle: org.eclipse.ui,
8 org.eclipse.core.runtime, 8 org.eclipse.core.runtime,
9 org.eclipse.core.resources, 9 org.eclipse.core.resources,
10 org.junit;bundle-version="3.8.2", 10 org.junit;bundle-version="3.8.2",
11 com.google.dart.compiler.js, 11 com.google.dart.compiler.js,
12 com.google.dart.tools.core, 12 com.google.dart.tools.core,
13 com.google.dart.tools.ui, 13 com.google.dart.tools.ui,
14 org.eclipse.jface.text, 14 org.eclipse.jface.text,
15 com.google.dart.tools.core_test, 15 com.google.dart.tools.core_test,
16 com.google.dart.indexer_test 16 com.google.dart.indexer_test
17 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 17 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
18 Bundle-ActivationPolicy: lazy 18 Bundle-ActivationPolicy: lazy
19 Bundle-Activator: com.google.dart.tools.ui.Activator
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698