Added xampp start and stop action
[phpeclipse.git] / net.sourceforge.phpeclipse / prefs / default_win32.properties
index bb18370..251b611 100644 (file)
@@ -1,8 +1,10 @@
 _php_run_pref=c:\\xampp\\php\\php.exe
 _external_parser=c:\\xampp\\php\\php.exe -l -f {0}
 _mysql_run_pref=c:\\xampp\\mysql\\bin\\mysqld-nt.exe
-_apache_run_pref=c:\\xampp\\xampp_start.exe
-__mysql_start=--standalone
+_apache_run_pref=c:\\xampp\\apache\\bin\\apache.exe
+_xampp_start_pref=c:\\xampp\\xampp_start.exe
+_xampp_stop_pref=c:\\xampp\\xampp_stop.exe
+__mysql_start=--standalone 
 __apache_start=-c \"DocumentRoot \"{0}\"\"
 __apache_stop=-k shutdown
 __apache_restart=-k restart