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

Unified Diff: pkg/analysis_services/pubspec.yaml

Issue 250823006: Translate parts of engine.services project. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move to pkg/analysis_services/ Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_services/lib/src/generated/util.dart ('k') | pkg/analysis_services/test/test_all.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_services/pubspec.yaml
diff --git a/pkg/analysis_server/pubspec.yaml b/pkg/analysis_services/pubspec.yaml
similarity index 61%
copy from pkg/analysis_server/pubspec.yaml
copy to pkg/analysis_services/pubspec.yaml
index 84ddf94ba99fcbaa3c49b2ebdede210d4ee96ae4..5321e84dfe4adcbdd37be279ea87e4d82fec8886 100644
--- a/pkg/analysis_server/pubspec.yaml
+++ b/pkg/analysis_services/pubspec.yaml
@@ -1,13 +1,11 @@
-name: analysis_server
+name: analysis_services
version: 0.0.1
author: Dart Team <misc@dartlang.org>
-description: An HTTP server that performs analysis of Dart code via web sockets.
+description: A set of services on top of Analysis Engine
homepage: http://www.dartlang.org
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
analyzer: 0.14.2
- args: any
- logging: any
dev_dependencies:
unittest: '>=0.10.0 <0.12.0'
« no previous file with comments | « pkg/analysis_services/lib/src/generated/util.dart ('k') | pkg/analysis_services/test/test_all.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698