Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'team/ETrice.setup')
-rw-r--r--team/ETrice.setup9
1 files changed, 9 insertions, 0 deletions
diff --git a/team/ETrice.setup b/team/ETrice.setup
index 9527b371e..02c79eec0 100644
--- a/team/ETrice.setup
+++ b/team/ETrice.setup
@@ -63,6 +63,9 @@
optional="true"/>
<requirement
name="org.eclipse.egit.feature.group"/>
+ <requirement
+ name="org.eclipse.rcptt.platform.feature.group"
+ optional="true"/>
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
</setupTask>
<setupTask
@@ -254,6 +257,12 @@
key="fetch"
value="+refs/heads/*:refs/remotes/github/*"/>
</configSections>
+ <configSections
+ name="gerrit">
+ <properties
+ key="createchangeid"
+ value="true"/>
+ </configSections>
<description>${scope.project.label}</description>
</setupTask>
<setupTask

Back to the top