package net.sourceforge.phpdt.externaltools.variable;
-import net.sourceforge.phpeclipse.PHPeclipsePlugin;
+import net.sourceforge.phpeclipse.externaltools.ExternalToolsPlugin;
import net.sourceforge.phpeclipse.ui.WebUI;
import org.eclipse.core.runtime.IPath;
public String getText(String varTag, String varValue, ExpandVariableContext context) {
IPath path = getPath(varTag, varValue, context);
if (path != null) {
- IPreferenceStore store = PHPeclipsePlugin.getDefault().getPreferenceStore();
+ IPreferenceStore store = ExternalToolsPlugin.getDefault().getPreferenceStore();
String localhostURL = path.toString();
String lowerCaseFileName = localhostURL.toLowerCase();
String documentRoot = store.getString(WebUI.PHP_DOCUMENTROOT_PREF);