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

Wrong property fired in Product#setIncludeJre #1278

Closed
Phillipus opened this issue May 30, 2024 · 1 comment · Fixed by #1279
Closed

Wrong property fired in Product#setIncludeJre #1278

Phillipus opened this issue May 30, 2024 · 1 comment · Fixed by #1279

Comments

@Phillipus
Copy link
Contributor

The property P_INCLUDE_LAUNCHERS is fired here:

public void setIncludeJre(boolean include) {
boolean old = fIncludeJre;
fIncludeJre = include;
if (isEditable()) {
firePropertyChanged(P_INCLUDE_LAUNCHERS, Boolean.toString(old), Boolean.toString(fIncludeJre));
}
}

It should be P_INCLUDE_JRE

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
@Phillipus
Copy link
Contributor Author

PR #1279

@HannesWell HannesWell linked a pull request May 31, 2024 that will close this issue
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant