Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-05-09 09:46:27 +0000
committerAlexander Kurtakov2013-05-09 10:19:41 +0000
commit8ec77ca6aad6ebfcaedc8e292631cbd48b4c7df6 (patch)
tree341672f1d1632558a51984cdeb2da4acbdcd48c5 /valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF
parent3dc9e0b5176b43cc0605c0703d13220f9b9cb9a6 (diff)
downloadorg.eclipse.linuxtools-8ec77ca6aad6ebfcaedc8e292631cbd48b4c7df6.tar.gz
org.eclipse.linuxtools-8ec77ca6aad6ebfcaedc8e292631cbd48b4c7df6.tar.xz
org.eclipse.linuxtools-8ec77ca6aad6ebfcaedc8e292631cbd48b4c7df6.zip
valgrind: Activators unneeded.
Remove activators that are not needed. Change-Id: I4b2651dd968c0b3faedd1e46a1b8696dc3a7dbfb Reviewed-on: https://git.eclipse.org/r/12671 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF')
-rwxr-xr-xvalgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF/MANIFEST.MF b/valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF/MANIFEST.MF
index d57fd12e41..b10e76ac28 100755
--- a/valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF/MANIFEST.MF
+++ b/valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF/MANIFEST.MF
@@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.linuxtools.valgrind.helgrind;singleton:=true
Bundle-Version: 1.1.0.qualifier
-Bundle-Activator: org.eclipse.linuxtools.internal.valgrind.helgrind.HelgrindPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top