From cb10be8c805d17d5c2e26b981ab29ff7dce2851f Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Fri, 1 Nov 2002 18:24:09 +0000 Subject: [PATCH] Replaced the 'IProject' argument by 'IFile' in the debug target factory methods - second phase. --- debug/org.eclipse.cdt.debug.core/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index 7da83e682be..46cd5f03dd2 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,8 @@ +2002-10-31 Mikhail Khodjaiants + Replaced the 'IProject' argument by 'IFile' in the debug target factory methods - second phase. + * CDebugModel.java: removed unused debug target factory methods. + * CDebugTarget.java: removed unused constructor. + 2002-10-31 Mikhail Khodjaiants Replaced the 'IProject' argument by 'IFile' in the debug target factory methods. * CDebugModel.java