Skip to content

Commit a7c9320

Browse files
committed
1 to start gradle task1; 2 - task2
1 parent 5d81e3d commit a7c9320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org.nodeclipse.enide.gradle/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
class= "org.nodeclipse.enide.gradle.launch.task1.LaunchShortcut"
389389
icon= "icons/gradle-icon-16x16_bottom_right_corner_run_half_size.png"
390390
id= "org.nodeclipse.enide.gradle.launch.task1.LaunchShortcut"
391-
label= "gradle task1"
391+
label= "1 gradle task1"
392392
modes= "run" >
393393
<configurationType
394394
id= "org.nodeclipse.enide.gradle.launch.task1.LaunchConfigurationType" >
@@ -447,7 +447,7 @@
447447
class= "org.nodeclipse.enide.gradle.launch.task2.LaunchShortcut"
448448
icon= "icons/gradle-icon-16x16_bottom_right_corner_run_half_size.png"
449449
id= "org.nodeclipse.enide.gradle.launch.task2.LaunchShortcut"
450-
label= "gradle task2"
450+
label= "2 gradle task2"
451451
modes= "run" >
452452
<configurationType
453453
id= "org.nodeclipse.enide.gradle.launch.task2.LaunchConfigurationType" >

0 commit comments

Comments
 (0)