|
25 | 25 | </page>
|
26 | 26 | </extension>
|
27 | 27 |
|
| 28 | + <!-- Web Application --> |
28 | 29 | <extension
|
29 | 30 | point="org.eclipse.debug.core.launchConfigurationTypes">
|
30 | 31 | <launchConfigurationType
|
31 | 32 | delegate="com.google.gdt.eclipse.suite.launch.WebAppLaunchDelegate"
|
32 | 33 | delegateDescription="Runs a Web Application"
|
33 |
| - delegateName="Web Application Launcher" |
| 34 | + delegateName="GWT Web Application Launcher" |
34 | 35 | id="com.google.gdt.eclipse.suite.webapp"
|
35 | 36 | modes="run, debug"
|
36 |
| - name="Web Application" |
| 37 | + name="GWT Web Application" |
37 | 38 | sourceLocatorId="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"
|
38 | 39 | sourcePathComputerId="org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer"/>
|
39 | 40 | </extension>
|
40 | 41 |
|
41 |
| - <extension |
| 42 | + <extension |
42 | 43 | point="org.eclipse.debug.ui.launchConfigurationTypeImages">
|
43 | 44 | <launchConfigurationTypeImage
|
44 |
| - icon="icons/gdt_16x16.png" |
| 45 | + icon="icons/gwt_server_16x16.png" |
45 | 46 | configTypeID="com.google.gdt.eclipse.suite.webapp"
|
46 | 47 | id="com.google.gdt.eclipse.suite.launch.webappImage">
|
47 | 48 | </launchConfigurationTypeImage>
|
|
68 | 69 | <launchConfigurationTabGroup
|
69 | 70 | class="com.google.gdt.eclipse.suite.launch.ui.tab_groups.GwtSuperDevModeCodeServerTabGroup"
|
70 | 71 | id="com.google.gwt.eclipse.core.launch.gwtSdmCodeServerTabGroup"
|
71 |
| - type="com.google.gwt.eclipse.core.sdmCodeServer"> |
| 72 | + type="com.google.gwt.eclipse.core.sdmCodeServer" |
| 73 | + description="Launch GWT Super Dev Mode with the CodeServer"> |
72 | 74 | <launchMode
|
73 | 75 | description="Run GWT Super Dev Mode"
|
74 | 76 | mode="debug"
|
|
81 | 83 | </launchConfigurationTabGroup>
|
82 | 84 | </extension>
|
83 | 85 |
|
84 |
| - <!-- Web Application shortcut --> |
| 86 | + <!-- Shortcuts --> |
85 | 87 | <extension
|
86 | 88 | point="org.eclipse.debug.ui.launchShortcuts">
|
87 |
| - <shortcut |
| 89 | + <!-- Web Application shortcut --> |
| 90 | + <!-- <shortcut |
88 | 91 | class="com.google.gdt.eclipse.suite.launch.ui.shortcuts.WebAppLaunchShortcut"
|
89 |
| - description="Launch a Web Application" |
90 |
| - icon="icons/gdt_16x16.png" |
| 92 | + description="Launch a Web Application with GWT DevMode" |
| 93 | + icon="icons/gwt_server_16x16.png" |
91 | 94 | id="com.google.gdt.eclipse.suite.launch.ui.webappLaunchShortcut"
|
92 |
| - label="Web Application" |
| 95 | + label="GWT Web Application with DevMode" |
93 | 96 | modes="run, debug">
|
94 | 97 | <contextualLaunch>
|
95 | 98 | <enablement>
|
96 | 99 | <with variable="selection">
|
97 | 100 | <count value= "1"/>
|
98 | 101 | <iterate>
|
99 |
| - <!-- |
100 |
| - see code in com.google.gdt.eclipse.suite.propertytesters.LaunchTargetTester.java |
101 |
| - --> |
102 | 102 | <test property="com.google.gdt.eclipse.suite.isLaunchTarget"/>
|
103 | 103 | </iterate>
|
104 | 104 | </with>
|
|
113 | 113 | mode="debug" />
|
114 | 114 | <configurationType
|
115 | 115 | id="com.google.gdt.eclipse.suite.webapp"/>
|
116 |
| - </shortcut> |
| 116 | + </shortcut> --> |
117 | 117 |
|
118 | 118 | <!-- Web Application No Server shortcut -->
|
119 | 119 | <shortcut
|
120 | 120 | class="com.google.gdt.eclipse.suite.launch.ui.shortcuts.WebAppNoServerLaunchShortcut"
|
121 |
| - description="Launch a Web Application using an External Server" |
122 |
| - icon="icons/gdt_16x16.png" |
| 121 | + description="Launch a Web Application with DevMode using an External Server" |
| 122 | + icon="icons/gwt_server_16x16.png" |
123 | 123 | id="com.google.gdt.eclipse.suite.ui.webappNoServerLaunchShortcut"
|
124 |
| - label="Web Application (running on an external server)" |
| 124 | + label="GWT Web Application with DevMode (Super Dev Mode with External Server)" |
125 | 125 | modes="run, debug">
|
126 | 126 | <contextualLaunch>
|
127 | 127 | <enablement>
|
|
154 | 154 | <!-- GWT Super Dev Mode Launch shortcut when using GWT -->
|
155 | 155 | <shortcut
|
156 | 156 | class="com.google.gdt.eclipse.suite.launch.ui.shortcuts.WebAppGWTSuperDevModeLaunchShortcut"
|
157 |
| - description="Launch a Web Application using GWT super dev mode" |
158 |
| - icon="icons/gdt_16x16.png" |
| 157 | + description="Launch a Web Application using GWT super dev mode with DevMode" |
| 158 | + icon="icons/gwt_server_16x16.png" |
159 | 159 | id="com.google.gdt.eclipse.suite.launch.ui.webappLaunchShortcutGwtSuperDevMode"
|
160 |
| - label="Web Application (GWT Super Dev Mode)" |
| 160 | + label="GWT Web Application with DevMode (Super Dev Mode)" |
161 | 161 | modes="run, debug">
|
162 | 162 | <contextualLaunch>
|
163 | 163 | <enablement>
|
|
170 | 170 | </enablement>
|
171 | 171 | </contextualLaunch>
|
172 | 172 | <description
|
173 |
| - description="Run a Web Application (GWT Super Dev Mode)" |
| 173 | + description="Run a Web Application with DevMode (SDM)" |
174 | 174 | mode="run" />
|
175 | 175 | <description
|
176 |
| - description="Debug a Web Application (GWT Super Dev Mode)" |
| 176 | + description="Debug a Web Application (GWT SDM)" |
177 | 177 | mode="debug" />
|
178 | 178 | <configurationType
|
179 | 179 | id="com.google.gdt.eclipse.suite.webapp"/>
|
180 | 180 | </shortcut>
|
181 | 181 | <!-- GWT Classic Dev Mode Launch shortcut when using GWT -->
|
182 | 182 | <shortcut
|
183 | 183 | class="com.google.gdt.eclipse.suite.launch.ui.shortcuts.WebAppGWTClassicDevModeLaunchShortcut"
|
184 |
| - description="Launch a Web Application using GWT classic dev mode" |
185 |
| - icon="icons/gdt_16x16.png" |
| 184 | + description="Launch a Web Application using GWT classic DevMode" |
| 185 | + icon="icons/gwt_server_16x16.png" |
186 | 186 | id="com.google.gdt.eclipse.suite.launch.ui.webappLaunchShortcutGwtClassicDevMode"
|
187 |
| - label="Web Application (GWT Classic Dev Mode)" |
| 187 | + label="GWT Web Application with DevMode (Classic Dev Mode)" |
188 | 188 | modes="run, debug">
|
189 | 189 | <contextualLaunch>
|
190 | 190 | <enablement>
|
|
197 | 197 | </enablement>
|
198 | 198 | </contextualLaunch>
|
199 | 199 | <description
|
200 |
| - description="Run a Web Application (GWT Classic Dev Mode)" |
| 200 | + description="Run a Web Application with DevMode (Classic Dev Mode)" |
201 | 201 | mode="run" />
|
202 | 202 | <description
|
203 |
| - description="Debug a Web Application (GWT Classic Dev Mode)" |
| 203 | + description="Debug a Web Application With DevMode (Classic Dev Mode)" |
204 | 204 | mode="debug" />
|
205 | 205 | <configurationType
|
206 | 206 | id="com.google.gdt.eclipse.suite.webapp"/>
|
|
237 | 237 | class="com.google.gdt.eclipse.suite.wizards.NewWebAppProjectWizard"
|
238 | 238 | icon="icons/gdt-new-project_16x16.png"
|
239 | 239 | id="com.google.gdt.eclipse.suite.wizards.newProjectWizard"
|
240 |
| - name="Web Application Project" |
| 240 | + name="GWT Web Application Project" |
241 | 241 | preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective"
|
242 | 242 | project="true">
|
243 | 243 | </wizard>
|
|
0 commit comments