Skip to content
Snippets Groups Projects
MANIFEST.MF 1.56 KiB
Newer Older
Florian Hölzl's avatar
Florian Hölzl committed
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Kernel UI
Bundle-SymbolicName: org.fortiss.tooling.kernel.ui;singleton:=true
Johannes Eder's avatar
Johannes Eder committed
Bundle-Version: 2.20.0.qualifier
Florian Hölzl's avatar
Florian Hölzl committed
Bundle-Activator: org.fortiss.tooling.kernel.ui.ToolingKernelUIActivator
Require-Bundle: org.fortiss.tooling.common.ui;visibility:=reexport,
 org.fortiss.tooling.kernel;visibility:=reexport,
 org.eclipse.core.resources;visibility:=reexport,
 org.eclipse.emf.databinding;visibility:=reexport,
 org.eclipse.core.databinding.property;visibility:=reexport,
 com.google.guava;visibility:=reexport
Florian Hölzl's avatar
Florian Hölzl committed
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Florian Hölzl's avatar
Florian Hölzl committed
Bundle-Vendor: fortiss GmbH
Export-Package: org.fortiss.tooling.kernel.ui,
 org.fortiss.tooling.kernel.ui.databinding,
 org.fortiss.tooling.kernel.ui.editor,
 org.fortiss.tooling.kernel.ui.extension,
 org.fortiss.tooling.kernel.ui.extension.base,
Florian Hölzl's avatar
Florian Hölzl committed
 org.fortiss.tooling.kernel.ui.extension.data,
Andreas Bayha's avatar
Andreas Bayha committed
 org.fortiss.tooling.kernel.ui.internal.editor,
 org.fortiss.tooling.kernel.ui.internal.properties,
 org.fortiss.tooling.kernel.ui.internal.views,
Johannes Eder's avatar
Johannes Eder committed
 org.fortiss.tooling.kernel.ui.internal.views.library,
 org.fortiss.tooling.kernel.ui.listener,
Florian Hölzl's avatar
Florian Hölzl committed
 org.fortiss.tooling.kernel.ui.presentation,
 org.fortiss.tooling.kernel.ui.service,
 org.fortiss.tooling.kernel.ui.util
Florian Hölzl's avatar
Florian Hölzl committed
Bundle-ClassPath: .
Automatic-Module-Name: org.fortiss.tooling.kernel.ui
Import-Package: org.fortiss.af3.expression.model.definitions,
 org.fortiss.af3.project.model.typesystem,
 org.fortiss.tooling.base.model.base,
 org.fortiss.tooling.base.model.element