Skip to main content
summaryrefslogtreecommitdiffstats
blob: b4c7ee5376cc86572291bed6ad6d2545f833be2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.stem.tests.interventions;singleton:=true
Bundle-Version: 1.2.3
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package:  org.eclipse.stem.interventions.tests
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.stem.interventions;visibility:=reexport,
 org.eclipse.stem.core;visibility:=reexport,
 org.eclipse.emf.ecore;visibility:=reexport,
 org.eclipse.emf.ecore.xmi;visibility:=reexport,
 org.junit;visibility:=reexport
Bundle-ActivationPolicy: lazy

Back to the top