| Index: pkg/analyzer/lib/plugin/plugin.dart
|
| diff --git a/pkg/analysis_server/lib/plugin/plugin.dart b/pkg/analyzer/lib/plugin/plugin.dart
|
| similarity index 99%
|
| rename from pkg/analysis_server/lib/plugin/plugin.dart
|
| rename to pkg/analyzer/lib/plugin/plugin.dart
|
| index 9df0474b09400c6bbfba944fa821a77fb201d20c..c81c83c1d2eb81d2e90a99322523423320aee3c6 100644
|
| --- a/pkg/analysis_server/lib/plugin/plugin.dart
|
| +++ b/pkg/analyzer/lib/plugin/plugin.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.plugin.plugin;
|
| +library analyzer.plugin.plugin;
|
|
|
| /**
|
| * A function used to register the given [extension] to the extension point with
|
|
|