Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse 4diac Wiki/Development/4diac Releng

Short checklist for 4diac releases:

  1. prepare branding
    • Update splash screen
    • Update update version number in VM Arguments: -Declipse.buildId= (this is needed for AERI)


  1. Prepare git repos
    • For Major and bugfix releases merge release branch to master
    • Tag commit with release (e.g., 1.9.0.M1, 1.10.1)
  1. Build 4diac-ide
    • currently local build using Tycho
    • rename output files according to release: 4diac-ide-incubation_version_platform.ending (e.g., 4diac-ide-incubation_1.9.0.M2_linux.gtk.x86.tar.gz, 4diac-ide-incubation_1.10.1_win32.x86_64.zip)
  1. Assemble FORTE
  2. clone anonymous git :
  3. change to release branch
  4. zip forte and name it forte-incubation_version.zip

Back to the top