|
110 | 110 | id="com.ibm.microclimate.ui.appObjectActions" |
111 | 111 | objectClass="com.ibm.microclimate.core.internal.MicroclimateApplication"> |
112 | 112 | <action |
113 | | - id="com.ibm.microclimate.ui.importApplication" |
| 113 | + id="com.ibm.microclimate.ui.openAppMonitor" |
114 | 114 | enablesFor="1" |
115 | | - menubarPath="group.generate" |
116 | | - icon="%IMPORT_ICON_PATH" |
117 | | - label="%ACTION_IMPORT_PROJECT" |
118 | | - class="com.ibm.microclimate.ui.internal.actions.ImportProjectAction"/> |
| 115 | + menubarPath="group.open" |
| 116 | + icon="%OPEN_BROWSER_ICON_PATH" |
| 117 | + label="%ACTION_OPEN_APP_MONITOR" |
| 118 | + class="com.ibm.microclimate.ui.internal.actions.OpenAppMonitorAction"/> |
119 | 119 | <action |
120 | 120 | id="com.ibm.microclimate.ui.containerShell" |
121 | 121 | enablesFor="1" |
|
129 | 129 | icon="%DEFAULT_ICON_PATH" |
130 | 130 | label="%ACTION_OPEN_APP_OVERVIEW" |
131 | 131 | class="com.ibm.microclimate.ui.internal.actions.OpenAppOverviewAction"/> |
132 | | - <action |
133 | | - id="com.ibm.microclimate.ui.openAppMonitor" |
134 | | - enablesFor="1" |
135 | | - menubarPath="group.open" |
136 | | - icon="%OPEN_BROWSER_ICON_PATH" |
137 | | - label="%ACTION_OPEN_APP_MONITOR" |
138 | | - class="com.ibm.microclimate.ui.internal.actions.OpenAppMonitorAction"/> |
139 | 132 | <action |
140 | 133 | id="com.ibm.microclimate.ui.openApplication" |
141 | 134 | enablesFor="1" |
|
144 | 137 | label="%ACTION_OPEN_APP" |
145 | 138 | class="com.ibm.microclimate.ui.internal.actions.OpenAppAction"/> |
146 | 139 | <action |
147 | | - id="com.ibm.microclimate.ui.toggleAppConsole" |
| 140 | + id="com.ibm.microclimate.ui.toggleBuildConsole" |
148 | 141 | enablesFor="1" |
149 | 142 | menubarPath="group.show" |
150 | | - label="%ACTION_SHOW_APP_CONSOLE" |
| 143 | + label="%ACTION_SHOW_BUILD_CONSOLE" |
151 | 144 | style="toggle" |
152 | 145 | state="false" |
153 | | - class="com.ibm.microclimate.ui.internal.actions.ToggleAppConsoleAction"/> |
| 146 | + class="com.ibm.microclimate.ui.internal.actions.ToggleBuildConsoleAction"/> |
154 | 147 | <action |
155 | | - id="com.ibm.microclimate.ui.toggleBuildConsole" |
| 148 | + id="com.ibm.microclimate.ui.toggleAppConsole" |
156 | 149 | enablesFor="1" |
157 | 150 | menubarPath="group.show" |
158 | | - label="%ACTION_SHOW_BUILD_CONSOLE" |
| 151 | + label="%ACTION_SHOW_APP_CONSOLE" |
159 | 152 | style="toggle" |
160 | 153 | state="false" |
161 | | - class="com.ibm.microclimate.ui.internal.actions.ToggleBuildConsoleAction"/> |
| 154 | + class="com.ibm.microclimate.ui.internal.actions.ToggleAppConsoleAction"/> |
162 | 155 | <action |
163 | | - id="com.ibm.microclimate.ui.restartRunMode" |
| 156 | + id="com.ibm.microclimate.ui.importApplication" |
164 | 157 | enablesFor="1" |
165 | | - menubarPath="group.generate" |
166 | | - icon="%RUN_ICON_PATH" |
167 | | - label="%ACTION_RESTART_RUN_MODE" |
168 | | - class="com.ibm.microclimate.ui.internal.actions.RestartRunModeAction"/> |
| 158 | + menubarPath="group.show" |
| 159 | + icon="%IMPORT_ICON_PATH" |
| 160 | + label="%ACTION_IMPORT_PROJECT" |
| 161 | + class="com.ibm.microclimate.ui.internal.actions.ImportProjectAction"/> |
169 | 162 | <action |
170 | 163 | id="com.ibm.microclimate.ui.restartDebugMode" |
171 | 164 | enablesFor="1" |
|
174 | 167 | label="%ACTION_RESTART_DEBUG_MODE" |
175 | 168 | class="com.ibm.microclimate.ui.internal.actions.RestartDebugModeAction"/> |
176 | 169 | <action |
177 | | - id="com.ibm.microclimate.ui.buildApplication" |
| 170 | + id="com.ibm.microclimate.ui.restartRunMode" |
178 | 171 | enablesFor="1" |
179 | | - menubarPath="group.build" |
180 | | - icon="%BUILD_ICON_PATH" |
181 | | - label="%ACTION_START_BUILD" |
182 | | - class="com.ibm.microclimate.ui.internal.actions.StartBuildAction"/> |
| 172 | + menubarPath="group.generate" |
| 173 | + icon="%RUN_ICON_PATH" |
| 174 | + label="%ACTION_RESTART_RUN_MODE" |
| 175 | + class="com.ibm.microclimate.ui.internal.actions.RestartRunModeAction"/> |
183 | 176 | <action |
184 | 177 | id="com.ibm.microclimate.ui.enableDisableAutoBuild" |
185 | 178 | enablesFor="1" |
186 | 179 | menubarPath="group.build" |
187 | 180 | label="%ACTION_ENABLE_DISABLE_AUTO_BUILD" |
188 | 181 | class="com.ibm.microclimate.ui.internal.actions.EnableDisableAutoBuildAction"/> |
| 182 | + <action |
| 183 | + id="com.ibm.microclimate.ui.buildApplication" |
| 184 | + enablesFor="1" |
| 185 | + menubarPath="group.build" |
| 186 | + icon="%BUILD_ICON_PATH" |
| 187 | + label="%ACTION_START_BUILD" |
| 188 | + class="com.ibm.microclimate.ui.internal.actions.StartBuildAction"/> |
189 | 189 | <action |
190 | 190 | id="com.ibm.microclimate.ui.refreshApplication" |
191 | 191 | enablesFor="1" |
|
0 commit comments