first version of external tools
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.xml
index f31066f..c6dbf95 100644 (file)
@@ -918,10 +918,15 @@ Temporarily replaced until errors can be ironed out...
                </variable>
                <variable
                        tag="last_php_file_loc"
-                       description="Expands to the localhost preference settings."
+                       description="Expands to the full file name"
                        expanderClass="net.sourceforge.phpdt.externaltools.variable.LastPHPFileExpander">
                </variable>
                <variable
+                       tag="last_php_url_loc"
+                       description="Expands to an URL with the localhost preference settings"
+                       expanderClass="net.sourceforge.phpdt.externaltools.variable.LastPHPUrlExpander">
+               </variable>
+               <variable
                        tag="localhost_loc"
                        description="Expands to the localhost preference settings."
                        expanderClass="net.sourceforge.phpdt.externaltools.variable.LocalhostExpander">