Skip to content

Commit

Permalink
Add Eclipse 4.35 target platform (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored Dec 9, 2024
1 parent 679b8e8 commit d9a20bd
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
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="2024-12">
<repository
url="https://download.eclipse.org/releases/2025-03"/>
<repository
url="https://download.eclipse.org/cbi/updates/license"/>
<repository
url="https://download.eclipse.org/tools/orbit/simrel/maven-osgi/2024-06"/>
<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="2024-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 @@ -711,6 +711,20 @@
<platform-repository-url>https://download.eclipse.org/releases/2024-12/</platform-repository-url>
</properties>
</profile>
<profile>
<id>e4.35</id>
<activation>
<property>
<name>target-profile</name>
<value>e4.35</value>
</property>
</activation>
<properties>
<target-platform>eclemma-e4.35</target-platform>
<tycho.executionEnvironment>JavaSE-17</tycho.executionEnvironment>
<platform-repository-url>https://download.eclipse.org/releases/2025-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.35.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.35" 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/2025-03/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="9.7.0"/>
<unit id="org.objectweb.asm.commons" version="9.7.0"/>
<unit id="org.objectweb.asm.tree" version="9.7.0"/>
<unit id="org.jacoco.agent" version="0.8.12.202403310830"/>
<unit id="org.jacoco.core" version="0.8.12.202403310830"/>
<unit id="org.jacoco.report" version="0.8.12.202403310830"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/maven-osgi/2024-06"/>
</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 d9a20bd

Please sign in to comment.