Skip to content

Commit

Permalink
Add Eclipse 4.31 target platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Dec 13, 2023
1 parent d56b850 commit 7a53439
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
13 changes: 13 additions & 0 deletions EclEmma.setup
Expand Up @@ -115,6 +115,19 @@
name="org.eclipse.m2e.feature.feature.group"/>
<requirement
name="org.eclipse.mylyn.tasks.bugs"/>
<repositoryList
name="2024-03">
<repository
url="https://download.eclipse.org/releases/2024-03"/>
<repository
url="https://download.eclipse.org/cbi/updates/license"/>
<repository
url="https://download.eclipse.org/tools/orbit/simrel/maven-osgi/2024-03"/>
<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="2023-12">
<repository
Expand Down
14 changes: 14 additions & 0 deletions org.eclipse.eclemma.build/pom.xml
Expand Up @@ -634,6 +634,20 @@
<platform-repository-url>https://download.eclipse.org/releases/2023-12/</platform-repository-url>
</properties>
</profile>
<profile>
<id>e4.31</id>
<activation>
<property>
<name>target-profile</name>
<value>e4.31</value>
</property>
</activation>
<properties>
<target-platform>eclemma-e4.31</target-platform>
<tycho.executionEnvironment>JavaSE-17</tycho.executionEnvironment>
<platform-repository-url>https://download.eclipse.org/releases/2024-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.31.target
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>

<target name="eclemma-e4.31" 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/2024-03/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="9.6.0"/>
<unit id="org.objectweb.asm.commons" version="9.6.0"/>
<unit id="org.objectweb.asm.tree" version="9.6.0"/>
<unit id="org.jacoco.agent" version="0.8.11.202310140853"/>
<unit id="org.jacoco.core" version="0.8.11.202310140853"/>
<unit id="org.jacoco.report" version="0.8.11.202310140853"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/maven-osgi/2024-03"/>
</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>

0 comments on commit 7a53439

Please sign in to comment.