Newer
Older

Florian Hölzl
committed
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.fortiss.tooling.common.ui;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.14.0";visibility:=reexport,
org.eclipse.core.resources;visibility:=reexport,
org.eclipse.ui;visibility:=reexport,
org.eclipse.ui.editors;visibility:=reexport,
org.eclipse.core.databinding;visibility:=reexport,
org.eclipse.core.filesystem;visibility:=reexport,
org.eclipse.ui.forms;visibility:=reexport,
org.eclipse.jface.databinding;visibility:=reexport,
org.eclipse.gef;visibility:=reexport,
org.eclipse.ui.views.properties.tabbed;visibility:=reexport,
org.eclipse.ui.ide;visibility:=reexport,
org.eclipse.jface.text;visibility:=reexport,
org.eclipse.fx.ui.workbench3;bundle-version="3.5.0";visibility:=reexport,
org.openjfx.controls;bundle-version="11.0.2";visibility:=reexport,
org.openjfx.base;bundle-version="11.0.2";visibility:=reexport,
org.openjfx.fxml;bundle-version="11.0.2";visibility:=reexport,
org.openjfx.swt;bundle-version="11.0.2";visibility:=reexport,
org.openjfx.graphics;bundle-version="11.0.2";visibility:=reexport
Bundle-ClassPath: .,
lib/org.conqat.ide.commons.gef.jar,
lib/org.conqat.ide.commons.ui.jar,

Florian Hölzl
committed
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Export-Package: org.conqat.ide.commons.gef,
org.conqat.ide.commons.gef.directediting,
org.conqat.ide.commons.gef.draw2d,
org.conqat.ide.commons.gef.editor,
org.conqat.ide.commons.gef.editpart,
org.conqat.ide.commons.gef.figures,
org.conqat.ide.commons.gef.properties,
org.conqat.ide.commons.gef.selection,
org.conqat.ide.commons.gef.stripes,
org.conqat.ide.commons.ui,
org.conqat.ide.commons.ui.action,
org.conqat.ide.commons.ui.color,
org.conqat.ide.commons.ui.core,
org.conqat.ide.commons.ui.databinding,
org.conqat.ide.commons.ui.databinding.validate,
org.conqat.ide.commons.ui.dialog,
org.conqat.ide.commons.ui.editor,
org.conqat.ide.commons.ui.editor.errorhandler,
org.conqat.ide.commons.ui.editor.problembar,
org.conqat.ide.commons.ui.extension,
org.conqat.ide.commons.ui.forms,
org.conqat.ide.commons.ui.image,
org.conqat.ide.commons.ui.jface,
org.conqat.ide.commons.ui.logging,
org.conqat.ide.commons.ui.marker,
org.conqat.ide.commons.ui.nature,
org.conqat.ide.commons.ui.pref,
org.conqat.ide.commons.ui.resource,
org.conqat.ide.commons.ui.selection,
org.conqat.ide.commons.ui.swt,
org.conqat.ide.commons.ui.test,
org.conqat.ide.commons.ui.text,
org.conqat.ide.commons.ui.tree,
org.conqat.ide.commons.ui.treemap,
org.conqat.ide.commons.ui.ui,
org.conqat.ide.commons.ui.validators,
org.conqat.ide.commons.ui.wizard,
org.conqat.ide.commons.ui.xml,
org.conqat.ide.commons.ui.xmlmodel,
org.conqat.ide.commons.ui.xmlmodel.databinding,
org.conqat.ide.commons.ui.xmlmodel.undo,
org.eclipse.gmf.runtime.draw2d.ui.figures,
org.eclipse.wb.swt,
org.eclipse.wb.swt.layout.grouplayout,
org.eclipse.wb.swt.widgets.baseline,
org.fortiss.tooling.common.ui,
org.fortiss.tooling.common.ui.javafx,
org.fortiss.tooling.common.ui.javafx.control.treetableview
Bundle-Activator: org.fortiss.tooling.common.ui.ToolingCommonUIActivator
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.fortiss.tooling.common.ui