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)

+ +

Version 2.3.0 (2014/03/19)

-

Version 2.2.1 (2013/06/09)