Use external tools package to run commands for apache, mysql, php
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / externaltools / launchConfigurations / ExternalToolsMainTab.java
index 79cf430..1351b55 100644 (file)
@@ -123,6 +123,8 @@ public class ExternalToolsMainTab extends AbstractLaunchConfigurationTab {
     locationField.setLayoutData(data);
     locationField.setFont(font);
     locationField.add( store.getString(PHPeclipsePlugin.PHP_RUN_PREF), 0);
+               locationField.add( store.getString(PHPeclipsePlugin.APACHE_RUN_PREF), 1);
+               locationField.add( store.getString(PHPeclipsePlugin.MYSQL_RUN_PREF), 2);
 
     Composite buttonComposite = new Composite(parent, SWT.NONE);
     layout = new GridLayout();