X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/obfuscator/ObfuscatorIgnores.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/obfuscator/ObfuscatorIgnores.java index 46a585e..ebebe0d 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/obfuscator/ObfuscatorIgnores.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/obfuscator/ObfuscatorIgnores.java @@ -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);