|
60 | 60 | </shortcut> |
61 | 61 | </extension> |
62 | 62 |
|
63 | | - <!-- goal2 --> |
| 63 | + <!-- goal1 --> |
64 | 64 | <extension |
65 | 65 | point="org.eclipse.debug.core.launchConfigurationTypes"> |
66 | 66 | <launchConfigurationType |
67 | | - delegate="org.nodeclipse.enide.maven.launch.goal2.LaunchConfigurationDelegate" |
68 | | - id="org.nodeclipse.enide.maven.launch.goal2.LaunchConfigurationType" |
| 67 | + delegate="org.nodeclipse.enide.maven.launch.goal1.LaunchConfigurationDelegate" |
| 68 | + id="org.nodeclipse.enide.maven.launch.goal1.LaunchConfigurationType" |
69 | 69 | modes="run" |
70 | | - name="Maven goal2"> |
| 70 | + name="Maven goal1"> |
71 | 71 | </launchConfigurationType> |
72 | 72 | </extension> |
73 | 73 | <extension |
74 | 74 | point= "org.eclipse.debug.ui.launchConfigurationTypeImages" > |
75 | 75 | <launchConfigurationTypeImage |
76 | | - configTypeID= "org.nodeclipse.enide.maven.launch.goal2.LaunchConfigurationType" |
| 76 | + configTypeID= "org.nodeclipse.enide.maven.launch.goal1.LaunchConfigurationType" |
77 | 77 | icon= "icons/feather-ma16_bottom_right_corner_run_half_size.png" |
78 | | - id= "org.nodeclipse.enide.maven.launch.goal2.LaunchConfigurationTypeImage" > |
| 78 | + id= "org.nodeclipse.enide.maven.launch.goal1.LaunchConfigurationTypeImage" > |
79 | 79 | </launchConfigurationTypeImage> |
80 | 80 | </extension> |
81 | 81 | <extension |
82 | 82 | point="org.eclipse.debug.ui.launchConfigurationTabGroups"> |
83 | 83 | <launchConfigurationTabGroup |
84 | | - class= "org.nodeclipse.enide.maven.launch.goal2.LaunchConfigurationTabGroup" |
85 | | - id= "org.nodeclipse.enide.maven.launch.goal2.LaunchConfigurationTabGroup" |
86 | | - type= "org.nodeclipse.enide.maven.launch.goal2.LaunchConfigurationType" > |
| 84 | + class= "org.nodeclipse.enide.maven.launch.goal1.LaunchConfigurationTabGroup" |
| 85 | + id= "org.nodeclipse.enide.maven.launch.goal1.LaunchConfigurationTabGroup" |
| 86 | + type= "org.nodeclipse.enide.maven.launch.goal1.LaunchConfigurationType" > |
87 | 87 | </launchConfigurationTabGroup> |
88 | 88 | </extension> |
89 | | - <!-- pom.xml run as goal2 --> |
| 89 | + <!-- pom.xml run as goal1 --> |
90 | 90 | <extension |
91 | 91 | point= "org.eclipse.debug.ui.launchShortcuts" > |
92 | 92 | <shortcut |
93 | | - class= "org.nodeclipse.enide.maven.launch.goal2.LaunchShortcut" |
| 93 | + class= "org.nodeclipse.enide.maven.launch.goal1.LaunchShortcut" |
94 | 94 | icon= "icons/feather-ma16_bottom_right_corner_run_half_size.png" |
95 | | - id= "org.nodeclipse.enide.maven.launch.goal2.LaunchShortcut" |
96 | | - label= "mvn goal2 Maven goal" |
| 95 | + id= "org.nodeclipse.enide.maven.launch.goal1.LaunchShortcut" |
| 96 | + label= "mvn goal1 Maven goal" |
97 | 97 | modes= "run" > |
98 | 98 | <configurationType |
99 | | - id= "org.nodeclipse.enide.maven.launch.goal2.LaunchConfigurationType" > |
| 99 | + id= "org.nodeclipse.enide.maven.launch.goal1.LaunchConfigurationType" > |
100 | 100 | </configurationType> |
101 | 101 | <contextualLaunch> |
102 | 102 | <enablement> |
|
0 commit comments