added a php external tools launcher
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.xml
index c6dbf95..764b285 100644 (file)
@@ -917,17 +917,17 @@ Temporarily replaced until errors can be ironed out...
                        expanderClass="net.sourceforge.phpdt.externaltools.variable.WorkspaceExpander">
                </variable>
                <variable
-                       tag="last_php_file_loc"
+                       tag="file_loc"
                        description="Expands to the full file name"
-                       expanderClass="net.sourceforge.phpdt.externaltools.variable.LastPHPFileExpander">
+                       expanderClass="net.sourceforge.phpdt.externaltools.variable.FileExpander">
                </variable>
                <variable
-                       tag="last_php_url_loc"
+                       tag="file_url"
                        description="Expands to an URL with the localhost preference settings"
-                       expanderClass="net.sourceforge.phpdt.externaltools.variable.LastPHPUrlExpander">
+                       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>