Skip to content

Commit aa2f252

Browse files
committed
Fixed target platform to depend on M2Doc 4.0.1 target platform.
1 parent bda24a0 commit aa2f252

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

releng/org.obeonetwork.capella.target/capella-extensions-SDK.target

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="Capella M2Doc Extension SDK" sequenceNumber="1770389258">
4+
<target name="Capella M2Doc Extension SDK" sequenceNumber="1773045195">
55
<locations>
66
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
77
<unit id="org.eclipse.gmf.runtime.notation.sdk.feature.group" version="0.0.0"/>
@@ -28,7 +28,7 @@
2828
<unit id="org.apache.batik.awt.util" version="1.17.0.v20231215-1130"/>
2929
<unit id="org.apache.batik.svggen" version="1.17.0.v20231215-1130"/>
3030
<unit id="org.apache.xmlgraphics" version="2.9.0.v20230916-1600"/>
31-
<repository id="GMF-Runtime-1.16" location="https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202403010913/"/>
31+
<repository id="GMF-Runtime-1.16" location="https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/"/>
3232
</location>
3333
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
3434
<unit id="org.eclipse.gef.feature.group" version="0.0.0"/>
@@ -178,7 +178,7 @@
178178
</location>
179179
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
180180
<unit id="org.apache.poi.feature.feature.group" version="0.0.0"/>
181-
<repository id="ObeoNetworkBits" location="https://obeo-networkaggregation-releases.s3.eu-west-1.amazonaws.com/bits/master/thirdparties"/>
181+
<repository id="ObeoNetworkBits" location="https://obeo-networkaggregation-releases.s3.eu-west-1.amazonaws.com/bits/0.14.0/thirdparties"/>
182182
</location>
183183
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
184184
<unit id="org.eclipse.emf.cdo.sdk.feature.group" version="0.0.0"/>

releng/org.obeonetwork.capella.target/capella-extensions.target

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="Capella M2Doc Extension" sequenceNumber="1770389258">
4+
<target name="Capella M2Doc Extension" sequenceNumber="1773045194">
55
<locations>
66
<location includeMode="planner" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
77
<unit id="org.eclipse.gmf.runtime.notation.sdk.feature.group" version="0.0.0"/>
@@ -28,7 +28,7 @@
2828
<unit id="org.apache.batik.awt.util" version="1.17.0.v20231215-1130"/>
2929
<unit id="org.apache.batik.svggen" version="1.17.0.v20231215-1130"/>
3030
<unit id="org.apache.xmlgraphics" version="2.9.0.v20230916-1600"/>
31-
<repository id="GMF-Runtime-1.16" location="https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202403010913/"/>
31+
<repository id="GMF-Runtime-1.16" location="https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/"/>
3232
</location>
3333
<location includeMode="planner" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
3434
<unit id="org.eclipse.gef.feature.group" version="0.0.0"/>
@@ -178,7 +178,7 @@
178178
</location>
179179
<location includeMode="planner" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
180180
<unit id="org.apache.poi.feature.feature.group" version="0.0.0"/>
181-
<repository id="ObeoNetworkBits" location="https://obeo-networkaggregation-releases.s3.eu-west-1.amazonaws.com/bits/master/thirdparties"/>
181+
<repository id="ObeoNetworkBits" location="https://obeo-networkaggregation-releases.s3.eu-west-1.amazonaws.com/bits/0.14.0/thirdparties"/>
182182
</location>
183183
<location includeMode="planner" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
184184
<unit id="org.eclipse.emf.cdo.sdk.feature.group" version="0.0.0"/>

releng/org.obeonetwork.capella.target/capella-extensions.tpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ target "Capella M2Doc Extension"
1212

1313
with requirements
1414

15-
include "https://raw.githubusercontent.com/ObeoNetwork/M2Doc/master/releng/org.obeonetwork.m2doc.targetplatforms/capella-7.0.1/m2doc-capella-7.0.1.tpd"
15+
include "https://raw.githubusercontent.com/ObeoNetwork/M2Doc/4.0.1/releng/org.obeonetwork.m2doc.targetplatforms/capella-7.0.1/m2doc-capella-7.0.1.tpd"
1616

1717
location "https://s3-eu-west-1.amazonaws.com/obeo-m2doc-releases/4.0.1/repository/" {
1818
org.obeonetwork.m2doc.feature.feature.group lazy

0 commit comments

Comments
 (0)