Skip to content

Commit 044e9a8

Browse files
authored
Add Eclipse 4.38 target platform (#103)
1 parent 695ae8b commit 044e9a8

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

EclEmma.setup

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,19 @@
115115
name="org.eclipse.m2e.feature.feature.group"/>
116116
<requirement
117117
name="org.eclipse.mylyn.tasks.bugs"/>
118+
<repositoryList
119+
name="2025-12">
120+
<repository
121+
url="https://download.eclipse.org/releases/2025-12"/>
122+
<repository
123+
url="https://download.eclipse.org/cbi/updates/license"/>
124+
<repository
125+
url="https://download.eclipse.org/tools/orbit/simrel/maven-osgi/2025-06"/>
126+
<repository
127+
url="https://download.eclipse.org/tools/orbit/downloads/latest-I"/>
128+
<repository
129+
url="https://download.eclipse.org/technology/swtbot/releases/2.8.0"/>
130+
</repositoryList>
118131
<repositoryList
119132
name="2025-09">
120133
<repository

org.eclipse.eclemma.build/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,20 @@
753753
<platform-repository-url>https://download.eclipse.org/releases/2025-09/</platform-repository-url>
754754
</properties>
755755
</profile>
756+
<profile>
757+
<id>e4.38</id>
758+
<activation>
759+
<property>
760+
<name>target-profile</name>
761+
<value>e4.38</value>
762+
</property>
763+
</activation>
764+
<properties>
765+
<target-platform>eclemma-e4.38</target-platform>
766+
<tycho.executionEnvironment>JavaSE-17</tycho.executionEnvironment>
767+
<platform-repository-url>https://download.eclipse.org/releases/2025-12/</platform-repository-url>
768+
</properties>
769+
</profile>
756770

757771
<profile>
758772
<id>explicit-target</id>
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?pde version="3.6"?>
3+
4+
<target name="eclemma-e4.38" sequenceNumber="1">
5+
<locations>
6+
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
7+
<unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
8+
<unit id="org.eclipse.rcp.feature.group" version="0.0.0"/>
9+
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
10+
<repository location="https://download.eclipse.org/releases/2025-12/"/>
11+
</location>
12+
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
13+
<unit id="org.objectweb.asm" version="9.8.0"/>
14+
<unit id="org.objectweb.asm.commons" version="9.8.0"/>
15+
<unit id="org.objectweb.asm.tree" version="9.8.0"/>
16+
<unit id="org.jacoco.agent" version="0.8.13.202504020838"/>
17+
<unit id="org.jacoco.core" version="0.8.13.202504020838"/>
18+
<unit id="org.jacoco.report" version="0.8.13.202504020838"/>
19+
<repository location="https://download.eclipse.org/tools/orbit/simrel/maven-osgi/2025-06"/>
20+
</location>
21+
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
22+
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
23+
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository"/>
24+
</location>
25+
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
26+
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
27+
<repository location="https://download.eclipse.org/technology/swtbot/releases/2.8.0"/>
28+
</location>
29+
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
30+
<unit id="org.eclipse.license.feature.group" version="2.0.2.v20181016-2210"/>
31+
<repository location="https://download.eclipse.org/cbi/updates/license"/>
32+
</location>
33+
</locations>
34+
</target>

0 commit comments

Comments
 (0)