2012-06-17 19:53:05 +02:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2015-01-22 13:59:30 +01:00
|
|
|
Bundle-Name: SCViewer
|
2015-01-03 16:34:32 +01:00
|
|
|
Bundle-SymbolicName: com.minres.scviewer.ui;singleton:=true
|
2020-11-28 20:59:24 +01:00
|
|
|
Bundle-Version: 1.1.0.qualifier
|
2015-01-03 16:34:32 +01:00
|
|
|
Bundle-Activator: com.minres.scviewer.ui.TxEditorPlugin
|
2015-01-03 17:25:09 +01:00
|
|
|
Bundle-Vendor: MINRES Technologies GmbH
|
2015-01-10 00:23:46 +01:00
|
|
|
Require-Bundle: com.minres.scviewer.database;bundle-version="1.0.0",
|
2015-11-03 22:29:42 +01:00
|
|
|
com.minres.scviewer.database.ui.swt;bundle-version="1.0.0",
|
2015-01-10 00:23:46 +01:00
|
|
|
org.eclipse.core.runtime,
|
2012-06-17 19:53:05 +02:00
|
|
|
org.eclipse.core.resources,
|
2015-01-03 16:34:32 +01:00
|
|
|
org.eclipse.jface.text,
|
|
|
|
org.eclipse.ui,
|
2012-06-17 19:53:05 +02:00
|
|
|
org.eclipse.ui.editors,
|
|
|
|
org.eclipse.ui.ide,
|
2015-01-01 23:17:32 +01:00
|
|
|
org.eclipse.ui.views.properties.tabbed,
|
|
|
|
org.eclipse.swt,
|
2015-01-03 16:34:32 +01:00
|
|
|
org.eclipse.osgi,
|
2015-01-20 18:50:15 +01:00
|
|
|
org.eclipse.core.expressions;bundle-version="3.4.600",
|
|
|
|
org.eclipse.jface
|
2021-02-18 07:26:42 +01:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
2012-06-17 19:53:05 +02:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2015-01-21 21:58:35 +01:00
|
|
|
Import-Package: com.google.common.collect
|
2015-10-22 00:04:28 +02:00
|
|
|
Service-Component: OSGI-INF/component.xml
|
2018-10-14 21:29:09 +02:00
|
|
|
Automatic-Module-Name: com.minres.scviewer.ui
|