-
Notifications
You must be signed in to change notification settings - Fork 82
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
Wrong property fired in Product#setIncludeJre #1278
Comments
Phillipus
added a commit
to Phillipus/eclipse.pde
that referenced
this issue
May 30, 2024
The property should be P_INCLUDE_JRE not P_INCLUDE_LAUNCHERS See eclipse-pde#1278
PR #1279 |
HannesWell
pushed a commit
that referenced
this issue
May 31, 2024
The property should be P_INCLUDE_JRE not P_INCLUDE_LAUNCHERS See #1278
fedejeanne
pushed a commit
to fedejeanne/eclipse.pde
that referenced
this issue
Jul 31, 2024
The property should be P_INCLUDE_JRE not P_INCLUDE_LAUNCHERS See eclipse-pde#1278
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The property
P_INCLUDE_LAUNCHERS
is fired here:eclipse.pde/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/Product.java
Lines 899 to 906 in 9648456
It should be
P_INCLUDE_JRE
The text was updated successfully, but these errors were encountered: