Fix id of 'Spring Symbols' view...

... must be distinct from the id of BootDash view.
This commit is contained in:
Kris De Volder
2020-05-11 11:31:58 -07:00
parent e1025d22ee
commit 8d61856584

View File

@@ -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">
</view>
</extension>