Skip to content

Commit

Permalink
Upgrade JaCoCo to 0.8.6
Browse files Browse the repository at this point in the history
Bug: 561562
  • Loading branch information
Godin committed Nov 4, 2020
1 parent 88b1544 commit 4949cbd
Show file tree
Hide file tree
Showing 16 changed files with 92 additions and 89 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<orbit-repository-url>http://download.eclipse.org/tools/orbit/downloads/latest-I/</orbit-repository-url>

<jacoco.version>0.8.5</jacoco.version>
<jacoco.version>0.8.6</jacoco.version>
<tycho.testArgLine>-Xmx800m</tycho.testArgLine>

<!-- SonarQube -->
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.eclemma.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.debug.core,
org.eclipse.jdt.core,
org.eclipse.jdt.launching,
org.jacoco.core;bundle-version="[0.8.5,0.8.6)",
org.jacoco.agent;bundle-version="[0.8.5,0.8.6)",
org.jacoco.report;bundle-version="[0.8.5,0.8.6)"
org.jacoco.core;bundle-version="[0.8.6,0.8.7)",
org.jacoco.agent;bundle-version="[0.8.6,0.8.7)",
org.jacoco.report;bundle-version="[0.8.6,0.8.7)"
Bundle-Activator: org.eclipse.eclemma.internal.core.EclEmmaCorePlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
3 changes: 3 additions & 0 deletions org.eclipse.eclemma.doc/pages/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<h1>EclEmma Change Log</h1>

<h2>Version 3.1.4 (not yet released)</h2>
<ul>
<li>Upgrade to JaCoCo 0.8.6 (Eclipse Bug 561562)</li>
</ul>

<h2>Version 3.1.3 (2020/03/13)</h2>
<ul>
Expand Down
14 changes: 7 additions & 7 deletions org.eclipse.eclemma.target/eclemma-e3.8.target
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<repository location="http://download.eclipse.org/releases/juno/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.commons" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.tree" version="7.2.0.v20191010-1910"/>
<unit id="org.jacoco.agent" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.core" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.report" version="0.8.5.v20191029-2054"/>
<unit id="org.objectweb.asm" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.commons" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.tree" version="8.0.1.v20200420-1007"/>
<unit id="org.jacoco.agent" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.core" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.report" version="0.8.6.v20201001-1506"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20201027182932/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down
14 changes: 7 additions & 7 deletions org.eclipse.eclemma.target/eclemma-e4.10.target
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<repository location="http://download.eclipse.org/releases/2018-12/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.commons" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.tree" version="7.2.0.v20191010-1910"/>
<unit id="org.jacoco.agent" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.core" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.report" version="0.8.5.v20191029-2054"/>
<unit id="org.objectweb.asm" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.commons" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.tree" version="8.0.1.v20200420-1007"/>
<unit id="org.jacoco.agent" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.core" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.report" version="0.8.6.v20201001-1506"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20201027182932/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down
14 changes: 7 additions & 7 deletions org.eclipse.eclemma.target/eclemma-e4.11.target
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<repository location="http://download.eclipse.org/releases/2019-03/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.commons" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.tree" version="7.2.0.v20191010-1910"/>
<unit id="org.jacoco.agent" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.core" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.report" version="0.8.5.v20191029-2054"/>
<unit id="org.objectweb.asm" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.commons" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.tree" version="8.0.1.v20200420-1007"/>
<unit id="org.jacoco.agent" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.core" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.report" version="0.8.6.v20201001-1506"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20201027182932/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down
14 changes: 7 additions & 7 deletions org.eclipse.eclemma.target/eclemma-e4.12.target
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<repository location="http://download.eclipse.org/releases/2019-06/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.commons" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.tree" version="7.2.0.v20191010-1910"/>
<unit id="org.jacoco.agent" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.core" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.report" version="0.8.5.v20191029-2054"/>
<unit id="org.objectweb.asm" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.commons" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.tree" version="8.0.1.v20200420-1007"/>
<unit id="org.jacoco.agent" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.core" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.report" version="0.8.6.v20201001-1506"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20201027182932/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down
14 changes: 7 additions & 7 deletions org.eclipse.eclemma.target/eclemma-e4.13.target
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<repository location="http://download.eclipse.org/releases/2019-09/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.commons" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.tree" version="7.2.0.v20191010-1910"/>
<unit id="org.jacoco.agent" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.core" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.report" version="0.8.5.v20191029-2054"/>
<unit id="org.objectweb.asm" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.commons" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.tree" version="8.0.1.v20200420-1007"/>
<unit id="org.jacoco.agent" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.core" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.report" version="0.8.6.v20201001-1506"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20201027182932/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down
14 changes: 7 additions & 7 deletions org.eclipse.eclemma.target/eclemma-e4.3.target
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<repository location="http://download.eclipse.org/releases/kepler/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.commons" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.tree" version="7.2.0.v20191010-1910"/>
<unit id="org.jacoco.agent" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.core" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.report" version="0.8.5.v20191029-2054"/>
<unit id="org.objectweb.asm" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.commons" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.tree" version="8.0.1.v20200420-1007"/>
<unit id="org.jacoco.agent" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.core" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.report" version="0.8.6.v20201001-1506"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20201027182932/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down
14 changes: 7 additions & 7 deletions org.eclipse.eclemma.target/eclemma-e4.4.target
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<repository location="http://download.eclipse.org/releases/luna/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.commons" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.tree" version="7.2.0.v20191010-1910"/>
<unit id="org.jacoco.agent" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.core" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.report" version="0.8.5.v20191029-2054"/>
<unit id="org.objectweb.asm" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.commons" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.tree" version="8.0.1.v20200420-1007"/>
<unit id="org.jacoco.agent" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.core" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.report" version="0.8.6.v20201001-1506"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20201027182932/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down
14 changes: 7 additions & 7 deletions org.eclipse.eclemma.target/eclemma-e4.5.target
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<repository location="http://download.eclipse.org/releases/mars/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.commons" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.tree" version="7.2.0.v20191010-1910"/>
<unit id="org.jacoco.agent" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.core" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.report" version="0.8.5.v20191029-2054"/>
<unit id="org.objectweb.asm" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.commons" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.tree" version="8.0.1.v20200420-1007"/>
<unit id="org.jacoco.agent" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.core" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.report" version="0.8.6.v20201001-1506"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20201027182932/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down
14 changes: 7 additions & 7 deletions org.eclipse.eclemma.target/eclemma-e4.6.target
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<repository location="http://download.eclipse.org/releases/neon/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.commons" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.tree" version="7.2.0.v20191010-1910"/>
<unit id="org.jacoco.agent" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.core" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.report" version="0.8.5.v20191029-2054"/>
<unit id="org.objectweb.asm" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.commons" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.tree" version="8.0.1.v20200420-1007"/>
<unit id="org.jacoco.agent" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.core" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.report" version="0.8.6.v20201001-1506"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20201027182932/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down
14 changes: 7 additions & 7 deletions org.eclipse.eclemma.target/eclemma-e4.7.target
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<repository location="http://download.eclipse.org/releases/oxygen/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.commons" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.tree" version="7.2.0.v20191010-1910"/>
<unit id="org.jacoco.agent" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.core" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.report" version="0.8.5.v20191029-2054"/>
<unit id="org.objectweb.asm" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.commons" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.tree" version="8.0.1.v20200420-1007"/>
<unit id="org.jacoco.agent" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.core" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.report" version="0.8.6.v20201001-1506"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20201027182932/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down
14 changes: 7 additions & 7 deletions org.eclipse.eclemma.target/eclemma-e4.8.target
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<repository location="http://download.eclipse.org/releases/photon/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.commons" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.tree" version="7.2.0.v20191010-1910"/>
<unit id="org.jacoco.agent" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.core" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.report" version="0.8.5.v20191029-2054"/>
<unit id="org.objectweb.asm" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.commons" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.tree" version="8.0.1.v20200420-1007"/>
<unit id="org.jacoco.agent" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.core" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.report" version="0.8.6.v20201001-1506"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20201027182932/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down
14 changes: 7 additions & 7 deletions org.eclipse.eclemma.target/eclemma-e4.9.target
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<repository location="http://download.eclipse.org/releases/2018-09/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.objectweb.asm" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.commons" version="7.2.0.v20191010-1910"/>
<unit id="org.objectweb.asm.tree" version="7.2.0.v20191010-1910"/>
<unit id="org.jacoco.agent" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.core" version="0.8.5.v20191029-2054"/>
<unit id="org.jacoco.report" version="0.8.5.v20191029-2054"/>
<unit id="org.objectweb.asm" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.commons" version="8.0.1.v20200420-1007"/>
<unit id="org.objectweb.asm.tree" version="8.0.1.v20200420-1007"/>
<unit id="org.jacoco.agent" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.core" version="0.8.6.v20201001-1506"/>
<unit id="org.jacoco.report" version="0.8.6.v20201001-1506"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20201027182932/repository"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-Version: 3.1.4.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.eclemma.core,
org.jacoco.core;bundle-version="[0.8.5,0.8.6)",
org.jacoco.core;bundle-version="[0.8.6,0.8.7)",
org.eclipse.core.expressions,
org.eclipse.core.runtime,
org.eclipse.debug.ui,
Expand Down

0 comments on commit 4949cbd

Please sign in to comment.