Align plugin.xml etc. for goto-symbol plugin with other plugin.xml

This commit is contained in:
Kris De Volder
2017-10-02 12:36:07 -07:00
parent 982408b60f
commit 7d9b2ce03b

View File

@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Gotosymbol
Bundle-Name: Goto Symbol Popup
Bundle-SymbolicName: org.springframework.tooling.ls.eclipse.gotosymbol;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 0.0.10.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.ui.workbench.texteditor,
org.eclipse.lsp4e,
@@ -21,3 +21,4 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: org.springframework.tooling.ls.eclipse.gotosymbol.GotoSymbolPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Pivotal, Inc.