From: stefanbjarni Date: Thu, 9 Jun 2005 21:04:31 +0000 (+0000) Subject: Improved default workspace preferences for Mac OS X installations. X-Git-Url: http://secure.phpeclipse.com Improved default workspace preferences for Mac OS X installations. --- diff --git a/net.sourceforge.phpeclipse/prefs/default_macosx.properties b/net.sourceforge.phpeclipse/prefs/default_macosx.properties index 4303a36..59c12f5 100644 --- a/net.sourceforge.phpeclipse/prefs/default_macosx.properties +++ b/net.sourceforge.phpeclipse/prefs/default_macosx.properties @@ -1,16 +1,16 @@ -_php_run_pref=/opt/lampp/php/php -_external_parser=/opt/lampp/php/php -l -f {0} -_mysql_run_pref=/opt/lampp/lampp startmysql -_apache_run_pref=/opt/lampp/lampp -_xampp_start_pref=/opt/lampp/lampp start -_xampp_stop_pref=/opt/lampp/lampp stop -__mysql_start=startmysql -__apache_start=startapache -c \"DocumentRoot \"{0}\"\" -__apache_stop=stop -__apache_restart=restart +_php_run_pref=/usr/bin/php +_external_parser=/usr/bin/php -l -f {0} +_mysql_run_pref= +_apache_run_pref= +_xampp_start_pref= +_xampp_stop_pref= +__mysql_start= +__apache_start=sudo /usr/sbin/apachectl start +__apache_stop=sudo /usr/sbin/apachectl stop +__apache_restart=sudo /usr/sbin/apachectl restart _mysql_start_background=true _apache_start_background=true _apache_stop_background=true _apache_restart_background=true -__httpd_conf_path=/opt/lampp/apache/conf/httpd.conf +__httpd_conf_path=/etc/httpd/httpd.conf __etc_hosts_path=/etc/hosts \ No newline at end of file