X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/JavaCore.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/JavaCore.java index 7e8a366..c04e2a5 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/JavaCore.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/JavaCore.java @@ -2848,7 +2848,7 @@ public class JavaCore { if (target instanceof File) { File externalFile = (File) target; if (externalFile.isFile()) { - String fileName = externalFile.getName().toLowerCase(); + //String fileName = externalFile.getName().toLowerCase(); // if (fileName.endsWith(".jar" //$NON-NLS-1$ // ) || fileName.endsWith(".zip" //$NON-NLS-1$ // )) { // external binary archive