Skip to content

Commit

Permalink
[Setup] Fix incorrect Working-Set task index and assign IDs to WS-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jun 29, 2023
1 parent 9b5db66 commit 7917556
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions oomph/Platform.setup
Expand Up @@ -610,7 +610,8 @@
</targlet>
</setupTask>
<setupTask
xsi:type="setup.workingsets:WorkingSetTask">
xsi:type="setup.workingsets:WorkingSetTask"
id="platform.images.workingsets">
<workingSet
name="Platform Images">
<predicate
Expand Down Expand Up @@ -718,7 +719,8 @@
</targlet>
</setupTask>
<setupTask
xsi:type="setup.workingsets:WorkingSetTask">
xsi:type="setup.workingsets:WorkingSetTask"
id="releng.workingsets">
<workingSet
name="Platform Releng">
<predicate
Expand All @@ -728,7 +730,7 @@
project="org.eclipse.rcp"/>
<operand
xsi:type="workingsets:ExclusionPredicate"
excludedWorkingSet="//@projects[name='releng']/@setupTasks.2/@workingSets[name='Platform%20Releng%20Tests']"/>
excludedWorkingSet="//'releng.workingsets'/@workingSets[name='Platform%20Releng%20Tests']"/>
</predicate>
</workingSet>
<workingSet
Expand Down Expand Up @@ -816,7 +818,8 @@
</targlet>
</setupTask>
<setupTask
xsi:type="setup.workingsets:WorkingSetTask">
xsi:type="setup.workingsets:WorkingSetTask"
id="releng.aggregator.workingsets">
<workingSet
name="Platform Releng Aggregator">
<predicate
Expand All @@ -826,7 +829,7 @@
project="org.eclipse.platform.releng.tychoeclipsebuilder"/>
<operand
xsi:type="workingsets:ExclusionPredicate"
excludedWorkingSet="//@projects[name='releng.aggregator']/@setupTasks.3/@workingSets[name='Platform%20Documentation']"/>
excludedWorkingSet="//'releng.aggregator.workingsets'/@workingSets[name='Platform%20Documentation']"/>
</predicate>
</workingSet>
<workingSet
Expand Down Expand Up @@ -918,7 +921,8 @@
</targlet>
</setupTask>
<setupTask
xsi:type="setup.workingsets:WorkingSetTask">
xsi:type="setup.workingsets:WorkingSetTask"
id="releng.build.workingsets">
<workingSet
name="Platform Releng Build Tools">
<predicate
Expand Down

0 comments on commit 7917556

Please sign in to comment.