-
Notifications
You must be signed in to change notification settings - Fork 133
IEP-1637 Upgrade Eclipse target platform: LSP4E 0.27.10, CDT-LSP 3.3 #1317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
5e6c650
bb8d687
e4b9143
0ba285b
cb60721
5d88c60
def6ed8
755c4b6
0878fbf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,10 +3,9 @@ | |
| <target name="com.espressif.idf.target" sequenceNumber="25"> | ||
| <locations> | ||
| <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
| <repository location="https://download.eclipse.org/eclipse/updates/4.35"/> | ||
| <repository location="https://download.eclipse.org/eclipse/updates/4.37"/> | ||
| <unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.rcp.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.rcp.source.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.test.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.equinox.p2.core.feature.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="0.0.0"/> | ||
|
|
@@ -16,17 +15,22 @@ | |
| <unit id="org.eclipse.help.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.platform.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.pde.feature.group" version="0.0.0"/> | ||
|
|
||
| <unit id="org.eclipse.sdk.feature.group" version="0.0.0"/> | ||
sigmaaa marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| </location> | ||
| <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
| <repository location="https://download.eclipse.org/releases/2025-03/"/> | ||
| <repository location="https://download.eclipse.org/releases/2025-09/"/> | ||
kolipakakondal marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <unit id="org.eclipse.cdt.autotools.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.cdt.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.cdt.sdk.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.cdt.cmake.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.tm.terminal.control.feature.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.tm.terminal.connector.process" version="0.0.0"/> | ||
| <unit id="org.eclipse.tm.terminal.feature.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.tm.terminal.view.ui" version="0.0.0"/> | ||
| <unit id="org.eclipse.tm.terminal.view.feature.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.ui" version="0.0.0"/> | ||
| <unit id="org.apache.commons.logging" version="0.0.0"/> | ||
| <unit id="javax.xml.jre" version="0.0.0"/> | ||
|
Comment on lines
+31
to
+32
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. By default these will be included, do you see any specific usecase? if you need a specific version other than the default one for some reason, you can check eclipse orbit
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi @kolipakakondal, Without this, the build fails to compile the org.w3c.dom dependency. |
||
| <unit id="org.eclipse.launchbar.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.epp.mpc.feature.group" version="0.0.0"/> | ||
| </location> | ||
|
|
@@ -45,7 +49,7 @@ | |
| <unit id="org.apache.batik.i18n" version="0.0.0"/> | ||
| <unit id="org.apache.batik.constants" version="0.0.0"/> | ||
| <unit id="org.commonmark" version="0.0.0"/> <!-- 0.22.0 --> | ||
| <repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-03"/> | ||
| <repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-09"/> | ||
| </location> | ||
| <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
| <unit id="org.eclipse.jgit.feature.group" version="0.0.0"/> | ||
|
|
@@ -78,7 +82,7 @@ | |
| <unit id="org.eclipse.embedcdt.packs.feature.group" version="6.4.0.202307251916"/> | ||
| </location> | ||
| <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
| <repository location="https://download.eclipse.org/lsp4e/releases/0.27.4/"/> | ||
| <repository location="https://download.eclipse.org/lsp4e/releases/0.27.10/"/> | ||
| <unit id="org.eclipse.lsp4e" version="0.0.0"/> | ||
| <unit id="org.eclipse.lsp4e.debug" version="0.0.0"/> | ||
| <unit id="org.eclipse.lsp4j" version="0.0.0"/> | ||
|
|
@@ -87,7 +91,7 @@ | |
| <unit id="org.eclipse.lsp4j.jsonrpc.debug" version="0.0.0"/> | ||
| </location> | ||
| <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
| <repository location="https://download.eclipse.org/tm4e/releases/0.14.1/"/> | ||
| <repository location="https://download.eclipse.org/tm4e/releases/0.15.1/"/> | ||
kolipakakondal marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0"/> | ||
| <unit id="org.eclipse.tm4e.language_pack.feature.feature.group" version="0.0.0"/> | ||
| </location> | ||
|
|
@@ -96,7 +100,7 @@ | |
| <unit id="org.eclipse.justj.openjdk.hotspot.jre.full.feature.group" version="0.0.0"/> | ||
| </location> | ||
| <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
| <repository location="https://download.eclipse.org/tools/cdt/releases/cdt-lsp-3.2/cdt-lsp-3.2.0/"/> | ||
| <repository location="https://download.eclipse.org/tools/cdt/releases/cdt-lsp-3.3/cdt-lsp-3.3.0/"/> | ||
| <unit id="org.eclipse.cdt.lsp.feature.feature.group" version="0.0.0"/> | ||
| <unit id="org.yaml.snakeyaml" version="2.2.0"/> | ||
| </location> | ||
kolipakakondal marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.