Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b45f55e16a065a91208e96bfd3dfc4fe6f4041fe (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
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.papyrus.layers.stackmodel;bundle-version="1.1.0",
 org.eclipse.emf.ecore;bundle-version="2.9.0",
 org.junit,
 org.eclipse.papyrus.infra.core;bundle-version="1.1.0",
 org.eclipse.core.resources;bundle-version="3.8.100",
 org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0"
Export-Package: org.eclipse.papyrus.layers.runtime,
 org.eclipse.papyrus.layers.runtime.model,
 org.eclipse.papyrus.layers.runtime.service,
 org.eclipse.papyrus.layers.runtime.utils
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.layers.runtime.Activator
Bundle-SymbolicName: org.eclipse.papyrus.layers.runtime;singleton:=tru
 e
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top