Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6c9133f3d077d3af6a90f875dc5839f834cb5793 (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
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.infra.extendedtypes,
 org.eclipse.papyrus.infra.extendedtypes.advices,
 org.eclipse.papyrus.infra.extendedtypes.handler,
 org.eclipse.papyrus.infra.extendedtypes.impl,
 org.eclipse.papyrus.infra.extendedtypes.invariantcontainerconfiguration,
 org.eclipse.papyrus.infra.extendedtypes.invariantcontainerconfiguration.impl,
 org.eclipse.papyrus.infra.extendedtypes.invariantcontainerconfiguration.util,
 org.eclipse.papyrus.infra.extendedtypes.invariantsemantictypeconfiguration,
 org.eclipse.papyrus.infra.extendedtypes.invariantsemantictypeconfiguration.impl,
 org.eclipse.papyrus.infra.extendedtypes.invariantsemantictypeconfiguration.util,
 org.eclipse.papyrus.infra.extendedtypes.preferences,
 org.eclipse.papyrus.infra.extendedtypes.providers,
 org.eclipse.papyrus.infra.extendedtypes.semantic,
 org.eclipse.papyrus.infra.extendedtypes.types,
 org.eclipse.papyrus.infra.extendedtypes.util
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
 org.eclipse.emf.ecore;bundle-version="2.7.0";visibility:=reexport,
 org.eclipse.emf.ecore.xmi;bundle-version="2.6.0";visibility:=reexport,
 org.eclipse.uml2.types;visibility:=reexport,
 org.eclipse.uml2.uml;bundle-version="3.2.0",
 org.eclipse.ui;bundle-version="3.7.0",
 org.eclipse.gmf.runtime.emf.type.core;bundle-version="1.4.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.0.0",
 org.eclipse.gmf.runtime.common.ui.services;bundle-version="1.3.0",
 org.eclipse.papyrus.infra.core;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.services.edit;bundle-version="1.0.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.0.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.extendedtypes.Activator
Bundle-SymbolicName: org.eclipse.papyrus.infra.extendedtypes;singleton
 :=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top