You need to sign in or sign up before continuing.
Newer
Older
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Kernel
Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true
Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator
Bundle-Vendor: fortiss

Florian Hölzl
committed
Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,
org.eclipse.core.databinding;visibility:=reexport,
org.eclipse.jface.databinding;bundle-version="1.4.0";visibility:=reexport,

Florian Hölzl
committed
org.eclipse.ui;visibility:=reexport,
org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.100";visibility:=reexport,
org.eclipse.emf.ecore;bundle-version="2.6.1";visibility:=reexport,
org.eclipse.gef;visibility:=reexport,
org.conqat.ide.commons;bundle-version="2.7.0";visibility:=reexport,
org.conqat.ide.commons.ui;bundle-version="2.7.0";visibility:=reexport,
org.conqat.ide.commons.gef;bundle-version="2.7.0",
org.eclipse.jdt.ui;bundle-version="3.6.2",
org.eclipse.emf.transaction;bundle-version="1.4.0",
org.eclipse.emf.emfstore.server;bundle-version="0.7.3",
org.eclipse.emf.emfstore.client;bundle-version="0.7.3",
org.eclipse.emf.emfstore.client.ui;bundle-version="0.7.3"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
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.fortiss.tooling.kernel;uses:="org.eclipse.jface.resource,org.eclipse.ui.plugin,org.osgi.framework",
org.fortiss.tooling.kernel.base;
uses:="org.eclipse.ui.views.properties.tabbed,
org.eclipse.core.runtime,
org.eclipse.core.databinding,
org.eclipse.jface.resource,
org.eclipse.ui,
org.eclipse.ui.part,
org.fortiss.tooling.kernel.interfaces,
org.eclipse.emf.ecore,
org.eclipse.swt.graphics,
org.eclipse.jface.viewers,
org.eclipse.swt.widgets",
org.fortiss.tooling.kernel.databinding,
org.fortiss.tooling.kernel.interfaces;uses:="org.eclipse.emf.ecore,org.eclipse.jface.resource,org.eclipse.swt.graphics",
org.fortiss.tooling.kernel.internal.navigator,
org.fortiss.tooling.kernel.internal.properties,
org.fortiss.tooling.kernel.model;uses:="org.eclipse.emf.ecore",
org.fortiss.tooling.kernel.model.impl;uses:="org.fortiss.tooling.kernel.model",
org.fortiss.tooling.kernel.model.util;
uses:="org.eclipse.emf.ecore,
org.fortiss.tooling.kernel.model,
org.eclipse.emf.common.notify.impl,
org.eclipse.emf.common.notify",
org.fortiss.tooling.kernel.services;
uses:="org.eclipse.jface.action,
org.eclipse.emf.ecore,
org.eclipse.ui,
org.eclipse.ui.part,
org.fortiss.tooling.kernel.interfaces,
org.conqat.lib.commons.collections",
org.fortiss.tooling.kernel.util;
uses:="org.eclipse.emf.ecore,
org.eclipse.core.databinding,
org.unicase.ecp.model.workSpaceModel,
org.eclipse.core.databinding.observable.value,
org.eclipse.core.databinding.validation,
org.eclipse.jface.viewers,
org.eclipse.core.databinding.conversion,
org.eclipse.swt.widgets"