mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#1282] Update to EMF 2.20: change version constraints in MANIFESTs
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
1f8b21ff15
commit
83249956d4
7 changed files with 14 additions and 14 deletions
|
@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
|
|||
org.eclipse.equinox.common;bundle-version="3.9.0",
|
||||
org.eclipse.lsp4j;bundle-version="[0.8.1,0.9.0)";resolution:=optional,
|
||||
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.8.1,0.9.0)";resolution:=optional,
|
||||
org.eclipse.emf.ecore.change;bundle-version="[2.10.0,3)"
|
||||
org.eclipse.emf.ecore.change;bundle-version="[2.14.0,3)"
|
||||
Import-Package: org.apache.log4j;version="1.2.15"
|
||||
Export-Package: org.eclipse.xtext.ide;x-friends:="org.eclipse.xtend.ide,
|
||||
org.eclipse.xtext.ui,
|
||||
|
|
|
@ -7,12 +7,12 @@ Bundle-SymbolicName: org.eclipse.xtext.testlanguages; singleton:=true
|
|||
Bundle-ActivationPolicy: lazy
|
||||
Require-Bundle: org.eclipse.xtext,
|
||||
org.eclipse.xtext.xtext.generator;resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.emf.codegen.ecore;bundle-version="2.10.2";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.emf.codegen.ecore;bundle-version="2.20.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.emf.mwe.utils;bundle-version="1.3.21";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.emf.mwe2.launch;bundle-version="2.9.1";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.xtext.util,
|
||||
org.eclipse.emf.ecore;bundle-version="2.10.2",
|
||||
org.eclipse.emf.common;bundle-version="2.10.1",
|
||||
org.eclipse.emf.ecore;bundle-version="2.20.0",
|
||||
org.eclipse.emf.common;bundle-version="2.17.0",
|
||||
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
|
||||
org.eclipse.xtext.xbase.lib;bundle-version="2.21.0",
|
||||
org.eclipse.xtend.lib,
|
||||
|
|
|
@ -9,8 +9,8 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|||
Require-Bundle: org.eclipse.xtext,
|
||||
org.eclipse.emf.mwe.utils;bundle-version="1.3.21",
|
||||
org.eclipse.xtext.util,
|
||||
org.eclipse.emf.ecore;bundle-version="2.10.2",
|
||||
org.eclipse.emf.common;bundle-version="2.10.1",
|
||||
org.eclipse.emf.ecore;bundle-version="2.20.0",
|
||||
org.eclipse.emf.common;bundle-version="2.17.0",
|
||||
org.eclipse.emf.mwe2.launch;bundle-version="2.9.1";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.xtext.testlanguages,
|
||||
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
|
||||
|
|
|
@ -41,7 +41,7 @@ Export-Package: org.eclipse.xtext.util;
|
|||
org.eclipse.xtext.ui,
|
||||
org.eclipse.xtext.xtext.ui,
|
||||
org.eclipse.xtext.xbase"
|
||||
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.10.2",
|
||||
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.20.0",
|
||||
com.google.guava;bundle-version="[27.1.0,28.0.0)";visibility:=reexport,
|
||||
com.google.inject;bundle-version="3.0.0";visibility:=reexport,
|
||||
javax.inject;bundle-version="1.0.0";resolution:=optional;visibility:=reexport;x-installation:=greedy,
|
||||
|
|
|
@ -11,9 +11,9 @@ Require-Bundle: org.eclipse.xtext;x-installation:=greedy,
|
|||
org.eclipse.xtext.xbase.lib;visibility:=reexport;x-installation:=greedy,
|
||||
org.eclipse.xtend.lib,
|
||||
org.eclipse.xtext.ecore,
|
||||
org.eclipse.emf.codegen.ecore;bundle-version="2.10.2";visibility:=reexport;x-installation:=greedy,
|
||||
org.eclipse.emf.ecore;bundle-version="2.10.2",
|
||||
org.eclipse.emf.common;bundle-version="2.10.1",
|
||||
org.eclipse.emf.codegen.ecore;bundle-version="2.20.0";visibility:=reexport;x-installation:=greedy,
|
||||
org.eclipse.emf.ecore;bundle-version="2.20.0",
|
||||
org.eclipse.emf.common;bundle-version="2.17.0",
|
||||
org.eclipse.emf.mwe2.lib;bundle-version="2.9.1";resolution:=optional,
|
||||
org.eclipse.equinox.common;bundle-version="3.9.0",
|
||||
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
|
||||
|
|
|
@ -12,6 +12,6 @@ Export-Package: gradlew;x-internal:=true,
|
|||
Require-Bundle: org.eclipse.xtext.xbase.lib;bundle-version="2.21.0",
|
||||
org.eclipse.xtend.lib;resolution:=optional,
|
||||
org.eclipse.xtext.util,
|
||||
org.eclipse.emf.ecore;bundle-version="2.10.2"
|
||||
org.eclipse.emf.ecore;bundle-version="2.20.0"
|
||||
Automatic-Module-Name: org.eclipse.xtext.xtext.wizard
|
||||
Eclipse-SourceReferences: eclipseSourceReferences
|
||||
|
|
|
@ -231,9 +231,9 @@ Export-Package: org.eclipse.xtext,
|
|||
org.eclipse.xtext.xtext.ecoreInference;x-friends:="org.eclipse.xtext.extras.tests,
|
||||
org.eclipse.xtext.tests",
|
||||
org.eclipse.xtext.xtext.parser;x-friends:="org.eclipse.xtext.eclipse.tests"
|
||||
Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="2.10.2";visibility:=reexport,
|
||||
org.eclipse.emf.ecore;bundle-version="2.10.2";visibility:=reexport,
|
||||
org.eclipse.emf.common;bundle-version="2.10.1",
|
||||
Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="2.16.0";visibility:=reexport,
|
||||
org.eclipse.emf.ecore;bundle-version="2.20.0";visibility:=reexport,
|
||||
org.eclipse.emf.common;bundle-version="2.17.0",
|
||||
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="[7.2.0,7.3.0)";resolution:=optional,
|
||||
|
|
Loading…
Reference in a new issue