-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathMANIFEST.MF
24 lines (24 loc) · 1.12 KB
/
MANIFEST.MF
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nattable
Bundle-SymbolicName: com.vogella.nattable;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: VOGELLA
Require-Bundle: jakarta.inject;bundle-version="0.0.0",
org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.swt;bundle-version="0.0.0",
org.eclipse.e4.ui.model.workbench;bundle-version="0.0.0",
org.eclipse.jface;bundle-version="0.0.0",
org.eclipse.e4.ui.services;bundle-version="0.0.0",
org.eclipse.e4.ui.workbench;bundle-version="0.0.0",
org.eclipse.e4.core.di;bundle-version="0.0.0",
org.eclipse.e4.ui.di;bundle-version="0.0.0",
org.eclipse.e4.core.contexts;bundle-version="0.0.0",
org.eclipse.nebula.widgets.nattable.core;bundle-version="1.6.0",
ca.odell.glazedlists;bundle-version="1.9.0",
org.eclipse.nebula.widgets.nattable.extension.glazedlists;bundle-version="1.6.0",
org.eclipse.nebula.widgets.nattable.extension.e4;bundle-version="1.2.0",
com.vogella.tasks.model;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-14
Import-Package: jakarta.annotation;version="1.3.5"
Automatic-Module-Name: com.vogella.nattable