Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 942c90be58451a909ad285fb2ea9cf3c8fa94630 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.sirius.tests.sample.benchmark;singleton:=true
Bundle-Version: 6.2.1.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.sirius.tests.sample.benchmark,
 org.eclipse.sirius.tests.sample.benchmark.impl,
 org.eclipse.sirius.tests.sample.benchmark.util
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.sirius.tests.sample.benchmark

Back to the top