Skip to content

Commit

Permalink
[releng] Update target platform
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth committed Jul 15, 2024
1 parent cbb41e4 commit bc2da92
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,25 @@
*******************************************************************************/
target "CapellaSubsystemTransition"

/*
* Following include directive is commented because sirius stable 7.1.0-S20230302-034329 is not available anymore
* include "https://download.eclipse.org/capella/core/updates/releases/6.1.0/targets/capella.target-definition.targetplatform"
*/

/*
* =======================================
* Remove this when capella target platform gets stable versions
* =======================================
*/

with source, requirements
include "https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/targets/capella.target-definition.targetplatform"
include "https://download.eclipse.org/capella/core/updates/releases/7.0.0/targets/capella.target-definition.targetplatform"

/*
* =======================================
* Remove this when capella target platform gets stable versions
* =======================================
*/

location capella-7.0 "https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site" {
location capella-7.0 "https://download.eclipse.org/capella/core/updates/releases/7.0.0/org.polarsys.capella.rcp.site" {
org.polarsys.capella.rcp.feature.group
}

location capella-tests-7.0 "https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site" {
location capella-tests-7.0 "https://download.eclipse.org/capella/core/updates/releases/7.0.0/org.polarsys.capella.test.site" {
org.polarsys.capella.test.feature.feature.group
}

0 comments on commit bc2da92

Please sign in to comment.