Skip to main content
summaryrefslogtreecommitdiffstats
blob: 42f7bcead60fcb8769d3aeec9387129e6a9f8826 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)",
 org.eclipse.emf.ecore;bundle-version="[2.12.0,3.0.0)";visibility:=reexport,
 org.eclipse.papyrus.infra.types;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.papyrus.infra.emf.expressions;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.papyrus.emf;bundle-version="[1.0.0,2.0.0)"
Export-Package: org.eclipse.papyrus.infra.nattable.model,
 org.eclipse.papyrus.infra.nattable.model.factory,
 org.eclipse.papyrus.infra.nattable.model.nattable,
 org.eclipse.papyrus.infra.nattable.model.nattable.impl,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.impl,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.util,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxisconfiguration,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxisconfiguration.impl,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxisconfiguration.util,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxisprovider,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxisprovider.impl,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxisprovider.util,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablecell,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablecell.impl,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablecell.util,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablecelleditor,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablecelleditor.impl,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablecelleditor.util,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableconfiguration,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableconfiguration.impl,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableconfiguration.util,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.impl,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.util,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableproblem,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableproblem.impl,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattableproblem.util,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablestyle,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablestyle.impl,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablestyle.util,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattabletester,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattabletester.impl,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattabletester.util,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablewrapper,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablewrapper.impl,
 org.eclipse.papyrus.infra.nattable.model.nattable.nattablewrapper.util,
 org.eclipse.papyrus.infra.nattable.model.nattable.util,
 org.eclipse.papyrus.internal.infra.nattable.model.resources
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 4.1.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.infra.nattable.model.Activator
Bundle-ManifestVersion: 2
Bundle-Description: %pluginDescription
Bundle-SymbolicName: org.eclipse.papyrus.infra.nattable.model;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Automatic-Module-Name: org.eclipse.papyrus.infra.nattable.model

Back to the top