Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions EclEmma.setup
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,19 @@
name="org.eclipse.m2e.feature.feature.group"/>
<requirement
name="org.eclipse.mylyn.tasks.bugs"/>
<repositoryList
name="2026-03">
<repository
url="https://download.eclipse.org/releases/2026-03"/>
<repository
url="https://download.eclipse.org/cbi/updates/license"/>
<repository
url="https://download.eclipse.org/tools/orbit/simrel/maven-osgi/2025-12"/>
<repository
url="https://download.eclipse.org/tools/orbit/downloads/latest-I"/>
<repository
url="https://download.eclipse.org/technology/swtbot/releases/2.8.0"/>
</repositoryList>
<repositoryList
name="2025-12">
<repository
Expand Down
14 changes: 14 additions & 0 deletions org.eclipse.eclemma.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,20 @@
<platform-repository-url>https://download.eclipse.org/releases/2025-12/</platform-repository-url>
</properties>
</profile>
<profile>
<id>e4.39</id>
<activation>
<property>
<name>target-profile</name>
<value>e4.39</value>
</property>
</activation>
<properties>
<target-platform>eclemma-e4.39</target-platform>
<tycho.executionEnvironment>JavaSE-17</tycho.executionEnvironment>
<platform-repository-url>https://download.eclipse.org/releases/2026-03/</platform-repository-url>
</properties>
</profile>

<profile>
<id>explicit-target</id>
Expand Down
34 changes: 34 additions & 0 deletions org.eclipse.eclemma.target/eclemma-e4.39.target
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>

<target name="eclemma-e4.38" sequenceNumber="1">
<locations>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
<unit id="org.eclipse.rcp.feature.group" version="0.0.0"/>
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/releases/2026-03/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="9.9.0"/>
<unit id="org.objectweb.asm.commons" version="9.9.0"/>
<unit id="org.objectweb.asm.tree" version="9.9.0"/>
<unit id="org.jacoco.agent" version="0.8.14.202510111229"/>
<unit id="org.jacoco.core" version="0.8.14.202510111229"/>
<unit id="org.jacoco.report" version="0.8.14.202510111229"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/maven-osgi/2025-12"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/technology/swtbot/releases/2.8.0"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="2.0.2.v20181016-2210"/>
<repository location="https://download.eclipse.org/cbi/updates/license"/>
</location>
</locations>
</target>