02cb0fa88db1722f8bbbd522cf4eda0a2712d729
[Mograsim.git] / net.mograsim.plugin.core / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: %Bundle-Name
4 Bundle-SymbolicName: net.mograsim.plugin.core;singleton:=true
5 Bundle-Version: 0.1.0.qualifier
6 Export-Package: net.mograsim.plugin;uses:="org.eclipse.ui.themes,org.eclipse.swt.widgets",
7  net.mograsim.plugin.asm,
8  net.mograsim.plugin.asm.editor,
9  net.mograsim.plugin.asm.editor.rules,
10  net.mograsim.plugin.nature,
11  net.mograsim.plugin.views
12 Require-Bundle: org.eclipse.core.runtime,
13  org.eclipse.ui,
14  org.eclipse.jface.text,
15  org.eclipse.ui.editors,
16  org.eclipse.ui.genericeditor,
17  org.eclipse.core.filebuffers,
18  org.eclipse.core.resources,
19  org.eclipse.e4.ui.di,
20  org.eclipse.e4.ui.model.workbench,
21  org.eclipse.ui.themes;bundle-version="1.2.400",
22  net.mograsim.logic.model;bundle-version="0.1.0";visibility:=reexport,
23  net.mograsim.logic.model.am2900;bundle-version="0.1.0";visibility:=reexport,
24  javax.annotation;bundle-version="1.0.0",
25  net.mograsim.preferences;bundle-version="0.1.0",
26  net.mograsim.machine
27 Bundle-RequiredExecutionEnvironment: JavaSE-11
28 Automatic-Module-Name: net.mograsim.plugin.core
29 Bundle-Vendor: %Bundle-Vendor.0