1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00
This commit is contained in:
Alain Magloire 2003-04-01 16:55:23 +00:00
parent 523ed3b82d
commit f5f1268ce6

View file

@ -1,3 +1,13 @@
2003-04-01 Alain Magloire
Phasing the classes ICResource and ICFile.
They were no longer part of the C Model.
* model/org/eclipse/cdt/core/model/ICFile.java:
* model/org/eclipse/cdt/core/mode/ICResource.java:
* model/org/eclipse/cdt/internal/core/model/CFile.java:
Removed.
2003-03-30 Alain Magloire
First phase of the rewrite on how we treat Binary/Archive in the CoreModel