Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6c7a593a9d6d61296412f847f2ab9d28b3e2dedd (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
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.operations,
 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.core.runtime;bundle-version="[3.18.0,4.0.0)",
 org.eclipse.emf.ecore;bundle-version="[2.23.0,3.0.0)",
 org.eclipse.emf.ecore.xmi;bundle-version="[2.16.0,3.0.0)",
 org.eclipse.papyrus.infra.constraints;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.uml2.types;bundle-version="[2.5.0,3.0.0)",
 org.eclipse.uml2.common;bundle-version="[2.5.0,3.0.0)",
 org.eclipse.papyrus.infra.core.log;bundle-version="[2.0.0,3.0.0)"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 4.1.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-17
Bundle-Activator: org.eclipse.papyrus.infra.properties.internal.InfraPropertiesPlugin
Automatic-Module-Name: org.eclipse.papyrus.infra.properties

Back to the top