b5777d351adcf6064a7c01baed0bc53927fc5e2e
[Mograsim.git] / plugins / 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.3.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.editors,
11  net.mograsim.plugin.launch,
12  net.mograsim.plugin.nature,
13  net.mograsim.plugin.nature.properties,
14  net.mograsim.plugin.perspectives,
15  net.mograsim.plugin.preferences,
16  net.mograsim.plugin.tables,
17  net.mograsim.plugin.tables.memory,
18  net.mograsim.plugin.tables.mi,
19  net.mograsim.plugin.util,
20  net.mograsim.plugin.views,
21  net.mograsim.plugin.wizards.newWizards
22 Require-Bundle: org.eclipse.core.runtime,
23  org.eclipse.ui,
24  org.eclipse.jface.text,
25  org.eclipse.ui.editors,
26  org.eclipse.ui.genericeditor,
27  org.eclipse.core.filebuffers,
28  org.eclipse.core.resources,
29  org.eclipse.e4.ui.di,
30  org.eclipse.e4.ui.model.workbench,
31  org.eclipse.ui.themes;bundle-version="1.2.400",
32  net.mograsim.logic.model;bundle-version="0.1.3";visibility:=reexport,
33  javax.annotation;bundle-version="1.0.0",
34  javax.inject;bundle-version="1.0.0",
35  org.eclipse.ui.ide,
36  net.mograsim.preferences;bundle-version="0.1.3",
37  net.mograsim.machine,
38  org.eclipse.core.expressions,
39  SWTInput,
40  org.eclipse.debug.core,
41  org.eclipse.debug.ui
42 Bundle-RequiredExecutionEnvironment: JavaSE-11
43 Automatic-Module-Name: net.mograsim.plugin.core
44 Bundle-Vendor: %Bundle-Vendor.0
45 Bundle-Activator: net.mograsim.plugin.MograsimActivator
46 Bundle-ActivationPolicy: lazy