Skip to content
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

WIP:build: update target platform with eclipse 4.24 #1005

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kapil-agnihotri
Copy link
Member

Update is required because the product doesn't validate in Mac with M1 chip

“eclipse”: https://download.eclipse.org/eclipse/updates/4.24/
“release”: https://download.eclipse.org/releases/2022-06

@kapil-agnihotri kapil-agnihotri changed the title build: update target platform with eclipse 4.24 WIP:build: update target platform with eclipse 4.24 Dec 8, 2022
Copy link
Member

@stempler stempler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM so far

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="halestudio Infocenter" uid="eu.esdihumboldt.hale.infocenter" id="eu.esdihumboldt.hale.doc.application.InfoCenter" application="eu.esdihumboldt.hale.doc.application.infocenterApplication" version="5.0.0.qualifier" useFeatures="false" includeLaunchers="true">
<product name="halestudio Infocenter" uid="eu.esdihumboldt.hale.infocenter" id="eu.esdihumboldt.hale.doc.application.InfoCenter" application="eu.esdihumboldt.hale.doc.application.infocenterApplication" version="5.0.0.qualifier" useFeatures="false" includeLaunchers="true" autoIncludeRequirements="true">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you test running the Infocenter product if it can serve the help successfully?

@@ -36,6 +36,16 @@
<repository location="https://download.eclipse.org/eclipse/updates/4.24/"/>
<unit id="org.eclipse.e4.core.tools.feature.source.feature.group" version="4.24.0.v20220420-0901"/>
<unit id="org.eclipse.sdk.ide" version="4.24.0.I20220607-0700"/>
<unit id="org.eclipse.ecf.core.feature.feature.group" version="1.6.1.v20211005-1944"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we played around with the hale product run configuration on @Flaminietta 's machine she was able to remove all the ECF related plugins leaving no dependency issues related to it. So maybe something that could be removed as a dependency altogether?
Did you see where dependencies to this are present? (e.g. if it is in one of our own features)

Copy link

github-actions bot commented May 7, 2024

This pull request has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants