Skip to content

Commit

Permalink
Add saveparticipant projects to test feature #2179
Browse files Browse the repository at this point in the history
The tests in org.eclipse.core.tests.resource.saveparticipant require the
bundles org.eclipse.core.test.resources.saveparticipant[1|2|3], which
are currently missing in the SDK test feature used for integration
builds. This change adds them accordingly.

Fixes #2179
  • Loading branch information
HeikoKlare committed Jul 12, 2024
1 parent bee00d3 commit bbf9c69
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@
id="org.eclipse.core.tests.resources.saveparticipant"
version="0.0.0"/>

<plugin
id="org.eclipse.core.tests.resources.saveparticipant1"
version="0.0.0"/>

<plugin
id="org.eclipse.core.tests.resources.saveparticipant2"
version="0.0.0"/>

<plugin
id="org.eclipse.core.tests.resources.saveparticipant3"
version="0.0.0"/>

<plugin
id="org.eclipse.core.tests.net"
version="0.0.0"/>
Expand Down

0 comments on commit bbf9c69

Please sign in to comment.