mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[releng] moved javax.inject bundle dependency to xtext.util
This commit is contained in:
parent
59e440fe30
commit
59e567ab99
1 changed files with 2 additions and 1 deletions
|
@ -12,5 +12,6 @@ Export-Package: org.eclipse.xtext.util,
|
|||
org.eclipse.xtext.util.internal;x-friends:="org.eclipse.xtext,org.eclipse.xtext.tests,org.eclipse.xtext.junit4"
|
||||
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.3.2",
|
||||
com.google.guava;resolution:=optional;visibility:=reexport,
|
||||
com.google.inject;bundle-version="2.0.0";resolution:=optional;visibility:=reexport
|
||||
com.google.inject;bundle-version="2.0.0";resolution:=optional;visibility:=reexport,
|
||||
javax.inject;bundle-version="1.0.0";resolution:=optional;visibility:=reexport
|
||||
Import-Package: org.apache.log4j;version="1.2.15"
|
||||
|
|
Loading…
Reference in a new issue