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

Back to the top