Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 345b4b7176b23734a00898dbdac4ccdea14b18c2 (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
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.infra.core.log;bundle-version="1.0.1",
 org.apache.commons.lang;bundle-version="2.4.0",
 org.eclipse.emf.ecore;bundle-version="2.8.0",
 org.eclipse.papyrus.infra.core;bundle-version="1.0.1",
 org.eclipse.core.resources;bundle-version="3.7.0",
 org.eclipse.papyrus.infra.services.markerlistener;bundle-version="1.0.1",
 org.eclipse.papyrus.emf.facet.custom.metamodel;bundle-version="1.0.1",
 org.eclipse.papyrus.infra.emf;bundle-version="1.0.1"
Export-Package: org.eclipse.papyrus.infra.services.decoration,
 org.eclipse.papyrus.infra.services.decoration.util
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.1.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.infra.services.decoration.Activa
 tor
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.services.decoration;sin
 gleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top