Skip to content

Commit

Permalink
Merge branch 'master' into PublishToMaven4.34
Browse files Browse the repository at this point in the history
  • Loading branch information
elsazac authored Dec 1, 2024
2 parents c9ee496 + 13f93ac commit 5c5ef23
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 152 deletions.
139 changes: 0 additions & 139 deletions JenkinsJobs/SmokeTests/smoke_test_win32.groovy

This file was deleted.

26 changes: 13 additions & 13 deletions oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<operand
xsi:type="predicates:RepositoryPredicate"
project="org.eclipse.platform"
relativePathPattern="platform/.*"/>
relativePathPattern="platform/.*|releng/.*"/>
</predicate>
</workingSet>
<workingSet
Expand Down Expand Up @@ -343,43 +343,43 @@
</predicate>
</workingSet>
<workingSet
name="Platform Runtime">
name="Platform Resources">
<predicate
xsi:type="predicates:AndPredicate">
<operand
xsi:type="predicates:RepositoryPredicate"
project="org.eclipse.core.runtime"
relativePathPattern="runtime/(bundles|features).*"/>
project="org.eclipse.core.resources"
relativePathPattern="resources/(bundles|examples)/.*"/>
</predicate>
</workingSet>
<workingSet
name="Platform Runtime Tests">
name="Platform Resources Tests">
<predicate
xsi:type="predicates:AndPredicate">
<operand
xsi:type="predicates:RepositoryPredicate"
project="org.eclipse.core.runtime"
relativePathPattern="runtime/tests/.*"/>
project="org.eclipse.core.resources"
relativePathPattern="resources/tests/.*"/>
</predicate>
</workingSet>
<workingSet
name="Platform Resources">
name="Platform Runtime">
<predicate
xsi:type="predicates:AndPredicate">
<operand
xsi:type="predicates:RepositoryPredicate"
project="org.eclipse.core.resources"
relativePathPattern="resources/(bundles|examples)/.*"/>
project="org.eclipse.core.runtime"
relativePathPattern="runtime/(bundles|features).*"/>
</predicate>
</workingSet>
<workingSet
name="Platform Resources Tests">
name="Platform Runtime Tests">
<predicate
xsi:type="predicates:AndPredicate">
<operand
xsi:type="predicates:RepositoryPredicate"
project="org.eclipse.core.resources"
relativePathPattern="resources/tests/.*"/>
project="org.eclipse.core.runtime"
relativePathPattern="runtime/tests/.*"/>
</predicate>
</workingSet>
<workingSet
Expand Down

0 comments on commit 5c5ef23

Please sign in to comment.