Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 37f22895204174781602037bd145828cbd8865a7 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Manifest-Version: 1.0
Require-Bundle: org.eclipse.jface.databinding;bundle-version="1.2.0",
 org.eclipse.core.databinding.beans;bundle-version="1.1.0",
 org.eclipse.swt;bundle-version="3.4.0",
 org.eclipse.core.databinding;bundle-version="1.1.0",
 org.eclipse.jface;bundle-version="3.4.0",
 org.eclipse.core.databinding.property;bundle-version="1.1.0",
 org.eclipse.equinox.common;bundle-version="3.4.0",
 org.eclipse.osgi;bundle-version="3.8.0"
Export-Package: org.eclipse.papyrus.xwt,
 org.eclipse.papyrus.xwt.animation,
 org.eclipse.papyrus.xwt.annotation,
 org.eclipse.papyrus.xwt.callback,
 org.eclipse.papyrus.xwt.collection,
 org.eclipse.papyrus.xwt.converters,
 org.eclipse.papyrus.xwt.core,
 org.eclipse.papyrus.xwt.databinding,
 org.eclipse.papyrus.xwt.dataproviders,
 org.eclipse.papyrus.xwt.graphics,
 org.eclipse.papyrus.xwt.input,
 org.eclipse.papyrus.xwt.internal.core,
 org.eclipse.papyrus.xwt.internal.databinding.menuitem,
 org.eclipse.papyrus.xwt.internal.utils,
 org.eclipse.papyrus.xwt.internal.xml,
 org.eclipse.papyrus.xwt.javabean,
 org.eclipse.papyrus.xwt.javabean.metadata,
 org.eclipse.papyrus.xwt.javabean.metadata.properties,
 org.eclipse.papyrus.xwt.jface,
 org.eclipse.papyrus.xwt.metadata,
 org.eclipse.papyrus.xwt.utils,
 org.eclipse.papyrus.xwt.validation
Bundle-Vendor: %Bundle-Vendor.0
DynamicImport-Package: *
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %Bundle-Name.0
Bundle-Activator: org.eclipse.papyrus.xwt.internal.Activator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.xwt;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top