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