PT #165419026: Hyperlinks in XML config files
This commit is contained in:
@@ -109,9 +109,21 @@
|
||||
<extension
|
||||
point="org.eclipse.ui.preferencePages">
|
||||
<page
|
||||
category="org.springframework.tooling.ls.eclipse.commons.console.preferences"
|
||||
class="org.springframework.tooling.boot.ls.BootLanguageServerPreferencesPage"
|
||||
category="org.springframework.tooling.boot.ls.preferences"
|
||||
class="org.springframework.tooling.boot.ls.BootJavaPreferencesPage"
|
||||
id="org.springframework.tooling.boot.java.ls.preferences"
|
||||
name="Spring Boot Java">
|
||||
</page>
|
||||
<page
|
||||
category="org.springframework.tooling.boot.ls.preferences"
|
||||
class="org.springframework.tooling.boot.ls.XmlConfigPreferencePage"
|
||||
id="org.springframework.tooling.boot.xml.ls.preferences"
|
||||
name="Spring XML Config">
|
||||
</page>
|
||||
<page
|
||||
category="org.springframework.tooling.ls.eclipse.commons.console.preferences"
|
||||
class="org.springframework.tooling.boot.ls.SpringBootLanguageServerPreferencePage"
|
||||
id="org.springframework.tooling.boot.ls.preferences"
|
||||
name="Spring Boot Language Server">
|
||||
</page>
|
||||
</extension>
|
||||
|
||||
Reference in New Issue
Block a user