Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2b9654de3982bc842214de29e4823bbd96972134 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.linuxtools.callgraph.launch.tests
Bundle-Version: 1.0.0.qualifier
Require-Bundle: org.junit;bundle-version="4.7.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Fragment-Host: org.eclipse.linuxtools.callgraph.launch
Import-Package: org.eclipse.linuxtools.profiling.tests,
 org.eclipse.linuxtools.tools.launch.core.factory
Bundle-Vendor: %Bundle-Vendor
Automatic-Module-Name: org.eclipse.linuxtools.callgraph.launch.tests

Back to the top