Skip to content

Commit 1251211

Browse files
committed
Added Capella 7.0.1 targetplatform.
1 parent 03ff809 commit 1251211

File tree

8 files changed

+646
-6
lines changed

8 files changed

+646
-6
lines changed

.github/workflows/matrix_includes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"java":"17",
14-
"profile":"platform-capella-7.0.0,tests",
14+
"profile":"platform-capella-7.0.1,tests",
1515
"tycho":"3.0.3"
1616
}
1717
]

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
- uses: actions/cache@v4.2.0
6262
with:
6363
path: ~/.m2/repository
64-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml', '**/*.product') }}
64+
key: ${{ runner.os }}-maven-${{ matrix.profile }}-${{ hashFiles('**/pom.xml', '**/*.product') }}
6565
restore-keys: |
66-
${{ runner.os }}-maven-${{ hashFiles('**/pom.xml', '**/*.product') }}
66+
${{ runner.os }}-maven-${{ matrix.profile }}-${{ hashFiles('**/pom.xml', '**/*.product') }}
6767
6868
- name: Create directory for website (documentation)
6969
run: |

pom.xml

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@
5959
<module>releng/org.obeonetwork.m2doc.targetplatforms/sirius-6.0.0</module>
6060
<module>releng/org.obeonetwork.m2doc.targetplatforms/sirius-5.1.1</module-->
6161
<!-- Capella -->
62-
<module>releng/org.obeonetwork.m2doc.targetplatforms/capella-7.0.0</module>
63-
<!--module>releng/org.obeonetwork.m2doc.targetplatforms/capella-6.1.0</module>
62+
<module>releng/org.obeonetwork.m2doc.targetplatforms/capella-7.0.1</module>
63+
<!--module>releng/org.obeonetwork.m2doc.targetplatforms/capella-7.0.0</module>
64+
<module>releng/org.obeonetwork.m2doc.targetplatforms/capella-6.1.0</module>
6465
<module>releng/org.obeonetwork.m2doc.targetplatforms/capella-6.0.0</module>
6566
<module>releng/org.obeonetwork.m2doc.targetplatforms/capella-5.2.0</module>
6667
<module>releng/org.obeonetwork.m2doc.targetplatforms/capella-5.1.0</module>
@@ -1535,6 +1536,36 @@
15351536
</profile>
15361537

15371538
<!-- Capella -->
1539+
<profile>
1540+
<id>platform-capella-7.0.1</id>
1541+
<activation>
1542+
<activeByDefault>false</activeByDefault>
1543+
<property>
1544+
<name>platform-version-name</name>
1545+
<value>capella-7.0.1</value>
1546+
</property>
1547+
</activation>
1548+
<properties>
1549+
<eclipse-rcptt-inject-site>https://download.eclipse.org/sirius/updates/releases/7.4.5/2023-03</eclipse-rcptt-inject-site>
1550+
</properties>
1551+
<build>
1552+
<plugins>
1553+
<plugin>
1554+
<groupId>org.eclipse.tycho</groupId>
1555+
<artifactId>target-platform-configuration</artifactId>
1556+
<configuration>
1557+
<target>
1558+
<artifact>
1559+
<groupId>org.obeonetwork.m2doc</groupId>
1560+
<artifactId>m2doc-capella-7.0.1</artifactId>
1561+
<version>4.0.0-SNAPSHOT</version>
1562+
</artifact>
1563+
</target>
1564+
</configuration>
1565+
</plugin>
1566+
</plugins>
1567+
</build>
1568+
</profile>
15381569
<profile>
15391570
<id>platform-capella-7.0.0</id>
15401571
<activation>
@@ -1545,7 +1576,7 @@
15451576
</property>
15461577
</activation>
15471578
<properties>
1548-
<eclipse-rcptt-inject-site>https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03</eclipse-rcptt-inject-site>
1579+
<eclipse-rcptt-inject-site>https://download.eclipse.org/sirius/updates/releases/7.4.1/2023-03</eclipse-rcptt-inject-site>
15491580
</properties>
15501581
<build>
15511582
<plugins>

releng/org.obeonetwork.m2doc.targetplatforms/capella-7.0.1/m2doc-capella-7.0.1-SDK.target

Lines changed: 193 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
target "M2Doc Capella 7.0.1 Target Platform SDK"
2+
3+
with source requirements
4+
5+
include "m2doc-capella-7.0.1.tpd"

releng/org.obeonetwork.m2doc.targetplatforms/capella-7.0.1/m2doc-capella-7.0.1.target

Lines changed: 193 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
target "M2Doc Capella 7.0.1 Target Platform"
2+
3+
with requirements
4+
5+
//include "https://download.eclipse.org/capella/core/updates/releases/7.0.1/targets/capella.target-definition.targetplatform"
6+
7+
location GMF-Notation-1.13.1 "https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334" {
8+
org.eclipse.gmf.runtime.notation.sdk.feature.group lazy
9+
}
10+
11+
location GMF-Runtime-1.16 "https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/" {
12+
org.eclipse.gmf.runtime.sdk.feature.group lazy
13+
org.eclipse.gmf.runtime.thirdparty.feature.group lazy
14+
15+
org.apache.batik.ext [1.17.0,1.17.1)
16+
org.apache.batik.codec [1.17.0,1.17.1)
17+
org.apache.batik.bridge [1.17.0,1.17.1)
18+
org.apache.batik.script [1.17.0,1.17.1)
19+
20+
org.apache.batik.transcoder [1.17.0,1.17.1)
21+
org.apache.batik.util [1.17.0,1.17.1)
22+
org.apache.batik.constants [1.17.0,1.17.1)
23+
org.apache.batik.dom [1.17.0,1.17.1)
24+
org.apache.batik.css [1.17.0,1.17.1)
25+
org.apache.batik.gvt [1.17.0,1.17.1)
26+
org.apache.batik.anim [1.17.0,1.17.1)
27+
org.apache.batik.i18n [1.17.0,1.17.1)
28+
org.apache.batik.dom.svg [1.17.0,1.17.1)
29+
org.apache.batik.xml [1.17.0,1.17.1)
30+
org.apache.batik.parser [1.17.0,1.17.1)
31+
org.apache.batik.awt.util [1.17.0,1.17.1)
32+
org.apache.batik.svggen [1.17.0,1.17.1)
33+
org.apache.xmlgraphics [2.9.0,2.9.1)
34+
}
35+
36+
location GEF-Classic "https://archive.eclipse.org/tools/gef/classic/releases/3.17.0/" {
37+
org.eclipse.gef.feature.group lazy
38+
org.eclipse.gef.source.feature.group
39+
org.eclipse.gef.sdk.feature.group lazy
40+
org.eclipse.draw2d.sdk.feature.group lazy
41+
org.eclipse.draw2d.source.feature.group lazy
42+
}
43+
44+
location eclipse "https://download.eclipse.org/releases/2023-03" {
45+
org.eclipse.sdk.feature.group lazy
46+
org.eclipse.platform.feature.group lazy
47+
org.eclipse.emf.sdk.feature.group lazy
48+
org.eclipse.emf.validation.source.feature.group lazy
49+
org.eclipse.emf.transaction.source.feature.group lazy
50+
org.eclipse.emf.workspace.source.feature.group lazy
51+
org.eclipse.equinox.executable.feature.group lazy
52+
com.ibm.icu lazy
53+
org.eclipse.viatra.query.runtime.feature.source.feature.group lazy
54+
org.eclipse.xtext.xbase.lib.feature.group lazy
55+
org.eclipse.jgit.source.feature.group lazy
56+
org.eclipse.egit.source.feature.group lazy
57+
org.apache.log4j lazy
58+
org.apache.commons.lang lazy
59+
com.google.guava [31, 32)
60+
61+
// For M2Doc
62+
org.eclipse.platform.sdk lazy
63+
org.eclipse.equinox.core.feature.feature.group lazy
64+
org.eclipse.core.runtime lazy
65+
org.eclipse.ui lazy
66+
org.eclipse.ui.views.log lazy
67+
org.eclipse.epp.mpc.feature.group lazy
68+
org.junit [4.0.0,5.0.0)
69+
org.eclipse.jdt.feature.group lazy
70+
org.w3c.dom.svg lazy
71+
org.w3c.dom.smil lazy
72+
org.w3c.css.sac lazy
73+
74+
// wikitext
75+
org.eclipse.mylyn.wikitext [3.0.0,3.1.0)
76+
org.eclipse.mylyn.wikitext.asciidoc [3.0.0,3.1.0)
77+
org.eclipse.mylyn.wikitext.confluence [3.0.0,3.1.0)
78+
org.eclipse.mylyn.wikitext.html [3.0.0,3.1.0)
79+
org.eclipse.mylyn.wikitext.markdown [3.0.0,3.1.0)
80+
org.eclipse.mylyn.wikitext.mediawiki [3.0.0,3.1.0)
81+
org.eclipse.mylyn.wikitext.textile [3.0.0,3.1.0)
82+
org.eclipse.mylyn.wikitext.tracwiki [3.0.0,3.1.0)
83+
org.eclipse.mylyn.wikitext.twiki [3.0.0,3.1.0)
84+
85+
// for testing purpose only
86+
org.eclipse.uml2.feature.group lazy
87+
org.eclipse.pde.feature.group lazy
88+
}
89+
90+
location Mylyn-3.26 "https://download.eclipse.org/mylyn/releases/3.26/" {
91+
org.eclipse.mylyn_feature.feature.group [3.26.0,3.27.0)
92+
org.eclipse.mylyn.commons.feature.group [3.26.0,3.27.0)
93+
org.eclipse.mylyn.context_feature.feature.group [3.26.0,3.27.0)
94+
org.eclipse.mylyn.monitor.feature.group [3.26.0,3.27.0)
95+
org.eclipse.mylyn.team_feature.feature.group [3.26.0,3.27.0)
96+
org.eclipse.mylyn.ide_feature.feature.group [3.26.0,3.27.0)
97+
org.eclipse.mylyn.help.ui [3.26.0,3.27.0)
98+
}
99+
100+
location Orbit-2023-03 "https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/" {
101+
org.slf4j.api lazy
102+
ch.qos.logback.slf4j lazy
103+
ch.qos.logback.classic lazy
104+
ch.qos.logback.core lazy
105+
}
106+
107+
location sirius "https://download.eclipse.org/sirius/updates/releases/7.4.5/2023-03/" {
108+
org.eclipse.sirius.doc.feature.feature.group lazy
109+
org.eclipse.sirius.doc.feature.source.feature.group lazy
110+
org.eclipse.sirius.runtime.source.feature.group lazy
111+
org.eclipse.sirius.runtime.aql.source.feature.group lazy
112+
org.eclipse.sirius.runtime.ide.ui.source.feature.group lazy
113+
org.eclipse.sirius.interpreter.feature.source.feature.group lazy
114+
org.eclipse.acceleo.ui.interpreter.source.feature.group lazy
115+
org.eclipse.sirius.aql.source.feature.group lazy
116+
org.eclipse.acceleo.query.source.feature.group lazy
117+
org.eclipse.sirius.runtime.ide.ui.acceleo.source.feature.group lazy
118+
}
119+
120+
location kitalpha-runtime-core-master "https://download.eclipse.org/kitalpha/updates/releases/runtime/7.0.1/" {
121+
org.polarsys.kitalpha.ad.runtime.feature.source.feature.group lazy
122+
org.polarsys.kitalpha.cadence.feature.source.feature.group lazy
123+
org.polarsys.kitalpha.common.feature.source.feature.group lazy
124+
org.polarsys.kitalpha.emde.feature.source.feature.group lazy
125+
org.polarsys.kitalpha.emde.ui.feature.source.feature.group lazy
126+
org.polarsys.kitalpha.massactions.feature.source.feature.group lazy
127+
org.polarsys.kitalpha.model.common.share.feature.source.feature.group lazy
128+
org.polarsys.kitalpha.model.common.commands.feature.source.feature.group lazy
129+
org.polarsys.kitalpha.model.common.scrutiny.feature.source.feature.group lazy
130+
org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source.feature.group lazy
131+
org.polarsys.kitalpha.model.detachment.feature.source.feature.group lazy
132+
org.polarsys.kitalpha.model.detachment.ui.feature.source.feature.group lazy
133+
org.polarsys.kitalpha.report.feature.source.feature.group lazy
134+
org.polarsys.kitalpha.report.ui.feature.source.feature.group lazy
135+
org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source.feature.group lazy
136+
org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source.feature.group lazy
137+
org.polarsys.kitalpha.resourcereuse.feature.source.feature.group lazy
138+
org.polarsys.kitalpha.resourcereuse.ui.feature.source.feature.group lazy
139+
org.polarsys.kitalpha.richtext.widget.feature.source.feature.group lazy
140+
org.polarsys.kitalpha.richtext.widget.ext.feature.source.feature.group lazy
141+
org.polarsys.kitalpha.transposer.feature.source.feature.group lazy
142+
org.polarsys.kitalpha.sirius.rotativeimage.feature.feature.group lazy
143+
}
144+
145+
location kitalpha-sdk-master "https://download.eclipse.org/kitalpha/updates/releases/sdk/7.0.1/" {
146+
org.polarsys.kitalpha.doc.feature.feature.group lazy
147+
org.polarsys.kitalpha.emde.sdk.feature.source.feature.group lazy
148+
}
149+
150+
location diffmerge-core "https://download.eclipse.org/diffmerge/releases/0.15.0/emf-diffmerge-site/" {
151+
org.eclipse.emf.diffmerge.feature.source.feature.group lazy
152+
org.eclipse.emf.diffmerge.sirius.feature.source.feature.group lazy
153+
org.eclipse.emf.diffmerge.gmf.feature.source.feature.group lazy
154+
org.eclipse.emf.diffmerge.sdk.feature.source.feature.group lazy
155+
org.eclipse.emf.diffmerge.egit.feature.source.feature.group lazy
156+
}
157+
158+
location amalgam "https://download.eclipse.org/modeling/amalgam/updates/releases/1.14.0/capella/" {
159+
org.eclipse.amalgam.explorer.activity.source.feature.group lazy
160+
}
161+
162+
location egf "https://download.eclipse.org/egf/updates/1.6.4/2023-03/" {
163+
org.eclipse.egf.sdk.feature.source.feature.group lazy
164+
}
165+
166+
location Nattable "https://download.eclipse.org/nattable/releases/2.1.0/repository/" {
167+
org.eclipse.nebula.widgets.nattable.core.feature.feature.group lazy
168+
org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature.feature.group lazy
169+
}
170+
171+
location nebula "https://download.eclipse.org/nebula/releases/3.0.0/" {
172+
org.eclipse.nebula.widgets.richtext.feature.feature.group lazy
173+
}
174+
175+
location eclipse-shared-license "https://download.eclipse.org/cbi/updates/license" {
176+
org.eclipse.license.feature.group lazy
177+
}
178+
179+
location site_Capella "https://download.eclipse.org/capella/core/updates/releases/7.0.1/org.polarsys.capella.rcp.site/" {
180+
org.polarsys.capella.core.feature.feature.group lazy
181+
}
182+
183+
location "https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/" {
184+
org.kohsuke.args4j [2.0.21,2.1.0)
185+
javax.servlet [3.1.0,3.2.0)
186+
}
187+
188+
location ObeoNetworkBits "https://obeo-networkaggregation-releases.s3.eu-west-1.amazonaws.com/bits/master/thirdparties" {
189+
org.apache.poi.feature.feature.group lazy
190+
}
191+
192+
location CDO "https://download.eclipse.org/modeling/emf/cdo/drops/R20230307-0126/" {
193+
org.eclipse.emf.cdo.sdk.feature.group lazy
194+
org.eclipse.net4j.feature.group lazy
195+
}
196+
197+
location XText "https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/" {
198+
// for testing purpose only
199+
org.eclipse.xtext.sdk.feature.group [2.30.0,2.31.0)
200+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
6+
<parent>
7+
<groupId>org.obeonetwork.m2doc</groupId>
8+
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
9+
<version>4.0.0-SNAPSHOT</version>
10+
<relativePath>../../..</relativePath>
11+
</parent>
12+
13+
<groupId>org.obeonetwork.m2doc</groupId>
14+
<artifactId>m2doc-capella-7.0.1</artifactId>
15+
<version>4.0.0-SNAPSHOT</version>
16+
<packaging>eclipse-target-definition</packaging>
17+
18+
</project>

0 commit comments

Comments
 (0)