1) Fixed issue #215: Escaping Strings
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / obfuscator / ObfuscatorIgnores.java
index 46a585e..ebebe0d 100644 (file)
@@ -24,7 +24,7 @@ public class ObfuscatorIgnores extends ObfuscatorIgnoreSet {
        private static final String TEMPLATE_FILE = "obfuscator.xml"; //$NON-NLS-1$
 
        /** Singleton. */
-       private static ObfuscatorIgnores fgIgnores;
+       //private static ObfuscatorIgnores fgIgnores;
 
        private IProject fProject;
 
@@ -110,7 +110,7 @@ public class ObfuscatorIgnores extends ObfuscatorIgnoreSet {
        }
 
        private File getTemplateFile() {
-               IPath path = fProject.getLocation();
+               IPath path = fProject.getFullPath();
                // PHPeclipsePlugin.getDefault().getStateLocation();
                path = path.append(TEMPLATE_FILE);