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

Add an option to the product editor to flag it contain a JRE #1075

Merged
merged 1 commit into from
Jan 27, 2024

Commits on Jan 27, 2024

  1. Add an option to the product editor to flag it contain a JRE

    Currently if one wants to include a JRE it is needed to specify a
    concrete EE for each of the linux/win/mac what is quite cumbersome and
    could easily forgotten to update.
    
    Instead this adds a new flag "includeJRE" in the product that enables
    this for all os at once and always uses the default vm (what is the one
    from the target platform or user chosen default).
    
    This will also make it easier for Tools like Tycho that already
    investigate the 'includeLaunchers' flag.
    laeubi committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    890bea0 View commit details
    Browse the repository at this point in the history