From: axelcl <axelcl>
Date: Tue, 22 Feb 2005 20:18:20 +0000 (+0000)
Subject: configure default values from outside of the jar
X-Git-Url: http://secure.phpeclipse.com?hp=769bda330f3fa8160284d98fc4263b86c1bfb6f0

configure default values from outside of the jar
---

diff --git a/net.sourceforge.phpeclipse/prefs/default_linux.properties b/net.sourceforge.phpeclipse/prefs/default_linux.properties
new file mode 100644
index 0000000..e69de29
diff --git a/net.sourceforge.phpeclipse/prefs/default_macosx.properties b/net.sourceforge.phpeclipse/prefs/default_macosx.properties
new file mode 100644
index 0000000..e69de29
diff --git a/net.sourceforge.phpeclipse/prefs/default_win32.properties b/net.sourceforge.phpeclipse/prefs/default_win32.properties
index d10f2ec..bb18370 100644
--- a/net.sourceforge.phpeclipse/prefs/default_win32.properties
+++ b/net.sourceforge.phpeclipse/prefs/default_win32.properties
@@ -1,6 +1,6 @@
-_php_run_pref=c:\\apache\\php\\php.exe
-_external_parser=c:\\apache\php\\php -l -f {0}
-_mysql_run_pref=c:\\apache\\mysql\\bin\\mysqld-nt.exe
+_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_start=-c \"DocumentRoot \"{0}\"\"