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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.core_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: 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-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.indexer, 11 com.google.dart.indexer,
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.ui,
Brian Wilkerson 2012/03/16 15:04:51 The core tests have to be able to run in a headles
scheglov 2012/03/16 18:25:02 Ah... OK I use this code to close all extra views
15 org.eclipse.text, 16 org.eclipse.text,
16 org.eclipse.jface.text, 17 org.eclipse.jface.text,
17 org.eclipse.team.core, 18 org.eclipse.team.core,
18 org.junit, 19 org.junit,
19 com.google.dart.indexer_test 20 com.google.dart.indexer_test
20 Export-Package: com.google.dart.tools.core, 21 Export-Package: com.google.dart.tools.core,
21 com.google.dart.tools.core.samples, 22 com.google.dart.tools.core.samples,
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698