Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 991b43e42161063f3489ab0d51064632bdd98404 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.customization.properties.editor,
 org.eclipse.papyrus.customization.properties.modelelement,
 org.eclipse.papyrus.customization.properties.providers,
 org.eclipse.papyrus.customization.properties.storage.actions
Require-Bundle: org.eclipse.papyrus.uml.diagram.common;bundle-version="[1.2.0,2.0.0)",
 org.eclipse.papyrus.views.properties;bundle-version="[1.2.0,2.0.0)",
 org.eclipse.papyrus.customization.properties.model.xwt;bundle-version="[1.2.0,2.0.0)",
 org.eclipse.emf.ecore.editor;bundle-version="[2.11.0,3.0.0)";visibility:=reexport,
 org.eclipse.papyrus.infra.constraints.ui;bundle-version="[1.2.0,2.0.0)"
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
 bin
Bundle-Version: 1.2.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Activator: org.eclipse.papyrus.customization.properties.Activator
Bundle-ManifestVersion: 2
Bundle-Description: %pluginDescription
Bundle-SymbolicName: org.eclipse.papyrus.customization.properties;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top