Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
authorAlain Magloire2002-09-24 03:57:47 +0000
committerAlain Magloire2002-09-24 03:57:47 +0000
commit1ec92f220c38d91c6bfd9398d652605b8769064d (patch)
tree801efe8b363e70cfbe684fcb5a4cf6d01f8d4cee /launch
parent97fb504d21988aa5f6f5193748a5456c611bcc3d (diff)
downloadorg.eclipse.cdt-1ec92f220c38d91c6bfd9398d652605b8769064d.tar.gz
org.eclipse.cdt-1ec92f220c38d91c6bfd9398d652605b8769064d.tar.xz
org.eclipse.cdt-1ec92f220c38d91c6bfd9398d652605b8769064d.zip
Put this back with the old ATTR name if not old project
will silently fail.
Diffstat (limited to 'launch')
-rw-r--r--launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ICDTLaunchConfigurationConstants.java2
1 files changed, 1 insertions, 1 deletions
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

Back to the top