Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-05-09 12:51:39 +0000
committerCamilo Bernal2013-05-09 15:39:41 +0000
commit6a97e10f7b85e7b6e8b6057a6e86f3b9643c3723 (patch)
tree441c2b7807369b08c5ed0b69ae3bef4aad0bd4be /valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF
parent171f64700b00e4a20e0a9914ad137a86f467b53e (diff)
downloadorg.eclipse.linuxtools-6a97e10f7b85e7b6e8b6057a6e86f3b9643c3723.tar.gz
org.eclipse.linuxtools-6a97e10f7b85e7b6e8b6057a6e86f3b9643c3723.tar.xz
org.eclipse.linuxtools-6a97e10f7b85e7b6e8b6057a6e86f3b9643c3723.zip
valgrind: LaunchConfigurationConstants belongs to launch plugin.
For some reason they were in the core plugin which made no sense. This also simplifies the bundle dependencies. Change-Id: Id48ffe394076af4f6828bd0007f118d8c4a3f9d0 Reviewed-on: https://git.eclipse.org/r/12675 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@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 b10e76ac28..0bee68db91 100755
--- a/valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF/MANIFEST.MF
+++ b/valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF/MANIFEST.MF
@@ -11,7 +11,6 @@ Bundle-Localization: plugin
Import-Package: org.eclipse.cdt.core.model,
org.eclipse.debug.core,
org.eclipse.debug.ui,
- org.eclipse.linuxtools.internal.valgrind.core,
org.eclipse.linuxtools.internal.valgrind.launch,
org.eclipse.linuxtools.profiling.launch,
org.eclipse.linuxtools.valgrind.launch,

Back to the top