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