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

Commit

Permalink
GitHub #83: Fixed ASM 5.0.1 dependency conflicts with new ASM bundles in
Browse files Browse the repository at this point in the history
Eclipse 4.4
  • Loading branch information
marchof committed Apr 22, 2014
1 parent 1ee590b commit df8019a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ Export-Package: org.objectweb.asm;version=5.0.1,
org.objectweb.asm.util;version=5.0.1,
org.objectweb.asm.xml;version=5.0.1
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.objectweb.asm;version="5.0.1",
org.objectweb.asm.signature;version="5.0.1",
org.objectweb.asm.tree;version="5.0.1"
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.asm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<artifactItems>
<artifactItem>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-debug-all</artifactId>
<artifactId>asm-all</artifactId>
<version>5.0.1</version>
<type>jar</type>
<overWrite>false</overWrite>
Expand Down
7 changes: 6 additions & 1 deletion com.mountainminds.eclemma.doc/pages/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@

<h1>EclEmma Change Log</h1>

<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>
</ul>

<h2>Version 2.3.0 (2014/03/19)</h2>
<ul>
<li>Now with Java 8 support.</li>
<li>Upgrade to JaCoCo 0.7.0.</li>
</ul>


<h2>Version 2.2.1 (2013/06/09)</h2>
<ul>
<li>Keyboard shortcuts to launch TestNG tests and suites (GitHub #1).</li>
Expand Down

0 comments on commit df8019a

Please sign in to comment.