repo-reorg-2020: moved sts4-relevant spring-ide bundles from https://github.com/spring-projects/spring-ide/releases/tag/REPO-REORG-2020 into sts4 repo
This commit is contained in:
33
eclipse-extensions/org.springframework.ide.eclipse.boot.restart/plugin.xml
Executable file
33
eclipse-extensions/org.springframework.ide.eclipse.boot.restart/plugin.xml
Executable file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.4"?>
|
||||
<plugin>
|
||||
<extension
|
||||
id="org.springframework.ide.eclipse.boot.restart.consolePage"
|
||||
point="org.eclipse.ui.console.consolePageParticipants">
|
||||
<consolePageParticipant
|
||||
class="org.springframework.ide.eclipse.boot.restart.RestartConsolePageParticipant"
|
||||
id="org.springframework.ide.eclipse.boot.restart.consolePage.consolePageParticipant">
|
||||
<enablement>
|
||||
<instanceof
|
||||
value="org.eclipse.debug.internal.ui.views.console.ProcessConsole">
|
||||
</instanceof></enablement>
|
||||
</consolePageParticipant>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.commands">
|
||||
<command
|
||||
name="Trigger Restart"
|
||||
categoryId="org.eclipse.debug.ui.category.run"
|
||||
description="Restart Spring Boot Application"
|
||||
id="org.springframework.ide.eclipse.boot.restart.commands.restart">
|
||||
</command>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.bindings">
|
||||
<key
|
||||
commandId="org.springframework.ide.eclipse.boot.restart.commands.restart"
|
||||
contextId="org.eclipse.debug.ui.console"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
sequence="M1+R"/>
|
||||
</extension>
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user