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

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

Issue 300313002: Switch to using remote analysis server instead of local. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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.server;singleton:=true 7 Bundle-SymbolicName: com.google.dart.server;singleton:=true
8 Bundle-Version: 0.0.0.qualifier 8 Bundle-Version: 0.0.0.qualifier
9 Bundle-Vendor: %providerName 9 Bundle-Vendor: %providerName
10 Bundle-ClassPath: . 10 Bundle-ClassPath: .
11 Require-Bundle: com.google.dart.thirdparty, 11 Require-Bundle: com.google.dart.thirdparty,
12 com.google.dart.engine, 12 com.google.dart.engine,
13 com.google.dart.engine.services 13 com.google.dart.engine.services
14 Export-Package: com.google.dart.server, 14 Export-Package: com.google.dart.server,
15 com.google.dart.server.internal.local;x-friends:="com.google.dart.server_test", 15 com.google.dart.server.internal.local;x-friends:="com.google.dart.server_test",
16 com.google.dart.server.internal.local.computer;x-friends:="com.google.dart.serv er_test", 16 com.google.dart.server.internal.local.computer;x-friends:="com.google.dart.serv er_test",
17 com.google.dart.server.internal.local.operation;x-friends:="com.google.dart.ser ver_test", 17 com.google.dart.server.internal.local.operation;x-friends:="com.google.dart.ser ver_test",
18 com.google.dart.server.internal.local.source;x-friends:="com.google.dart.server _test", 18 com.google.dart.server.internal.local.source;x-friends:="com.google.dart.server _test",
19 com.google.dart.server.internal.remote;x-friends:="com.google.dart.server_test" , 19 com.google.dart.server.internal.remote;x-friends:="com.google.dart.server_test" ,
20 com.google.dart.server.internal.remote.processor;x-friends:="com.google.dart.se rver_test",
20 com.google.dart.server.internal.remote.utilities;x-friends:="com.google.dart.se rver_test" 21 com.google.dart.server.internal.remote.utilities;x-friends:="com.google.dart.se rver_test"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698