Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.osbp.xtext.datainterchange/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.osbp.xtext.datainterchange/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.osbp.xtext.datainterchange/META-INF/MANIFEST.MF b/org.eclipse.osbp.xtext.datainterchange/META-INF/MANIFEST.MF
index e5fc0a7..3b963cd 100644
--- a/org.eclipse.osbp.xtext.datainterchange/META-INF/MANIFEST.MF
+++ b/org.eclipse.osbp.xtext.datainterchange/META-INF/MANIFEST.MF
@@ -59,7 +59,8 @@ Require-Bundle: org.slf4j.api,
org.eclipse.osbp.datainterchange.api;bundle-version="0.9.0",
org.eclipse.osbp.xtext.datainterchange.common;bundle-version="0.9.0",
org.eclipse.osbp.blob;bundle-version="0.9.0",
- org.junit
+ org.junit,
+ org.eclipse.core.resources;bundle-version="3.11.1"
Import-Package: javax.transaction.xa;version="[1.0.1,2.0.0)",
org.apache.log4j,
org.eclipse.e4.core.di.extensions,

Back to the top