Skip to main content
summaryrefslogtreecommitdiffstats
blob: c1e3850fa66a6d2e009fde7895c2146169881a7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Modelviewer
Bundle-SymbolicName: org.eclipse.fx.ui.modelviewer;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: javax.annotation;version="1.1.0";resolution:=optional,
 javax.inject;version="1.0.0",
 org.eclipse.fx.core.databinding;version="2.3.0",
 org.eclipse.fx.core.di;version="2.3.0",
 org.eclipse.fx.core.log;version="2.3.0",
 org.eclipse.fx.ui.databinding;version="2.3.0"
Require-Bundle: org.eclipse.e4.ui.model.workbench;bundle-version="1.0.1",
 org.eclipse.core.databinding;bundle-version="1.4.1",
 org.eclipse.core.databinding.observable;bundle-version="1.4.1",
 org.eclipse.core.databinding.property;bundle-version="1.4.200",
 org.eclipse.emf.ecore;bundle-version="2.9.1",
 org.eclipse.emf.databinding;bundle-version="1.3.0",
 org.eclipse.emf.databinding.edit;bundle-version="1.3.0",
 org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
Export-Package: org.eclipse.fx.ui.modelviewer;version="2.3.0"
Service-Component: OSGI-INF/services/registry.xml,
 OSGI-INF/services/defaultDelegates.xml
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse.org

Back to the top