-
Notifications
You must be signed in to change notification settings - Fork 49
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
Equinox deletes some JRE1.1 profile #425
Conversation
@iloveeclipse I have updated the PR. |
d54e319
to
47046d5
Compare
9c804ac
to
770b4c9
Compare
@rgrunber @iloveeclipse Could you, please, review the PR again? |
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I tested by adding something like Arrays.asList(JavaRuntime.getExecutionEnvironmentsManager().getExecutionEnvironments()).stream().anyMatch(ee -> "JRE-1.1".equals(ee.getId()));
and confirm it's false
with this change.
If @iloveeclipse is fine with it, I'd say we should merge.
With [1] and [2] support for 'JRE-1.1' execution environment is removed from JDT respectively Equinox. Therefore M2E has no need anymore to support this exotic (and probably hardly used) execution environment. [1] - eclipse-equinox/equinox#571 [2] - eclipse-jdt/eclipse.jdt.debug#425
With [1] and [2] support for 'JRE-1.1' execution environment is removed from JDT respectively Equinox. Therefore M2E has no need anymore to support this exotic (and probably hardly used) execution environment. [1] - eclipse-equinox/equinox#571 [2] - eclipse-jdt/eclipse.jdt.debug#425
With [1] and [2] support for 'JRE-1.1' execution environment is removed from JDT respectively Equinox. Therefore M2E has no need anymore to support this exotic (and probably hardly used) execution environment. [1] - eclipse-equinox/equinox#571 [2] - eclipse-jdt/eclipse.jdt.debug#425
With [1] and [2] support for 'JRE-1.1' execution environment is removed from JDT respectively Equinox. Therefore M2E has no need anymore to support this exotic (and probably hardly used) execution environment. [1] - eclipse-equinox/equinox#571 [2] - eclipse-jdt/eclipse.jdt.debug#425
What it does
Fixes #424
How to test
See eclipse-m2e/m2e-core#1735
Author checklist