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

Back to the top