Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0ce8040c488205fe902354cef75ee4f207df3966 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.eef.tests
Bundle-Version: 2.1.1.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Localization: plugin
Export-Package: org.eclipse.eef.tests.internal;version="2.0.0";x-internal:=true,
 org.eclipse.eef.tests.internal.controllers;version="2.0.0";x-internal:=true,
 org.eclipse.eef.tests.internal.core;version="2.0.0";x-internal:=true
Require-Bundle: org.junit;bundle-version="[4.11.0,5.0.0)",
 org.eclipse.eef;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.eef.core;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.emf.ecore.xmi;bundle-version="[2.8.0,3.0.0)",
 org.eclipse.acceleo.query;bundle-version="[5.0.0,7.0.0)",
 org.antlr.runtime;bundle-version="[4.3.0,5.0.0)"
Import-Package: com.google.common.cache;version="[15.0.0,22.0.0)",
 org.eclipse.sirius.common.interpreter.api;version="1.0.0"

Back to the top