Add Remote apps prefs page

This was moved from boot dash.

See: https://www.pivotaltracker.com/story/show/163360865
This commit is contained in:
Kris De Volder
2019-06-04 12:27:04 -07:00
parent c1ec235398
commit 83d7ddecd7
8 changed files with 259 additions and 10 deletions

View File

@@ -105,9 +105,15 @@
contentTypeId="org.eclipse.jdt.core.javaSource">
</participant>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
category="org.springframework.tooling.boot.java.ls.preferences"
class="org.springframework.tooling.boot.ls.prefs.RemoteAppsPrefsPage"
id="org.springframework.tooling.boot.ls.prefs.RemoteAppsPrefsPage"
name="Remote Boot Apps">
</page>
<page
category="org.springframework.tooling.boot.ls.preferences"
class="org.springframework.tooling.boot.ls.BootJavaPreferencesPage"