Skip to content

Commit

Permalink
[releng] Update Sirius to 7.0.4
Browse files Browse the repository at this point in the history
Updated Kitalpha and Capella to 6.0.0 release

Change-Id: I9a20b2177385cb61a6452db27f8b4302fa9f9eaa
Signed-off-by: Erwann Traisnel <erwann.traisnel@obeo.fr>
  • Loading branch information
etraisnel2 authored and pdulth committed Nov 18, 2022
1 parent f4ac9c1 commit f0f138a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
<target name="org.eclipse.emf.diffmerge.coevolution" sequenceNumber="1653392941">
<target name="org.eclipse.emf.diffmerge.coevolution" sequenceNumber="1668695369">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.gmf.runtime.notation.sdk.feature.group" version="0.0.0"/>
Expand Down Expand Up @@ -42,20 +42,20 @@
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.sirius.specifier.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sirius.runtime.ide.ui.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220519-115310/2021-06"/>
<repository location="https://download.eclipse.org/sirius/updates/releases/7.0.4/2021-06"/>
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.polarsys.kitalpha.ad.metadata.feature.feature.group" version="0.0.0"/>
<unit id="org.polarsys.kitalpha.cadence.feature.feature.group" version="0.0.0"/>
<unit id="org.polarsys.kitalpha.emde.feature.feature.group" version="0.0.0"/>
<unit id="org.polarsys.kitalpha.report.feature.feature.group" version="0.0.0"/>
<unit id="org.polarsys.kitalpha.transposer.feature.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202207261909/"/>
<repository location="https://download.eclipse.org/kitalpha/updates/releases/runtime/6.0.0/"/>
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.polarsys.capella.core.common.feature.feature.group" version="0.0.0"/>
<unit id="org.polarsys.capella.common.feature.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220727-123803/org.polarsys.capella.rcp.site/"/>
<repository location="https://download.eclipse.org/capella/core/updates/releases/6.0.0/org.polarsys.capella.rcp.site/"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target "org.eclipse.emf.diffmerge.coevolution"

include "https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220519-115310/2021-06/targets/modules/gmf-runtime-1.14.tpd"
include "https://download.eclipse.org/sirius/updates/releases/7.0.4/2021-06/targets/modules/gmf-runtime-1.14.tpd"

location "https://download.eclipse.org/cbi/updates/license/" {
org.eclipse.license.feature.group [2.0.2.v20181016-2210,2.0.2.v20181016-2210]
Expand Down Expand Up @@ -29,22 +29,22 @@ location "https://download.eclipse.org/releases/2021-06" {
org.eclipse.uml2.sdk.feature.group lazy
}

location "https://download.eclipse.org/sirius/updates/stable/7.0.1-S20220519-115310/2021-06" {
location "https://download.eclipse.org/sirius/updates/releases/7.0.4/2021-06" {
org.eclipse.sirius.specifier.feature.group lazy
org.eclipse.sirius.runtime.ide.ui.feature.group lazy
}

// For examples

location "https://download.eclipse.org/kitalpha/updates/stable/runtime/6.0.0.S202207261909/" {
location "https://download.eclipse.org/kitalpha/updates/releases/runtime/6.0.0/" {
org.polarsys.kitalpha.ad.metadata.feature.feature.group lazy
org.polarsys.kitalpha.cadence.feature.feature.group lazy
org.polarsys.kitalpha.emde.feature.feature.group lazy
org.polarsys.kitalpha.report.feature.feature.group lazy
org.polarsys.kitalpha.transposer.feature.feature.group lazy
}

location "https://download.eclipse.org/capella/core/updates/stable/6.0.0-S20220727-123803/org.polarsys.capella.rcp.site/" {
location "https://download.eclipse.org/capella/core/updates/releases/6.0.0/org.polarsys.capella.rcp.site/" {
org.polarsys.capella.core.common.feature.feature.group lazy
org.polarsys.capella.common.feature.feature.group lazy
}

0 comments on commit f0f138a

Please sign in to comment.