Newer
Older

Florian Hölzl
committed
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.fortiss.tooling.common.ui;singleton:=true

Florian Hölzl
committed
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.fortiss.tooling.common;bundle-version="2.6.0";visibility:=reexport,
org.eclipse.core.resources;bundle-version="3.7.100";visibility:=reexport,
org.eclipse.ui;bundle-version="3.7.0";visibility:=reexport,
org.eclipse.ui.editors;bundle-version="3.7.0";visibility:=reexport,
org.eclipse.core.databinding;bundle-version="1.4.0";visibility:=reexport,
org.eclipse.core.filesystem;bundle-version="1.3.100";visibility:=reexport,
org.eclipse.ui.forms;bundle-version="3.5.100";visibility:=reexport,
org.eclipse.jface.databinding;bundle-version="1.5.0";visibility:=reexport,
org.eclipse.gef;bundle-version="3.7.1";visibility:=reexport,
org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.200";visibility:=reexport,
org.eclipse.ui.ide;bundle-version="3.7.0";visibility:=reexport,
org.eclipse.jface.text;bundle-version="3.7.1";visibility:=reexport
Bundle-ClassPath: .,
lib/org.conqat.ide.commons.gef.jar,
lib/org.conqat.ide.commons.ui.jar,
lib/jgrapht-jdk1.6_src.jar,
lib/swt-grouplayout.jar

Florian Hölzl
committed
25
26
27
28
29
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
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.jgrapht,
org.jgrapht.alg,
org.jgrapht.alg.util,
org.jgrapht.demo,
org.jgrapht.event,
org.jgrapht.experimental,
org.jgrapht.experimental.alg,
org.jgrapht.experimental.alg.color,
org.jgrapht.experimental.dag,
org.jgrapht.experimental.equivalence,
org.jgrapht.experimental.isomorphism,
org.jgrapht.experimental.permutation,
org.jgrapht.ext,
org.jgrapht.generate,
org.jgrapht.graph,
org.jgrapht.traverse,
org.jgrapht.util