X-Git-Url: http://hudson.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java index e9278cf..2f85249 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java @@ -55,6 +55,10 @@ public interface IPreferenceConstants { public static final String APACHE_RESTART_BACKGROUND = "_apache_restart_background"; public static final String APACHE_RESTART_PREF = "__apache_restart"; + + public static final String HTTPD_CONF_PATH_PREF = "__httpd_conf_path"; + + public static final String ETC_HOSTS_PATH_PREF = "__etc_hosts_path"; public static final String SHOW_OUTPUT_IN_CONSOLE = "_show_output_in_console"; @@ -63,7 +67,7 @@ public interface IPreferenceConstants { public static final String EXTERNAL_PARSER_PREF = "_external_parser"; public static final String PHP_EXTENSION_PREFS = "_php_parser_extensions"; - + public static final String PHP_PARSER_DEFAULT = "_php_parser_default"; // public static final String PHP_INTERNAL_PARSER = "_php_internal_parser";