Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Ferrazzutti2014-07-16 21:16:20 +0000
committerAlexander Kurtakov2014-07-28 09:17:09 +0000
commitc444ba8b493f941c2da9bb3858bde6802b8a194b (patch)
treea231a015698f6b6b85f663792065273876f591e4 /systemtap/org.eclipse.linuxtools.systemtap.structures/META-INF
parent73412315189a0fc463062f338aa705a79fd00cea (diff)
downloadorg.eclipse.linuxtools-c444ba8b493f941c2da9bb3858bde6802b8a194b.tar.gz
org.eclipse.linuxtools-c444ba8b493f941c2da9bb3858bde6802b8a194b.tar.xz
org.eclipse.linuxtools-c444ba8b493f941c2da9bb3858bde6802b8a194b.zip
Systemtap: Improve script stopping.
Fix bugs EBZ #439565 and #439566. Also, reduce the time it takes for a script to be stopped. Change-Id: I79a6ebe0b2f30e9b9c4bfb7208ae3e9d85646b89 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/30046 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@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.MF2
1 files changed, 1 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 183fc8d8fd..bb20ebe8b0 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: 3.0.0.qualifier
+Bundle-Version: 3.1.0.qualifier
Bundle-Vendor: %bundleProvider
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.linuxtools.systemtap.structures,org.eclips

Back to the top