From: axelcl Date: Sat, 11 Jun 2005 17:24:07 +0000 (+0000) Subject: All prefs for xampp administrated in external tools plugin. X-Git-Url: http://secure.phpeclipse.com All prefs for xampp administrated in external tools plugin. --- diff --git a/net.sourceforge.phpeclipse.externaltools/plugin.properties b/net.sourceforge.phpeclipse.externaltools/plugin.properties index 1acd37f..8a927ca 100644 --- a/net.sourceforge.phpeclipse.externaltools/plugin.properties +++ b/net.sourceforge.phpeclipse.externaltools/plugin.properties @@ -29,4 +29,4 @@ PreferencePage.externalToolsPreferences = PHP Launchers PreferencePage.antConsolePreferences = Console PreferencePage.antRuntimePreferences = Runtime -Program.externalTools = PHP Program \ No newline at end of file +Program.externalTools= PHP Program \ No newline at end of file diff --git a/net.sourceforge.phpeclipse.externaltools/plugin.xml b/net.sourceforge.phpeclipse.externaltools/plugin.xml index b570732..dc0f107 100644 --- a/net.sourceforge.phpeclipse.externaltools/plugin.xml +++ b/net.sourceforge.phpeclipse.externaltools/plugin.xml @@ -15,13 +15,14 @@ + + - @@ -242,5 +243,165 @@ expanderClass="net.sourceforge.phpdt.externaltools.variable.WorkingSetExpander"> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/net.sourceforge.phpeclipse.externaltools/prefs/default_linux.properties b/net.sourceforge.phpeclipse.externaltools/prefs/default_linux.properties new file mode 100644 index 0000000..47e56e1 --- /dev/null +++ b/net.sourceforge.phpeclipse.externaltools/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.externaltools/prefs/default_macosx.properties b/net.sourceforge.phpeclipse.externaltools/prefs/default_macosx.properties new file mode 100644 index 0000000..47e56e1 --- /dev/null +++ b/net.sourceforge.phpeclipse.externaltools/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 diff --git a/net.sourceforge.phpeclipse.externaltools/prefs/default_win32.properties b/net.sourceforge.phpeclipse.externaltools/prefs/default_win32.properties new file mode 100644 index 0000000..251b611 --- /dev/null +++ b/net.sourceforge.phpeclipse.externaltools/prefs/default_win32.properties @@ -0,0 +1,14 @@ +_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\\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 +_mysql_start_background=true +_apache_start_background=true +_apache_stop_background=true +_apache_restart_background=true \ No newline at end of file