Skip to main content
summaryrefslogtreecommitdiffstats
blob: 969b60a17c181fe68f57ca2b90730ba201887cab (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: 0.10.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.internal.callgraph.core,
 org.eclipse.linuxtools.internal.callgraph.launch,
 org.eclipse.linuxtools.profiling.launch,
 org.eclipse.linuxtools.profiling.tests
Bundle-Vendor: Eclipse

Back to the top