1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Replaced the 'IProject' argument by 'IFile' in the debug target factory methods - second phase.

This commit is contained in:
Mikhail Khodjaiants 2002-11-01 18:24:09 +00:00
parent 34d635498a
commit cb10be8c80

View file

@ -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