Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f3b278a538618814666efe1fbe3f2e0e6419f822 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.papyrus.infra.gmfdiag.css.model.edit;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.papyrus.infra.gmfdiag.css.stylesheets.provider.StyleSheetsEditPlugin$Implementation$Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.papyrus.infra.gmfdiag.css.stylesheets.provider
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.13.0";resolution:=optional;x-installation:=greedy,
 org.eclipse.papyrus.infra.gmfdiag.css.model;bundle-version="1.2.0",
 org.eclipse.emf.edit;bundle-version="2.12.0",
 org.eclipse.emf.ecore;bundle-version="2.13.0",
 org.eclipse.emf.ecore.edit;bundle-version="2.9.0",
 org.eclipse.uml2.common.edit;bundle-version="2.1.0"
Import-Package: org.osgi.framework
Bundle-ActivationPolicy: lazy

Back to the top