--- a/project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/internal/cpp/epoc/engine/model/WorkspaceModelProvider.java Tue Dec 08 15:31:51 2009 -0600
+++ b/project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/internal/cpp/epoc/engine/model/WorkspaceModelProvider.java Wed Dec 09 08:31:57 2009 -0600
@@ -88,7 +88,7 @@
return path;
}
try {
- return new Path(file.getCanonicalPath());
+ return FileUtils.findMatchingPathCaseInsensitive(new Path(file.getCanonicalPath()));
} catch (IOException e) {
EpocEnginePlugin.log(e);
return new Path(file.getAbsolutePath());