1) Interpret the local to remote path mappings as project relative path to server...
[phpeclipse.git] / net.sourceforge.phpeclipse.launching / src / net / sourceforge / phpdt / internal / launching / PHPLaunchConfigurationAttribute.java
index cd05cf3..5cc70dc 100644 (file)
@@ -4,6 +4,7 @@ package net.sourceforge.phpdt.internal.launching;
 
 public interface PHPLaunchConfigurationAttribute {
        static final String PHP_LAUNCH_CONFIGURATION_TYPE = "net.sourceforge.phpdt.launching.LaunchConfigurationTypePHPApplication";
+       static final String PHP_LAUNCH_PROCESS_TYPE = "net.sourceforge.phpdt.launching.processType";
 
        static final String CUSTOM_LOAD_PATH = PHPLaunchingPlugin.PLUGIN_ID + ".CUSTOM_LOAD_PATH";
        static final String FILE_NAME = PHPLaunchingPlugin.PLUGIN_ID + ".FILE_NAME";