1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-09 19:43:27 +02:00

*** empty log message ***

This commit is contained in:
David Inglis 2002-09-24 11:57:37 +00:00
parent dcf4f87706
commit e90d3d2187

View file

@ -79,9 +79,9 @@ public class CoreFileLaunchDelegate extends AbstractCLaunchDelegate {
renderTargetLabel(debugConfig), renderTargetLabel(debugConfig),
iprocess, iprocess,
exe.getProject(), exe.getProject(),
true,
false, false,
true); true,
false);
} }
private IPath getCoreFilePath(final IProject project) { private IPath getCoreFilePath(final IProject project) {