mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
add import package to allow running org.eclipse.xtext in non-osgi environments (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=434490).
This commit is contained in:
parent
83cb638ae8
commit
fd585cb89c
1 changed files with 1 additions and 1 deletions
|
@ -89,6 +89,6 @@ Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="2.9.0";visibility:=ree
|
|||
org.eclipse.core.resources;bundle-version="3.5.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.jdt.annotation;bundle-version="1.0.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.xtend.lib;bundle-version="2.6.0";resolution:=optional
|
||||
Import-Package: org.apache.log4j;version="1.2.15"
|
||||
Import-Package: org.apache.log4j;version="1.2.15",org.osgi.framework
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: org.eclipse.xtext.internal.Activator
|
||||
|
|
Loading…
Reference in a new issue