Skip to content

Commit

Permalink
Remove component registration from plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jqyp committed Jul 7, 2020
1 parent aaa4a58 commit 5bfe131
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@
<annotator language="Groovy" implementationClass="org.jetbrains.plugins.spotbugs.gui.editor.BugAnnotator"/>
<codeInsight.lineMarkerProvider language="Groovy" implementationClass="org.jetbrains.plugins.spotbugs.gui.editor.BugsLineMarkerProvider"/>
</extensions>
<project-components>
<component>
<implementation-class>org.jetbrains.plugins.spotbugs.gui.preferences.LegacyProjectSettingsConverter</implementation-class>
</component>
</project-components>

<actions>
<group id="SpotBugs.AnalyzeMenu" text="SpotBugs" popup="true">
Expand Down

0 comments on commit 5bfe131

Please sign in to comment.