Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2004-03-24 05:37:10 +0000
committerAlain Magloire2004-03-24 05:37:10 +0000
commitd46e5977ea4fe25fe7099a989c5cec651688b6bd (patch)
tree0db969aa9c835ddeed73b98aae21425da7fab367 /core/org.eclipse.cdt.core/ChangeLog
parent775e82edd0da53048ad58cfef68f0e9d40682460 (diff)
downloadorg.eclipse.cdt-d46e5977ea4fe25fe7099a989c5cec651688b6bd.tar.gz
org.eclipse.cdt-d46e5977ea4fe25fe7099a989c5cec651688b6bd.tar.xz
org.eclipse.cdt-d46e5977ea4fe25fe7099a989c5cec651688b6bd.zip
Implementation of IScannerInof on top of IPathEntry.
Diffstat (limited to 'core/org.eclipse.cdt.core/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index 33fdc5b44c4..470afedbb48 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,5 +1,13 @@
2004-03-23 Alain Magloire
+ An implementation of IScannerInfoProvider on top
+ of the IPathEntry.
+
+ * src/org/eclipse/cdt/core/resources/ScannerInfo.java
+ * src/org/eclipse/cdt/core/resources/ScannerInfoProvider.java
+
+2004-03-23 Alain Magloire
+
Show the objects on the IOuputEntry path should
be save in the BinaryContainer.

Back to the top