Basic Test
[Mograsim.git] / com.example.e4.rcp / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Rcp
4 Bundle-SymbolicName: com.example.e4.rcp;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Vendor: EXAMPLE
7 Require-Bundle: javax.inject;bundle-version="0.0.0",
8  org.eclipse.core.runtime;bundle-version="0.0.0",
9  org.eclipse.swt;bundle-version="0.0.0",
10  org.eclipse.e4.ui.model.workbench;bundle-version="0.0.0",
11  org.eclipse.jface;bundle-version="0.0.0",
12  org.eclipse.e4.ui.services;bundle-version="0.0.0",
13  org.eclipse.e4.ui.workbench;bundle-version="0.0.0",
14  org.eclipse.e4.core.di;bundle-version="0.0.0",
15  org.eclipse.e4.ui.di;bundle-version="0.0.0",
16  org.eclipse.e4.core.contexts;bundle-version="0.0.0"
17 Bundle-RequiredExecutionEnvironment: JavaSE-11
18 Import-Package: javax.annotation;version="1.0.0";resolution:=optional,
19  javax.inject;version="1.0.0"
20 Automatic-Module-Name: com.example.e4.rcp