Skip to content

Commit 1f10b23

Browse files
committed
Fix dependencies for Valgrind remote plugin.
2011-07-06 Jeff Johnston <[email protected]> * META-INF/MANIFEST.MF: Fix profiling remote launch dependency.
1 parent 4d509fa commit 1f10b23

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

valgrind/org.eclipse.linuxtools.valgrind.launch.remote/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-07-06 Jeff Johnston <[email protected]>
2+
3+
* META-INF/MANIFEST.MF: Fix profiling remote launch dependency.
4+
15
2011-06-29 Jeff Johnston <[email protected]>
26

37
* icons/tcf.gif: Removed.

valgrind/org.eclipse.linuxtools.valgrind.launch.remote/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Import-Package: org.eclipse.cdt.core,
2323
org.eclipse.debug.core.sourcelookup.containers,
2424
org.eclipse.debug.ui,
2525
org.eclipse.debug.ui.sourcelookup,
26-
org.eclipse.linuxtools.internal.profiling.launch.remote,
26+
org.eclipse.linuxtools.profiling.launch.remote,
2727
org.eclipse.linuxtools.internal.valgrind.core,
2828
org.eclipse.linuxtools.internal.valgrind.launch,
2929
org.eclipse.linuxtools.internal.valgrind.ui,

0 commit comments

Comments
 (0)