Skip to content

Commit d9a20bd

Browse files
authored
Add Eclipse 4.35 target platform (#81)
1 parent 679b8e8 commit d9a20bd

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

EclEmma.setup

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

org.eclipse.eclemma.build/pom.xml

+14
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,20 @@
711711
<platform-repository-url>https://download.eclipse.org/releases/2024-12/</platform-repository-url>
712712
</properties>
713713
</profile>
714+
<profile>
715+
<id>e4.35</id>
716+
<activation>
717+
<property>
718+
<name>target-profile</name>
719+
<value>e4.35</value>
720+
</property>
721+
</activation>
722+
<properties>
723+
<target-platform>eclemma-e4.35</target-platform>
724+
<tycho.executionEnvironment>JavaSE-17</tycho.executionEnvironment>
725+
<platform-repository-url>https://download.eclipse.org/releases/2025-03/</platform-repository-url>
726+
</properties>
727+
</profile>
714728

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