Skip to content

Commit eb6da46

Browse files
authored
Include CDT in developer installation when using Oomph (#1415)
As numerous projects in CDT use CDT, make sure devs who want to contribute have CDT by default in the their dev installation Fixes #1405
1 parent 112bcb7 commit eb6da46

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

releng/CDT.setup

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@
3434
name="org.eclipse.jdt.feature.group"/>
3535
<requirement
3636
name="org.eclipse.pde.feature.group"/>
37+
<requirement
38+
name="org.eclipse.cdt.feature.group"/>
3739
<repository
3840
url="https://download.eclipse.org/technology/swtbot/releases/latest"/>
41+
<repository
42+
url="https://download.eclipse.org/tools/cdt/releases/latest/"/>
3943
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
4044
</setupTask>
4145
<setupTask

0 commit comments

Comments
 (0)