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

Commit

Permalink
Update to JaCoCo 0.7.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed Sep 1, 2015
1 parent 687fea0 commit 27dd955
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.2.201409121644</jacoco.version>
<jacoco.version>0.7.5.201505241946</jacoco.version>
<tycho.testArgLine>-Xmx800m</tycho.testArgLine>

<!-- Sonar -->
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.2,0.7.3)",
org.jacoco.agent;bundle-version="[0.7.2,0.7.3)",
org.jacoco.report;bundle-version="[0.7.2,0.7.3)"
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)"
Bundle-Activator: com.mountainminds.eclemma.internal.core.EclEmmaCorePlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
4 changes: 4 additions & 0 deletions com.mountainminds.eclemma.doc/pages/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ <h1>EclEmma Change Log</h1>

<h2>Trunk Build (not yet released)</h2>

<ul>
<li>Upgrade to JaCoCo 0.7.5.</li>
</ul>

<h2>Version 2.3.2 (2014/09/14)</h2>
<ul>
<li>Fixed internal error when annotated source file is edited (GitHub #90).</li>
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.2,0.7.3)",
org.jacoco.core;bundle-version="[0.7.5,0.7.6)",
org.eclipse.core.expressions,
org.eclipse.core.runtime,
org.eclipse.debug.ui,
Expand Down

0 comments on commit 27dd955

Please sign in to comment.