Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0750b4f4f1c73a64ecedaa5a7e9471d0b3d335af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.structures;singleton:=true
Bundle-Version: 2.1.0.qualifier
Bundle-Vendor: %bundleProvider
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.linuxtools.systemtap.structures,
 org.eclipse.linuxtools.systemtap.structures.listeners,
 org.eclipse.linuxtools.systemtap.structures.process,
 org.eclipse.linuxtools.systemtap.structures.runnable
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.linuxtools.profiling.launch;bundle-version="0.11.0",
 org.eclipse.core.filesystem;bundle-version="1.3.200",
 org.eclipse.core.resources;bundle-version="3.8.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin
Import-Package: com.jcraft.jsch;version="0.1.37",
 org.eclipse.linuxtools.tools.launch.core.factory

Back to the top