Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: df1b29cbfb683c0d16c9bf388125837dc642b48c (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: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 0.5.0.qualifier
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.linuxtools.tmf.ui.tests;singleton:=true
Bundle-Activator: org.eclipse.linuxtools.tmf.ui.tests.TmfUITestPlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="3.8.2",
 org.eclipse.ui;bundle-version="3.7.0",
 org.eclipse.core.runtime;bundle-version="3.7.0",
 org.eclipse.linuxtools.tmf.core;bundle-version="0.4.0",
 org.eclipse.linuxtools.tmf.ui;bundle-version="0.4.0",
 org.eclipse.linuxtools.tmf.core.tests;bundle-version="0.4.0"

Back to the top