From 8d6185658490f0c7522afbdb63c9518321ee0930 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Mon, 11 May 2020 11:31:58 -0700 Subject: [PATCH] Fix id of 'Spring Symbols' view... ... must be distinct from the id of BootDash view. --- .../plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol/plugin.xml b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol/plugin.xml index ee4b08a1e..74576b5e2 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol/plugin.xml +++ b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol/plugin.xml @@ -9,7 +9,7 @@ icon="$nl$/icons/boot-icon.png" category="org.springframework.ide.eclipse.ui.views" class="org.springframework.tooling.ls.eclipse.gotosymbol.view.SpringSymbolsView" - id="org.springframework.ide.eclipse.boot.dash.views.BootDashView"> + id="org.springframework.tooling.ls.eclipse.gotosymbol.view.SpringSymbolsView">