Skip to content

Commit

Permalink
Update target platform to newer 4.32-I-builds (I20240327-1800).
Browse files Browse the repository at this point in the history
- eclipse-equinox/equinox#564

Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
  • Loading branch information
rgrunber committed Apr 9, 2024
1 parent d559507 commit ffe1aa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.product/languageServer.product
Expand Up @@ -48,7 +48,7 @@
<plugin id="org.eclipse.equinox.security"/>
<plugin id="org.eclipse.equinox.security.linux" fragment="true"/>
<plugin id="org.eclipse.equinox.security.macosx" fragment="true"/>
<plugin id="org.eclipse.equinox.security.win32.x86_64" fragment="true"/>
<plugin id="org.eclipse.equinox.security.win32" fragment="true"/>
<plugin id="org.eclipse.jdt.apt.pluggable.core"/>
<plugin id="org.eclipse.jdt.core"/>
<plugin id="org.eclipse.jdt.launching"/>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.product/syntaxServer.product
Expand Up @@ -43,7 +43,7 @@
<plugin id="org.eclipse.equinox.security"/>
<plugin id="org.eclipse.equinox.security.linux" fragment="true"/>
<plugin id="org.eclipse.equinox.security.macosx" fragment="true"/>
<plugin id="org.eclipse.equinox.security.win32.x86_64" fragment="true"/>
<plugin id="org.eclipse.equinox.security.win32" fragment="true"/>
<plugin id="org.eclipse.jdt.core"/>
<plugin id="org.eclipse.jdt.launching"/>
<plugin id="org.eclipse.jdt.launching.macosx"/>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target
Expand Up @@ -25,7 +25,7 @@
<unit id="org.mockito.mockito-core" version="0.0.0"/>
<unit id="org.apache.commons.commons-io" version="0.0.0"/>
<unit id="org.eclipse.jdt.apt.pluggable.core" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240325-1800/"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240327-1800/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.core.compiler.batch" version="0.0.0"/>
Expand Down

0 comments on commit ffe1aa9

Please sign in to comment.