Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9d7512bebddd0cd8e105b9abff30fe4e67e9c7bf (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: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.linuxtools.systemtap.ui.tests
Import-Package: org.eclipse.linuxtools.tools.launch.core.factory,
 org.junit;version="4.10.0"

Back to the top