Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Ferrazzutti2013-11-28 19:17:22 +0000
committerSami Wagiaalla2014-01-08 16:15:07 +0000
commit44fd4a842d2af9e79cf811283ca3350ce7d13c1f (patch)
tree667bae893ad10e83b09c1436fbf752dc268a0a54 /systemtap/org.eclipse.linuxtools.systemtap.structures/META-INF
parent86506a2da696866d3837e6509c53600e094b0cdc (diff)
downloadorg.eclipse.linuxtools-44fd4a842d2af9e79cf811283ca3350ce7d13c1f.tar.gz
org.eclipse.linuxtools-44fd4a842d2af9e79cf811283ca3350ce7d13c1f.tar.xz
org.eclipse.linuxtools-44fd4a842d2af9e79cf811283ca3350ce7d13c1f.zip
Systemtap: Integration with Debug view.
Allow SystemTap launches to be terminated, removed, relaunched and put into console focus by the Debug View. Also address some concurrency-related issues in ScriptConsole, and add a "Remove Console" button to the ScriptConsole toolbar. Change-Id: I700690fa6de1c7fab65d751557ebd7535dd27768 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/20069 Tested-by: Hudson CI Reviewed-by: Sami Wagiaalla <swagiaal@redhat.com> IP-Clean: Sami Wagiaalla <swagiaal@redhat.com> Tested-by: Sami Wagiaalla <swagiaal@redhat.com>
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.structures/META-INF')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.structures/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.structures/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.systemtap.structures/META-INF/MANIFEST.MF
index 0750b4f4f1..969d044cd6 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.structures/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.systemtap.structures/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ 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-Version: 2.2.0.qualifier
Bundle-Vendor: %bundleProvider
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.linuxtools.systemtap.structures,
@@ -16,4 +16,6 @@ Require-Bundle: org.eclipse.core.runtime,
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin
Import-Package: com.jcraft.jsch;version="0.1.37",
+ org.eclipse.debug.core,
+ org.eclipse.debug.core.model,
org.eclipse.linuxtools.tools.launch.core.factory

Back to the top