I18n
[Mograsim.git] / com.example.e4.rcp / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: %Bundle-Name
4 Bundle-SymbolicName: com.example.e4.rcp;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Vendor: %Bundle-Vendor
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 Bundle-Localization: OSGI-INF/l10n/bundle
19 Import-Package: javax.annotation;version="1.0.0";resolution:=optional,
20  javax.inject;version="1.0.0"
21 Automatic-Module-Name: com.example.e4.rcp
22 Export-Package: com.example.e4.rcp.handlers,
23  com.example.e4.rcp.parts