Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Upgrade to JaCoCo 0.7.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed Feb 21, 2016
1 parent 57b69ff commit 2aaa6ee
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<orbit-repository-url>http:https://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/</orbit-repository-url>

<jacoco.version>0.7.5.201505241946</jacoco.version>
<jacoco.version>0.7.6.201602180812</jacoco.version>
<tycho.testArgLine>-Xmx800m</tycho.testArgLine>

<!-- Sonar -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void setup() {
@Test
public void testGetClassCoverage() {
final ClassCoverageImpl c = new ClassCoverageImpl("package/MyClass", 0,
false, null, "java/lang/Object", new String[0]);
false);
classes.add(c);

final AnalyzedNodes nodes = new AnalyzedNodes(classes, sourcefiles);
Expand Down
6 changes: 3 additions & 3 deletions com.mountainminds.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.7.5,0.7.6)",
org.jacoco.agent;bundle-version="[0.7.5,0.7.6)",
org.jacoco.report;bundle-version="[0.7.5,0.7.6)"
org.jacoco.core;bundle-version="[0.7.6,0.7.7)",
org.jacoco.agent;bundle-version="[0.7.6,0.7.7)",
org.jacoco.report;bundle-version="[0.7.6,0.7.7)"
Bundle-Activator: com.mountainminds.eclemma.internal.core.EclEmmaCorePlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.doc/pages/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>EclEmma Change Log</h1>
<h2>Trunk Build (not yet released)</h2>

<ul>
<li>Upgrade to JaCoCo 0.7.5.</li>
<li>Upgrade to JaCoCo 0.7.6.</li>
<li>Upgrade to ASM 5.0.4.</li>
<li>Error logging with exception stack traces (GitHub #106).</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-Version: 2.3.3.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: com.mountainminds.eclemma.core,
org.jacoco.core;bundle-version="[0.7.5,0.7.6)",
org.jacoco.core;bundle-version="[0.7.6,0.7.7)",
org.eclipse.core.expressions,
org.eclipse.core.runtime,
org.eclipse.debug.ui,
Expand Down

0 comments on commit 2aaa6ee

Please sign in to comment.