We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112bcb7 commit eb6da46Copy full SHA for eb6da46
1 file changed
releng/CDT.setup
@@ -34,8 +34,12 @@
34
name="org.eclipse.jdt.feature.group"/>
35
<requirement
36
name="org.eclipse.pde.feature.group"/>
37
+ <requirement
38
+ name="org.eclipse.cdt.feature.group"/>
39
<repository
40
url="https://download.eclipse.org/technology/swtbot/releases/latest"/>
41
+ <repository
42
+ url="https://download.eclipse.org/tools/cdt/releases/latest/"/>
43
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
44
</setupTask>
45
<setupTask
0 commit comments