Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Wagelaar2018-09-09 16:10:14 +0000
committerDennis Wagelaar2018-09-09 16:10:14 +0000
commit6ec4cdb8040586da838e3e39c3a6c174c41cd652 (patch)
tree570f6f2d6bd8522065691d2ead26c46e57c7faf3
parent4b8ac239ed05081a0a671d220efb87f24ea6463d (diff)
downloadorg.eclipse.atl-6ec4cdb8040586da838e3e39c3a6c174c41cd652.tar.gz
org.eclipse.atl-6ec4cdb8040586da838e3e39c3a6c174c41cd652.tar.xz
org.eclipse.atl-6ec4cdb8040586da838e3e39c3a6c174c41cd652.zip
534946: Stale ASM version 5
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=534946
-rw-r--r--plugins/org.eclipse.m2m.atl.emftvm-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.m2m.atl.emftvm-feature/feature.xml b/plugins/org.eclipse.m2m.atl.emftvm-feature/feature.xml
index 15844449..04f1504e 100644
--- a/plugins/org.eclipse.m2m.atl.emftvm-feature/feature.xml
+++ b/plugins/org.eclipse.m2m.atl.emftvm-feature/feature.xml
@@ -49,7 +49,7 @@
<import plugin="org.eclipse.ui.console" version="3.4.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.m2m.atl.adt.ui" version="3.1.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.m2m.atl.debug.core" version="3.1.0" match="greaterOrEqual"/>
- <import plugin="org.objectweb.asm" version="5.0.1" match="compatible"/>
+ <import plugin="org.objectweb.asm" version="5.0.1" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top