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

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

Issue 868183002: Move AnalysisServer to package ...generated to indicated that the file shouldnt be changed manually. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add file that wasn't added by git. Created 5 years, 11 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
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServer.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 Export-Package: com.google.dart.server, 12 Export-Package: com.google.dart.server,
13 com.google.dart.server.generated,
13 com.google.dart.server.generated.types, 14 com.google.dart.server.generated.types,
14 com.google.dart.server.internal;x-friends:="com.google.dart.server_test", 15 com.google.dart.server.internal;x-friends:="com.google.dart.server_test",
15 com.google.dart.server.internal.remote;x-friends:="com.google.dart.server_test, com.google.dart.tools.core", 16 com.google.dart.server.internal.remote;x-friends:="com.google.dart.server_test, com.google.dart.tools.core",
16 com.google.dart.server.internal.remote.processor;x-friends:="com.google.dart.se rver_test", 17 com.google.dart.server.internal.remote.processor;x-friends:="com.google.dart.se rver_test",
17 com.google.dart.server.internal.remote.utilities;x-friends:="com.google.dart.se rver_test", 18 com.google.dart.server.internal.remote.utilities;x-friends:="com.google.dart.se rver_test",
18 com.google.dart.server.utilities.general, 19 com.google.dart.server.utilities.general,
19 com.google.dart.server.utilities.instrumentation, 20 com.google.dart.server.utilities.instrumentation,
20 com.google.dart.server.utilities.logging 21 com.google.dart.server.utilities.logging
OLDNEW
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698