Skip to content

Commit

Permalink
Remove working set for E4 Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Jan 29, 2024
1 parent ce26ac0 commit 80a6e02
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions releng/org.eclipse.ui.releng/platformUi.setup
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
</targlet>
</setupTask>
<setupTask
xsi:type="setup.workingsets:WorkingSetTask">
xsi:type="setup.workingsets:WorkingSetTask"
id="platform.ui.workingsets">
<workingSet
name="Platform UI">
<predicate
Expand All @@ -90,7 +91,7 @@
project="org.eclipse.ui"/>
<operand
xsi:type="workingsets:ExclusionPredicate"
excludedWorkingSet="//@setupTasks.3/@workingSets[name='Platform%20UI%20Examples'] //@setupTasks.3/@workingSets[name='Platform%20UI%20Tests'] //@setupTasks.3/@workingSets[name='Platform%20UI%20Tools']"/>
excludedWorkingSet="//'platform.ui.workingsets'/@workingSets[name='Platform%20UI%20Examples'] //'platform.ui.workingsets'/@workingSets[name='Platform%20UI%20Tests']"/>
</predicate>
</workingSet>
<workingSet
Expand All @@ -105,18 +106,6 @@
pattern=".*\.test.*|.*\.tests.*|org\.eclipse\.ui\.dynamicCode"/>
</predicate>
</workingSet>
<workingSet
name="Platform UI Tools">
<predicate
xsi:type="predicates:AndPredicate">
<operand
xsi:type="predicates:RepositoryPredicate"
project="org.eclipse.ui"/>
<operand
xsi:type="predicates:NamePredicate"
pattern="org\.eclipse\.e4\.(tools|core\.tools).*"/>
</predicate>
</workingSet>
<workingSet
name="Platform UI Examples">
<predicate
Expand Down

0 comments on commit 80a6e02

Please sign in to comment.