Skip to content

Commit

Permalink
Remove the Equinox p2 Examples working set from the setup
Browse files Browse the repository at this point in the history
- Specify an ID for WorkingSetTask so that there are no positional EMF
fragment path.
  • Loading branch information
merks committed Jan 17, 2025
1 parent 6ef2fad commit 82f4830
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions releng/org.eclipse.equinox.releng/Equinox.setup
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@
</targlet>
</setupTask>
<setupTask
xsi:type="setup.workingsets:WorkingSetTask">
xsi:type="setup.workingsets:WorkingSetTask"
id="p2.workingsets">
<workingSet
name="Equinox p2">
<predicate
Expand All @@ -300,7 +301,7 @@
project="org.eclipse.equinox.p2.core"/>
<operand
xsi:type="workingsets:ExclusionPredicate"
excludedWorkingSet="//@projects[name='p2']/@setupTasks.5/@workingSets[name='Equinox%20p2%20Tests'] //@projects[name='p2']/@setupTasks.5/@workingSets[name='Equinox%20p2%20Examples']"/>
excludedWorkingSet="//'p2.workingsets'/@workingSets[name='Equinox%20p2%20Tests']"/>
</predicate>
</workingSet>
<workingSet
Expand All @@ -315,18 +316,6 @@
pattern=".*test($|s.*)"/>
</predicate>
</workingSet>
<workingSet
name="Equinox p2 Examples">
<predicate
xsi:type="predicates:AndPredicate">
<operand
xsi:type="predicates:RepositoryPredicate"
project="org.eclipse.equinox.p2.core"/>
<operand
xsi:type="predicates:NamePredicate"
pattern=".*examples.*"/>
</predicate>
</workingSet>
</setupTask>
<stream
name="master"
Expand Down

0 comments on commit 82f4830

Please sign in to comment.