forked from eclipse-eclemma/eclemma
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.32" 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-06/"/> | ||
</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-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> |