Skip to content

Commit

Permalink
Incorporate Equinox project feature changes (#8)
Browse files Browse the repository at this point in the history
The Equinox projects will stop creating the feature
org.eclipse.equinox.serverside.sdk that is used to provide some p2
plugins to our RAP Tools build. Replace this feature with
org.eclipse.equinox.server.p2 that provides the missing bundles.

See eclipse-equinox/equinox.bundles#43
  • Loading branch information
mknauer committed May 6, 2022
1 parent 31e86a2 commit 63668b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<unit id="org.eclipse.equinox.compendium.sdk.feature.group" version="3.22.300.v20220426-1329"/>
<unit id="org.eclipse.equinox.core.feature.feature.group" version="1.13.600.v20220427-2211"/>
<unit id="org.eclipse.equinox.core.sdk.feature.group" version="3.23.400.v20220428-0703"/>
<unit id="org.eclipse.equinox.serverside.sdk.feature.group" version="3.23.400.v20220428-0821"/>
<unit id="org.eclipse.equinox.server.p2.feature.group" version="1.12.500.v20220426-1329"/>
<unit id="org.eclipse.jdt.feature.group" version="3.18.1200.v20220428-1800"/>
<unit id="org.eclipse.jdt.source.feature.group" version="3.18.1200.v20220428-1800"/>
<unit id="org.eclipse.pde.feature.group" version="3.14.1200.v20220428-1800"/>
Expand Down

0 comments on commit 63668b7

Please sign in to comment.