Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 4998ff471cbcbd75bd55bbec1a3b93f9c243a24c (plain) (tree)
1
2
3
4
5
6
7
8
9

                         
                        
                                                                                
                               
                              
                             

                                                            
                                                     

                                                     


                                                                 
                                               
                           

                                                 
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.structures;singleton:=true
Bundle-Version: 2.0.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.46",
 org.eclipse.linuxtools.tools.launch.core.factory

Back to the top