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

Unified Diff: pkg/analyzer/lib/src/plugin/plugin_impl.dart

Issue 1027433002: Temporarily move plugin support (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/lib/plugin/plugin.dart ('k') | pkg/analyzer/test/plugin/plugin_impl_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/plugin/plugin_impl.dart
diff --git a/pkg/analysis_server/lib/src/plugin/plugin_impl.dart b/pkg/analyzer/lib/src/plugin/plugin_impl.dart
similarity index 97%
rename from pkg/analysis_server/lib/src/plugin/plugin_impl.dart
rename to pkg/analyzer/lib/src/plugin/plugin_impl.dart
index 9b1bd986acaf30a19ab0e64737c0054a75ad6f2e..5b9e8a2a48e7d6b2904c40a94731a5b02c560802 100644
--- a/pkg/analysis_server/lib/src/plugin/plugin_impl.dart
+++ b/pkg/analyzer/lib/src/plugin/plugin_impl.dart
@@ -2,11 +2,11 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library analysis_server.src.plugin.plugin_impl;
+library analyzer.src.plugin.plugin_impl;
import 'dart:collection';
-import 'package:analysis_server/plugin/plugin.dart';
+import 'package:analyzer/plugin/plugin.dart';
/**
* An object that manages the extension points for a single instance of the
« no previous file with comments | « pkg/analyzer/lib/plugin/plugin.dart ('k') | pkg/analyzer/test/plugin/plugin_impl_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698