--- a/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/wizards/projectimport/WrtProjectLocationWizardPage.java Tue Mar 30 10:01:32 2010 -0700
+++ b/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/wizards/projectimport/WrtProjectLocationWizardPage.java Tue Mar 30 15:20:42 2010 -0700
@@ -1061,6 +1061,10 @@
Path path = new Path(pathString);
+ if (path.segmentCount() > 1 && ".settings".equals(path.segment(1))) {
+ return NO;
+ }
+
String messageString;
// Break the message up if there is a file name and a directory
// and there are at least 2 segments.