X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/batch/FileSystem.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/batch/FileSystem.java index 4ffa4a7..04b18d4 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/batch/FileSystem.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/batch/FileSystem.java @@ -67,7 +67,7 @@ public class FileSystem implements INameEnvironment, SuffixConstants { pathNames[i] = ((ClasspathDirectory) this.classpaths[i]).path; } } else { - String lowercaseClasspathName = classpathNames[i].toLowerCase(); + //String lowercaseClasspathName = classpathNames[i].toLowerCase(); // if (lowercaseClasspathName.endsWith(SUFFIX_STRING_jar) // || lowercaseClasspathName.endsWith(SUFFIX_STRING_zip)) { // this.classpaths[i] = this.getClasspathJar(file); // will