Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1dad0b9fb1ec10c3da73de49b38d0b5b052999b7 (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
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.infra.properties.catalog,
 org.eclipse.papyrus.infra.properties.contexts,
 org.eclipse.papyrus.infra.properties.contexts.impl,
 org.eclipse.papyrus.infra.properties.contexts.util,
 org.eclipse.papyrus.infra.properties.environment,
 org.eclipse.papyrus.infra.properties.environment.impl,
 org.eclipse.papyrus.infra.properties.environment.util,
 org.eclipse.papyrus.infra.properties.internal;x-friends:="org.eclipse.papyrus.infra.properties.ui,org.eclipse.papyrus.views.properties",
 org.eclipse.papyrus.infra.properties.spi,
 org.eclipse.papyrus.infra.properties.ui,
 org.eclipse.papyrus.infra.properties.ui.impl,
 org.eclipse.papyrus.infra.properties.ui.util
Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="[2.12.0,3.0.0)";visibility:=reexport,
 org.eclipse.papyrus.infra.constraints;bundle-version="[2.0.0,3.0.0)";visibility:=reexport,
 org.eclipse.papyrus.infra.core.log;bundle-version="[1.2.0,2.0.0)"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 3.0.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Description: %pluginDescription
Bundle-SymbolicName: org.eclipse.papyrus.infra.properties;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: org.eclipse.papyrus.infra.properties.internal.InfraPropertiesPlugin
Automatic-Module-Name: org.eclipse.papyrus.infra.properties

Back to the top