X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.xml b/net.sourceforge.phpeclipse/plugin.xml index f31066f..764b285 100644 --- a/net.sourceforge.phpeclipse/plugin.xml +++ b/net.sourceforge.phpeclipse/plugin.xml @@ -917,12 +917,17 @@ Temporarily replaced until errors can be ironed out... expanderClass="net.sourceforge.phpdt.externaltools.variable.WorkspaceExpander"> </variable> <variable - tag="last_php_file_loc" - description="Expands to the localhost preference settings." - expanderClass="net.sourceforge.phpdt.externaltools.variable.LastPHPFileExpander"> + tag="file_loc" + description="Expands to the full file name" + expanderClass="net.sourceforge.phpdt.externaltools.variable.FileExpander"> + </variable> + <variable + tag="file_url" + description="Expands to an URL with the localhost preference settings" + expanderClass="net.sourceforge.phpdt.externaltools.variable.UrlExpander"> </variable> <variable - tag="localhost_loc" + tag="localhost_url" description="Expands to the localhost preference settings." expanderClass="net.sourceforge.phpdt.externaltools.variable.LocalhostExpander"> </variable>