mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-17 01:08:56 +00:00
[372416] Set org.antlr.runtime version designator to [3.2.0,3.2.1),
reactivated xtend.m2e feature
This commit is contained in:
parent
afdfd9bbab
commit
e4fa1878e5
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ Export-Package: org.eclipse.xtext,
|
|||
Require-Bundle: org.eclipse.emf.ecore.xmi;visibility:=reexport,
|
||||
org.eclipse.emf.ecore;bundle-version="2.5.0";visibility:=reexport,
|
||||
org.eclipse.xtext.util;bundle-version="2.0.0";visibility:=reexport,
|
||||
org.antlr.runtime;bundle-version="3.2.0";visibility:=reexport,
|
||||
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)";visibility:=reexport,
|
||||
com.google.inject;bundle-version="2.0.0";resolution:=optional;visibility:=reexport,
|
||||
org.eclipse.emf.codegen;bundle-version="2.5.0";resolution:=optional,
|
||||
org.eclipse.emf.codegen.ecore;bundle-version="2.5.0";resolution:=optional,
|
||||
|
|
|
@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.xtext;bundle-version="2.0.0",
|
|||
org.eclipse.xtext.ecore;bundle-version="2.0.0",
|
||||
org.eclipse.emf.mwe2.launch;bundle-version="2.2.0";resolution:=optional,
|
||||
org.eclipse.xtext.testlanguages;bundle-version="2.0.0",
|
||||
org.antlr.runtime,
|
||||
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
|
||||
org.eclipse.xtext.junit4;bundle-version="2.3.0",
|
||||
org.hamcrest.core;bundle-version="1.1.0",
|
||||
org.eclipse.jdt.annotation;bundle-version="1.0.0";resolution:=optional
|
||||
|
|
Loading…
Reference in a new issue