|
|
@@ -70,6 +70,8 @@
|
|
|
name="org.eclipse.xtext.sdk.feature.group"/>
|
|
|
<requirement
|
|
|
name="org.eclipse.m2e.feature.feature.group"/>
|
|
|
+ <requirement
|
|
|
+ name="org.eclipse.emf.ecore.xcore.sdk.feature.group"/>
|
|
|
<repository
|
|
|
url="${oomph.update.url}"/>
|
|
|
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
|
|
|
@@ -2523,5 +2525,9 @@
|
|
|
xsi:type="launching:LaunchTask"
|
|
|
excludedTriggers="STARTUP"
|
|
|
launcher="GenerateSGen.mwe2"/>
|
|
|
+ <setupTask
|
|
|
+ xsi:type="projects:ProjectsBuildTask"
|
|
|
+ excludedTriggers="STARTUP"
|
|
|
+ clean="true"/>
|
|
|
<stream name="master"/>
|
|
|
</setup:Project>
|