# HG changeset patch # User Eugene Ostroukhov # Date 1269987642 25200 # Node ID d1d1c556b0d122f9198aa6ee9ef5dc7f098d267a # Parent 279eaef091eb62d6b11dac8234fbe8973d96b6c5 Bug 2431 - Import gives incorrect warning diff -r 279eaef091eb -r d1d1c556b0d1 org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/wizards/projectimport/WrtProjectLocationWizardPage.java --- 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.