Skip to content

Commit

Permalink
Add Eclipse 4.35 target platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Dec 9, 2024
1 parent 679b8e8 commit aac2f3b
Showing 1 changed file with 34 additions and 0 deletions.
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 aac2f3b

Please sign in to comment.