Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c89d6cbdba8cced51f45946251f9d290a6183151 (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.infra.services.decoration,
 org.eclipse.papyrus.infra.services.decoration.util
Bundle-ActivationPolicy: lazy
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.infra.core;bundle-version="0.9.0"
Bundle-Vendor: %providerName
Bundle-Version: 0.9.0.qualifier
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.services.decoration.Activator
Bundle-SymbolicName: org.eclipse.papyrus.infra.services.decoration;singleton:=true
Import-Package: org.apache.commons.lang;version="2.4.0",
 org.eclipse.core.resources,
 org.eclipse.emf.facet.infra.browser.uicore.internal.model,
 org.eclipse.papyrus.infra.core.editorsfactory,
 org.eclipse.papyrus.infra.core.log

Back to the top