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.1 for full Java 8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed May 10, 2014
1 parent df8019a commit 5062eae
Show file tree
Hide file tree
Showing 4 changed files with 6 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://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/</orbit-repository-url>

<jacoco.version>0.7.0.201403182114</jacoco.version>
<jacoco.version>0.7.1.201405082137</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.0,0.7.1)",
org.jacoco.agent;bundle-version="[0.7.0,0.7.1)",
org.jacoco.report;bundle-version="[0.7.0,0.7.1)"
org.jacoco.core;bundle-version="[0.7.1,0.7.2)",
org.jacoco.agent;bundle-version="[0.7.1,0.7.2)",
org.jacoco.report;bundle-version="[0.7.1,0.7.2)"
Bundle-Activator: com.mountainminds.eclemma.internal.core.EclEmmaCorePlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
1 change: 1 addition & 0 deletions com.mountainminds.eclemma.doc/pages/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ <h2>Trunk Build (not yet released)</h2>
<ul>
<li>Fixed ASM 5.0.1 dependency conflicts with new ASM bundles in Eclipse 4.4
(GitHub #83).</li>
<li>Upgrade to JaCoCo 0.7.1 for full Java 8 support.</li>
</ul>

<h2>Version 2.3.0 (2014/03/19)</h2>
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.1.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: com.mountainminds.eclemma.core,
org.jacoco.core;bundle-version="[0.7.0,0.7.1)",
org.jacoco.core;bundle-version="[0.7.1,0.7.2)",
org.eclipse.core.expressions,
org.eclipse.core.runtime,
org.eclipse.debug.ui,
Expand Down

0 comments on commit 5062eae

Please sign in to comment.