| 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
|
|
|