1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Bug 561552 - CDT.setup should include tycho m2e project configurators

add "org.sonatype.tycho.m2e.feature.feature.group" to P2 Director

Change-Id: I0a3e811da1b1189227b17e1c05388a8bc00bb737
Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
Alexander Fedorov 2020-03-29 10:40:41 +03:00
parent d9b5d57514
commit d2b27d72dc

View file

@ -31,6 +31,8 @@
name="org.eclipse.jdt.feature.group"/> name="org.eclipse.jdt.feature.group"/>
<requirement <requirement
name="org.eclipse.pde.feature.group"/> name="org.eclipse.pde.feature.group"/>
<requirement
name="org.sonatype.tycho.m2e.feature.feature.group"/>
<repository <repository
url="http://download.eclipse.org/technology/swtbot/releases/latest"/> url="http://download.eclipse.org/technology/swtbot/releases/latest"/>
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description> <description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>