Skip to content

Commit 744ac14

Browse files
authored
Add Eclipse 4.39 target platform (#119)
1 parent 66b410c commit 744ac14

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="2026-03">
120+
<repository
121+
url="https://download.eclipse.org/releases/2026-03"/>
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-12"/>
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-12">
120133
<repository

org.eclipse.eclemma.build/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,20 @@
767767
<platform-repository-url>https://download.eclipse.org/releases/2025-12/</platform-repository-url>
768768
</properties>
769769
</profile>
770+
<profile>
771+
<id>e4.39</id>
772+
<activation>
773+
<property>
774+
<name>target-profile</name>
775+
<value>e4.39</value>
776+
</property>
777+
</activation>
778+
<properties>
779+
<target-platform>eclemma-e4.39</target-platform>
780+
<tycho.executionEnvironment>JavaSE-17</tycho.executionEnvironment>
781+
<platform-repository-url>https://download.eclipse.org/releases/2026-03/</platform-repository-url>
782+
</properties>
783+
</profile>
770784

771785
<profile>
772786
<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/2026-03/"/>
11+
</location>
12+
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
13+
<unit id="org.objectweb.asm" version="9.9.0"/>
14+
<unit id="org.objectweb.asm.commons" version="9.9.0"/>
15+
<unit id="org.objectweb.asm.tree" version="9.9.0"/>
16+
<unit id="org.jacoco.agent" version="0.8.14.202510111229"/>
17+
<unit id="org.jacoco.core" version="0.8.14.202510111229"/>
18+
<unit id="org.jacoco.report" version="0.8.14.202510111229"/>
19+
<repository location="https://download.eclipse.org/tools/orbit/simrel/maven-osgi/2025-12"/>
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)