Merge branch 'cont-integr-2' into 'development'
[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.nature,
11  net.mograsim.plugin.tables,
12  net.mograsim.plugin.tables.memory,
13  net.mograsim.plugin.tables.mi,
14  net.mograsim.plugin.util,
15  net.mograsim.plugin.views
16 Require-Bundle: org.eclipse.core.runtime,
17  org.eclipse.ui,
18  org.eclipse.jface.text,
19  org.eclipse.ui.editors,
20  org.eclipse.ui.genericeditor,
21  org.eclipse.core.filebuffers,
22  org.eclipse.core.resources,
23  org.eclipse.e4.ui.di,
24  org.eclipse.e4.ui.model.workbench,
25  org.eclipse.ui.themes;bundle-version="1.2.400",
26  net.mograsim.logic.model;bundle-version="0.1.0";visibility:=reexport,
27  net.mograsim.logic.model.am2900;bundle-version="0.1.0";visibility:=reexport,
28  javax.annotation;bundle-version="1.0.0",
29  net.mograsim.preferences;bundle-version="0.1.0",
30  net.mograsim.machine,
31  net.mograsim.plugin.core
32 Bundle-RequiredExecutionEnvironment: JavaSE-11
33 Automatic-Module-Name: net.mograsim.plugin.core
34 Bundle-Vendor: %Bundle-Vendor.0
35 Bundle-Activator: net.mograsim.plugin.MograsimActivator
36 Bundle-ActivationPolicy: lazy