mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[releng] maintain mwe dependencies
- xbase opt. depends on mwe.core >= 1.2.0 - xtext opt. depends on mwe.core >= 1.2.0
This commit is contained in:
parent
142c3141e7
commit
5f4b54916c
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@ Require-Bundle: org.eclipse.emf.ecore.xmi;visibility:=reexport,
|
|||
com.google.inject;bundle-version="2.0.0";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,
|
||||
org.eclipse.emf.mwe.core;bundle-version="1.0.0";resolution:=optional;visibility:=reexport,
|
||||
org.eclipse.emf.mwe.utils;bundle-version="1.0.0";resolution:=optional;visibility:=reexport,
|
||||
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.emf.common,
|
||||
org.eclipse.xtend;bundle-version="1.1.0";resolution:=optional,
|
||||
org.eclipse.xtend.typesystem.emf;bundle-version="1.0.1";resolution:=optional,
|
||||
|
|
Loading…
Reference in a new issue