1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / obfuscator / export / ObfuscatorExportOperation.java
index e78ce6a..3f7f44b 100644 (file)
@@ -36,7 +36,7 @@ import org.eclipse.core.runtime.Path;
 import org.eclipse.core.runtime.Status;
 import org.eclipse.jface.operation.IRunnableWithProgress;
 import org.eclipse.jface.operation.ModalContext;
-import org.eclipse.jface.preference.IPreferenceStore;
+//import org.eclipse.jface.preference.IPreferenceStore;
 import org.eclipse.ui.PlatformUI;
 import org.eclipse.ui.dialogs.IOverwriteQuery;
 
@@ -309,8 +309,8 @@ class ObfuscatorExportOperation implements IRunnableWithProgress {
                        throws InterruptedException {
                IPath fullPath = location.append(file.getName());
                fMonitor.subTask(file.getFullPath().toString());
-               String properPathString = fullPath.toOSString();
-               File targetFile = new File(properPathString);
+               //String properPathString = fullPath.toOSString();
+               //File targetFile = new File(properPathString);
 
                // if (targetFile.exists()) {
                // if (!targetFile.canWrite()) {
@@ -620,8 +620,8 @@ class ObfuscatorExportOperation implements IRunnableWithProgress {
 
        private void createExporters(IResource resource) {
                IProject project = resource.getProject();
-               IPreferenceStore store = PHPeclipsePlugin.getDefault()
-                               .getPreferenceStore();
+//             IPreferenceStore store = PHPeclipsePlugin.getDefault()
+//                             .getPreferenceStore();
                ObfuscatorIgnores ignore = new ObfuscatorIgnores(project);
                fCurrentIdentifierMap = ignore.getIdentifierMap();
                fCurrentProjectName = project.getName();