forked from dsldevkit/dsl-devkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
20 lines (20 loc) · 850 Bytes
/
MANIFEST.MF
File metadata and controls
20 lines (20 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: com.avaloq.tools.ddk.check.runtime.ui
Bundle-SymbolicName: com.avaloq.tools.ddk.check.runtime.ui;singleton:=true
Bundle-Version: 16.0.2.qualifier
Bundle-Activator: com.avaloq.tools.ddk.check.runtime.ui.internal.Activator
Bundle-Vendor: Avaloq Group AG
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.xtext.ui,
com.avaloq.tools.ddk.check.runtime.core,
org.eclipse.ui.ide
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.logging.log4j
Export-Package: com.avaloq.tools.ddk.check.runtime.ui.editor,
com.avaloq.tools.ddk.check.runtime.ui.editor.model,
com.avaloq.tools.ddk.check.runtime.ui.quickfix,
com.avaloq.tools.ddk.check.runtime.ui.validation
Automatic-Module-Name: com.avaloq.tools.ddk.check.runtime.ui