2017-09-12 12:48:21 +02:00
|
|
|
Manifest-Version: 1.0
|
2018-06-02 23:41:27 +02:00
|
|
|
Automatic-Module-Name: com.minres.rdl.ui
|
2017-09-12 12:48:21 +02:00
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: com.minres.rdl.ui
|
2018-06-03 10:45:09 +02:00
|
|
|
Bundle-Vendor: MINRES Technologies GmbH
|
|
|
|
Bundle-Version: 1.2.0.qualifier
|
2017-09-12 12:48:21 +02:00
|
|
|
Bundle-SymbolicName: com.minres.rdl.ui; singleton:=true
|
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Require-Bundle: com.minres.rdl,
|
|
|
|
com.minres.rdl.ide,
|
|
|
|
org.eclipse.xtext.ui,
|
|
|
|
org.eclipse.xtext.ui.shared,
|
|
|
|
org.eclipse.xtext.ui.codetemplates.ui,
|
|
|
|
org.eclipse.ui.editors;bundle-version="3.5.0",
|
|
|
|
org.eclipse.ui.ide;bundle-version="3.5.0",
|
|
|
|
org.eclipse.ui,
|
|
|
|
org.eclipse.compare,
|
|
|
|
org.eclipse.xtext.builder,
|
2018-06-02 23:41:27 +02:00
|
|
|
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
|
2022-02-13 17:46:43 +01:00
|
|
|
org.eclipse.xtend.lib;bundle-version="2.14.0";resolution:=optional,
|
2018-06-02 23:41:27 +02:00
|
|
|
org.eclipse.core.runtime,
|
2018-06-04 18:49:04 +02:00
|
|
|
org.eclipse.core.resources,
|
2020-10-08 07:21:08 +02:00
|
|
|
org.eclipse.ui.forms,
|
|
|
|
org.eclipse.jdt.core,
|
|
|
|
org.eclipse.pde.core
|
2017-09-12 12:48:21 +02:00
|
|
|
Import-Package: org.apache.log4j
|
2022-02-13 17:46:43 +01:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
2017-09-12 12:48:21 +02:00
|
|
|
Export-Package: com.minres.rdl.ui.internal,
|
2018-06-02 23:41:27 +02:00
|
|
|
com.minres.rdl.ui.contentassist,
|
2018-06-04 18:49:04 +02:00
|
|
|
com.minres.rdl.ui.quickfix,
|
|
|
|
com.minres.rdl.ui.wizard
|
2017-09-12 12:48:21 +02:00
|
|
|
Bundle-Activator: com.minres.rdl.ui.internal.RdlActivator
|