From 1ec92f220c38d91c6bfd9398d652605b8769064d Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 24 Sep 2002 03:57:47 +0000 Subject: [PATCH] Put this back with the old ATTR name if not old project will silently fail. --- .../eclipse/cdt/launch/ICDTLaunchConfigurationConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ICDTLaunchConfigurationConstants.java b/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ICDTLaunchConfigurationConstants.java index b31bcf64fa5..00f9e570868 100644 --- a/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ICDTLaunchConfigurationConstants.java +++ b/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ICDTLaunchConfigurationConstants.java @@ -12,7 +12,7 @@ public interface ICDTLaunchConfigurationConstants { * Launch configuration attribute key. The value is a name of * a C/C++ project associated with a C/C++ launch configuration. */ - public static final String ATTR_PROJECT_NAME = LaunchUIPlugin.getUniqueIdentifier() + ".PROJECT_NAME"; //$NON-NLS-1$ + public static final String ATTR_PROJECT_NAME = LaunchUIPlugin.getUniqueIdentifier() + ".PROJECT_ATTR"; //$NON-NLS-1$ /** * Launch configuration attribute key. The value is a string specifying