Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gdt.eclipse.suite/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<!-- GWT Super DevMode Launch shortcut when using GWT -->
<shortcut
label="GWT Development Mode with Jetty"
description="Launch GWT legacy development mode with embedded Jetty server (Super Development Mode)"
description="Launch GWT development mode with embedded Jetty server (Super Development Mode)"
path="com.google.gdt.eclipse.suite.launch.ui.shortcuts.WebApp/devModeGroup"
class="com.google.gdt.eclipse.suite.launch.ui.shortcuts.WebAppGWTSuperDevModeLaunchShortcut"
icon="icons/gwt_server_16x16.png"
Expand Down Expand Up @@ -137,7 +137,7 @@

<!-- GWT Legacy Dev Mode Launch shortcut when using GWT -->
<shortcut
label="GWT Legacy Development Mode with Jetty"
label="GWT Legacy Development Mode with Jetty (Deprecated)"
description="Launch legacy GWT development mode with Jetty (Classic Development Mode)"
path="com.google.gdt.eclipse.suite.launch.ui.shortcuts.WebApp/devModeGroup"
class="com.google.gdt.eclipse.suite.launch.ui.shortcuts.WebAppGWTClassicDevModeLaunchShortcut"
Expand Down