Commiting more changes to fix RSE issues with PHP projects.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / obfuscator / ObfuscatorIgnores.java
index 46a585e..8cc826e 100644 (file)
@@ -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);