Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a3402f01ef0d7ae29b8374b2de1c63e4e69d5e02 (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
Manifest-Version: 1.0
Require-Bundle: org.eclipse.gmf.runtime.emf.type.core;bundle-version="[1.9.0,2.0.0)";visibility:=reexport,
 org.eclipse.papyrus.infra.core;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
 org.eclipse.papyrus.infra.services.edit;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.papyrus.infra.types;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
 org.eclipse.papyrus.infra.architecture;bundle-version="[1.0.0,2.0.0)"
Export-Package: org.eclipse.papyrus.infra.types.core,
 org.eclipse.papyrus.infra.types.core.extensionpoints,
 org.eclipse.papyrus.infra.types.core.factories,
 org.eclipse.papyrus.infra.types.core.factories.impl,
 org.eclipse.papyrus.infra.types.core.impl,
 org.eclipse.papyrus.infra.types.core.notification,
 org.eclipse.papyrus.infra.types.core.notification.events,
 org.eclipse.papyrus.infra.types.core.registries,
 org.eclipse.papyrus.infra.types.core.utils
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 3.1.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.infra.types.core.Activator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.types.core;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.collect;version="21.0.0"
Automatic-Module-Name: org.eclipse.papyrus.infra.types.core

Back to the top