Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2018-04-21 07:32:54 +0000
committerEd Merks2018-04-21 07:32:54 +0000
commit8da8fbd7f63329ec9467604f207fdedb5bb3820e (patch)
tree9e172bf1f84f764a75b332b055ffc8a0797a6b06
parent96346a0c7f8f82bdfdcb5085e3b4c919175be954 (diff)
downloadeclipse.platform.ua-8da8fbd7f63329ec9467604f207fdedb5bb3820e.tar.gz
eclipse.platform.ua-8da8fbd7f63329ec9467604f207fdedb5bb3820e.tar.xz
eclipse.platform.ua-8da8fbd7f63329ec9467604f207fdedb5bb3820e.zip
Bug 533818 - Improve the Oomph setups for the platform projectsI20180422-2000I20180421-1500
Ensure that the commit message has a change ID by default. The root Platform.setup in Oomph will manage the fixed value for the eclipse.target.platform variable so that it only needs to be managed in a single place in the future. Change-Id: I34fe5dd2513aa63dd56774d3d9bf5cd4df4241a7 Signed-off-by: Ed Merks <ed.merks@gmail.com>
-rw-r--r--org.eclipse.ua.releng/platformUa.setup14
1 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.ua.releng/platformUa.setup b/org.eclipse.ua.releng/platformUa.setup
index 4fa13c32e..243dfb13a 100644
--- a/org.eclipse.ua.releng/platformUa.setup
+++ b/org.eclipse.ua.releng/platformUa.setup
@@ -37,6 +37,12 @@
<value>remoteURI</value>
</detail>
</annotation>
+ <configSections
+ name="gerrit">
+ <properties
+ key="createchangeid"
+ value="true"/>
+ </configSections>
<description>Platform UA</description>
</setupTask>
<setupTask
@@ -93,13 +99,7 @@
</workingSet>
</setupTask>
<stream name="master"
- label="Master">
- <setupTask
- xsi:type="setup:VariableTask"
- name="eclipse.target.platform"
- value="Oxygen"
- storageURI="scope://Workspace"/>
- </stream>
+ label="Master"/>
<logicalProjectContainer
xsi:type="setup:Project"
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='platform']"/>

Back to the top