cdt/cdt_6_0_x/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java
changeset 54 89a4ce4b37f5
parent 51 49c226a8748e
equal deleted inserted replaced
53:bf8d63f38814 54:89a4ce4b37f5
    47 	 * Launch configuration attribute key. The value is a name of a C/C++
    47 	 * Launch configuration attribute key. The value is a name of a C/C++
    48 	 * project associated with a C/C++ launch configuration.
    48 	 * project associated with a C/C++ launch configuration.
    49 	 */
    49 	 */
    50 	public static final String ATTR_PROJECT_NAME = CDT_LAUNCH_ID + ".PROJECT_ATTR"; //$NON-NLS-1$
    50 	public static final String ATTR_PROJECT_NAME = CDT_LAUNCH_ID + ".PROJECT_ATTR"; //$NON-NLS-1$
    51 
    51 
       
    52 	/**  Launch configuration attribute value constants for build before launch. 
       
    53 	  */  
       
    54 	public static final int BUILD_BEFORE_LAUNCH_DISABLED = 0;  
       
    55 	public static final int BUILD_BEFORE_LAUNCH_ENABLED = 1;
       
    56 	public static final int BUILD_BEFORE_LAUNCH_USE_WORKSPACE_SETTING = 2;
       
    57 	
       
    58 	/**  Launch configuration attribute key. The value is the ID of the project's  1.15 
       
    59 	 * build configuration that should be used when a build is required before launch.  1.16 
       
    60 	 */  
       
    61 	public static final String ATTR_BUILD_BEFORE_LAUNCH = CDT_LAUNCH_ID + ".ATTR_BUILD_BEFORE_LAUNCH_ATTR"; //$NON-NLS-1$  
       
    62 	
    52 	/**
    63 	/**
    53 	 * Launch configuration attribute key. The value is the ID of the project's
    64 	 * Launch configuration attribute key. The value is the ID of the project's
    54 	 * build configuration that should be used when a build is required before launch.
    65 	 * build configuration that should be used when a build is required before launch.
    55 	 */
    66 	 */
    56 	public static final String ATTR_PROJECT_BUILD_CONFIG_ID = CDT_LAUNCH_ID + ".PROJECT_BUILD_CONFIG_ID_ATTR"; //$NON-NLS-1$
    67 	public static final String ATTR_PROJECT_BUILD_CONFIG_ID = CDT_LAUNCH_ID + ".PROJECT_BUILD_CONFIG_ID_ATTR"; //$NON-NLS-1$