1) Reintroduced some out commented methods. (Did break some preference settings)
[phpeclipse.git] / net.sourceforge.phpeclipse.launching / src / net / sourceforge / phpdt / internal / launching / PHPLaunchConfigurationAttribute.java
index 894a2c9..9ab17f6 100644 (file)
@@ -45,5 +45,11 @@ public interface PHPLaunchConfigurationAttribute {
        static final String OPEN_DBGSESSION_IN_BROWSER = PHPLaunchingPlugin.PLUGIN_ID
                        + ".OPEN_DBGSESSION_IN_BROWSER";
 
+       static final String OPEN_DBGSESSION_IN_EXTERNAL_BROWSER = PHPLaunchingPlugin.PLUGIN_ID
+                       + ".OPEN_DBGSESSION_IN_EXTERNAL_BROWSER";
+
+       static final String RELAUNCH_ON_SCRIPT_TERMINATION = PHPLaunchingPlugin.PLUGIN_ID
+                       + ".RELAUNCH_ON_SCRIPT_TERMINATION";
+
        static final String FILE_MAP = PHPLaunchingPlugin.PLUGIN_ID + ".FILE_MAP";
-}
\ No newline at end of file
+}