From 538aa10d1fa93e2c8dea93d6574b401b6ed28169 Mon Sep 17 00:00:00 2001 From: axelcl Date: Tue, 29 Mar 2005 18:15:02 +0000 Subject: [PATCH] LAMPP properties --- .../prefs/default_linux.properties | 14 ++++++++++++++ .../prefs/default_macosx.properties | 14 ++++++++++++++ 2 files changed, 28 insertions(+), 0 deletions(-) diff --git a/net.sourceforge.phpeclipse/prefs/default_linux.properties b/net.sourceforge.phpeclipse/prefs/default_linux.properties index e69de29..47e56e1 100644 --- a/net.sourceforge.phpeclipse/prefs/default_linux.properties +++ b/net.sourceforge.phpeclipse/prefs/default_linux.properties @@ -0,0 +1,14 @@ +_php_run_pref=/opt/lamp/php/php +_external_parser=/opt/lamp/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 +_mysql_start_background=true +_apache_start_background=true +_apache_stop_background=true +_apache_restart_background=true \ No newline at end of file diff --git a/net.sourceforge.phpeclipse/prefs/default_macosx.properties b/net.sourceforge.phpeclipse/prefs/default_macosx.properties index e69de29..47e56e1 100644 --- a/net.sourceforge.phpeclipse/prefs/default_macosx.properties +++ b/net.sourceforge.phpeclipse/prefs/default_macosx.properties @@ -0,0 +1,14 @@ +_php_run_pref=/opt/lamp/php/php +_external_parser=/opt/lamp/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 +_mysql_start_background=true +_apache_start_background=true +_apache_stop_background=true +_apache_restart_background=true \ No newline at end of file -- 1.7.1