Completely changed the structure and switched to Eclipse Plugin.
[Mograsim.git] / net.mograsim.plugin.core / META-INF / MANIFEST.MF
diff --git a/net.mograsim.plugin.core/META-INF/MANIFEST.MF b/net.mograsim.plugin.core/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..7742e84
--- /dev/null
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: net.mograsim.plugin.core;singleton:=true
+Bundle-Version: 0.1.0.qualifier
+Export-Package: net.mograsim.plugin;uses:="org.eclipse.ui.themes,org.eclipse.swt.widgets",
+ net.mograsim.plugin.asm,
+ net.mograsim.plugin.asm.editor,
+ net.mograsim.plugin.asm.model,
+ net.mograsim.plugin.nature,
+ net.mograsim.plugin.views
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.ui,
+ org.eclipse.jface.text,
+ org.eclipse.ui.editors,
+ org.eclipse.ui.genericeditor,
+ org.eclipse.core.filebuffers,
+ org.eclipse.core.resources,
+ org.eclipse.e4.ui.di,
+ org.eclipse.e4.ui.model.workbench,
+ org.eclipse.ui.themes;bundle-version="1.2.400",
+ net.mograsim.logic.ui;bundle-version="0.1.0";visibility:=reexport,
+ net.mograsim.logic.ui.am2900;bundle-version="0.1.0";visibility:=reexport,
+ javax.annotation;bundle-version="1.0.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-11
+Automatic-Module-Name: net.mograsim.plugin.core
+Bundle-Vendor: %Bundle-Vendor