Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind.launch.remote')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.launch.remote/ChangeLog4
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.launch.remote/META-INF/MANIFEST.MF2
2 files changed, 5 insertions, 1 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.launch.remote/ChangeLog b/valgrind/org.eclipse.linuxtools.valgrind.launch.remote/ChangeLog
index b34494f247..90d313b05b 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.launch.remote/ChangeLog
+++ b/valgrind/org.eclipse.linuxtools.valgrind.launch.remote/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-06 Jeff Johnston <jjohnstn@redhat.com>
+
+ * META-INF/MANIFEST.MF: Fix profiling remote launch dependency.
+
2011-06-29 Jeff Johnston <jjohnstn@redhat.com>
* icons/tcf.gif: Removed.
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.launch.remote/META-INF/MANIFEST.MF b/valgrind/org.eclipse.linuxtools.valgrind.launch.remote/META-INF/MANIFEST.MF
index 0c54cdbdcf..52d8d6b70f 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.launch.remote/META-INF/MANIFEST.MF
+++ b/valgrind/org.eclipse.linuxtools.valgrind.launch.remote/META-INF/MANIFEST.MF
@@ -23,7 +23,7 @@ Import-Package: org.eclipse.cdt.core,
org.eclipse.debug.core.sourcelookup.containers,
org.eclipse.debug.ui,
org.eclipse.debug.ui.sourcelookup,
- org.eclipse.linuxtools.internal.profiling.launch.remote,
+ org.eclipse.linuxtools.profiling.launch.remote,
org.eclipse.linuxtools.internal.valgrind.core,
org.eclipse.linuxtools.internal.valgrind.launch,
org.eclipse.linuxtools.internal.valgrind.ui,

Back to the top