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:
Sven Efftinge 2014-05-12 15:07:44 +02:00
parent 83cb638ae8
commit fd585cb89c

View file

@ -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