Skip to content

Commit 7973332

Browse files
committed
#531: use ProgressMonitorDialog
1 parent 655290e commit 7973332

File tree

1 file changed

+2
-2
lines changed
  • plugins/org.eclipse.embedcdt.templates.xpack.ui/templates/hello-world-qemu-xpack-project

1 file changed

+2
-2
lines changed

plugins/org.eclipse.embedcdt.templates.xpack.ui/templates/hello-world-qemu-xpack-project/template.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ and is available athttps://www.eclipse.org/legal/epl-2.0/
170170
<if condition="1==1">
171171

172172
<process
173-
type="org.eclipse.embedcdt.templates.core.ConditionalRunCommand">
173+
type="org.eclipse.embedcdt.ui.ConditionalRunCommand">
174174
<simple
175175
name="projectName"
176176
value="$(projectName)" />
@@ -197,7 +197,7 @@ and is available athttps://www.eclipse.org/legal/epl-2.0/
197197
</process>
198198

199199
<process
200-
type="org.eclipse.embedcdt.templates.core.ConditionalRunCommand">
200+
type="org.eclipse.embedcdt.ui.ConditionalRunCommand">
201201
<simple
202202
name="projectName"
203203
value="$(projectName)" />

0 commit comments

Comments
 (0)