mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
widened version range for asm to include version 6 https://github.com/eclipse/xtext-core/issues/501
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
ca03a63881
commit
5f2b37de0f
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="2.10.2";visibility:=re
|
|||
org.eclipse.emf.common;bundle-version="2.10.1",
|
||||
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)";visibility:=reexport,
|
||||
com.google.inject;bundle-version="3.0.0";visibility:=reexport,
|
||||
org.objectweb.asm;bundle-version="[5.0.1,6.0.0)";resolution:=optional,
|
||||
org.objectweb.asm;bundle-version="[5.0.1,7.0.0)";resolution:=optional,
|
||||
org.eclipse.emf.mwe.core;bundle-version="1.2.0";resolution:=optional;visibility:=reexport,
|
||||
org.eclipse.emf.mwe.utils;bundle-version="1.2.0";resolution:=optional;visibility:=reexport,
|
||||
org.eclipse.xtend;bundle-version="1.1.0";resolution:=optional,
|
||||
|
|
Loading…
Reference in a new issue