From df8019a2f6c466611361fc7893495d231ec4f92b Mon Sep 17 00:00:00 2001 From: "Marc R. Hoffmann" Date: Tue, 22 Apr 2014 21:30:03 +0200 Subject: [PATCH] GitHub #83: Fixed ASM 5.0.1 dependency conflicts with new ASM bundles in Eclipse 4.4 --- com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF | 3 +++ com.mountainminds.eclemma.asm/pom.xml | 2 +- com.mountainminds.eclemma.doc/pages/changes.html | 7 ++++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF b/com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF index 125a053..f772e6c 100644 --- a/com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF +++ b/com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF @@ -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" diff --git a/com.mountainminds.eclemma.asm/pom.xml b/com.mountainminds.eclemma.asm/pom.xml index 589aea3..39c2945 100644 --- a/com.mountainminds.eclemma.asm/pom.xml +++ b/com.mountainminds.eclemma.asm/pom.xml @@ -39,7 +39,7 @@ org.ow2.asm - asm-debug-all + asm-all 5.0.1 jar false diff --git a/com.mountainminds.eclemma.doc/pages/changes.html b/com.mountainminds.eclemma.doc/pages/changes.html index 53c8242..52fad7e 100644 --- a/com.mountainminds.eclemma.doc/pages/changes.html +++ b/com.mountainminds.eclemma.doc/pages/changes.html @@ -11,13 +11,18 @@

EclEmma Change Log

+

Trunk Build (not yet released)

+
    +
  • Fixed ASM 5.0.1 dependency conflicts with new ASM bundles in Eclipse 4.4 + (GitHub #83).
  • +
+

Version 2.3.0 (2014/03/19)

  • Now with Java 8 support.
  • Upgrade to JaCoCo 0.7.0.
-

Version 2.2.1 (2013/06/09)

  • Keyboard shortcuts to launch TestNG tests and suites (GitHub #1).