Skip to content

Commit

Permalink
attempt to limit the version back to what used to work
Browse files Browse the repository at this point in the history
keep getting lots of error pop-ups XtextReconcilerJob error...
  • Loading branch information
pahjbo committed Nov 28, 2024
1 parent 39b3a5b commit 983967e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions VODSLEditor.setup
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
label="${scope.product.label} (${scope.product.version.label})">
<requirement
name="org.eclipse.platform.ide"
versionRange="[4.21.0,5.0.0)"/>
versionRange="[4.20.0,5.0.0)"/>
<requirement
name="org.eclipse.platform.feature.group"
versionRange="4.21.0"/>
versionRange="4.20.0"/>
<requirement
name="org.eclipse.rcp.feature.group"
versionRange="4.21.0"/>
versionRange="4.20.0"/>
<requirement
name="org.eclipse.fx.core.shared.feature.feature.group"/>
<requirement
Expand All @@ -48,18 +48,20 @@
name="openjfx.swt.feature.feature.group"/>
<requirement
name="org.eclipse.xtext.sdk.feature.group"
versionRange="2.25.0"/>
versionRange="[2.24.0,2.26.0)"/>
<requirement
name="org.eclipse.emf.sdk.feature.group"
versionRange="2.25.0"/>
versionRange="[2.24.0,2.26.0)"/>
<requirement
name="openjfx.standard.feature.feature.group"/>
<repository
url="https://download.eclipse.org/modeling/tmf/updates/"/>
<repository
url="https://download.eclipse.org/modeling/emf/emf/builds/release/"/>
<repository
url="https://download.eclipse.org/releases/2021-06/"/>
<repository
url="https://download.eclipse.org/eclipse/updates/4.21/"/>
<repository
url="https://download.eclipse.org/modeling/tmf/updates/"/>
<repository
url="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.34.0/"/>
<repository
Expand Down

0 comments on commit 983967e

Please sign in to comment.