Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c3a10d1ec0f321f74d952394c9004a5932aca95e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Callgraph Launch Tests (Incubation)
Bundle-SymbolicName: org.eclipse.linuxtools.callgraph.launch.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.callgraph.launch.tests.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.debug.ui;bundle-version="3.4.1",
 org.junit;bundle-version="4.7.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.cdt.core.model,
 org.eclipse.cdt.internal.core.model,
 org.eclipse.cdt.launch,
 org.eclipse.core.resources,
 org.eclipse.debug.core,
 org.eclipse.linuxtools.callgraph.core,
 org.eclipse.linuxtools.profiling.launch,
 org.eclipse.linuxtools.profiling.tests,
 org.eclipse.linuxtools.callgraph.launch
Bundle-Vendor: Eclipse

Back to the top