Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Ryall2006-11-02 18:38:28 +0000
committerKen Ryall2006-11-02 18:38:28 +0000
commitd770ae87277ab41a6e12dd5acb908373e6eea535 (patch)
tree910fc25a37d8e5720de5727ac8373844fa401af8 /debug/org.eclipse.cdt.debug.core/plugin.properties
parentfdabd9645c02460b6cbe435e46247c1b6cd0db21 (diff)
downloadorg.eclipse.cdt-d770ae87277ab41a6e12dd5acb908373e6eea535.tar.gz
org.eclipse.cdt-d770ae87277ab41a6e12dd5acb908373e6eea535.tar.xz
org.eclipse.cdt-d770ae87277ab41a6e12dd5acb908373e6eea535.zip
Fix bug 159833.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.core/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.core/plugin.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/plugin.properties b/debug/org.eclipse.cdt.debug.core/plugin.properties
index 363cd89f932..1fe0ca2488f 100644
--- a/debug/org.eclipse.cdt.debug.core/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.core/plugin.properties
@@ -7,6 +7,7 @@
#
# Contributors:
# QNX Software Systems - Initial API and implementation
+# Nokia - Added support for AbsoluteSourceContainer( 159833 )
###############################################################################
pluginName=C/C++ Development Tools Debug Model
providerName=Eclipse.org
@@ -24,3 +25,5 @@ containerName.mapEntry=Path Map Entry
containerDescription.mapEntry=An entry in a path mapping.
containerName.directory=File System Directory
containerDescription.directory=A directory in the local file system.
+containerName.absolutePath=Absolute File Path
+containerDescription.absolutePath=An absolute path to a file in the local file system.

Back to the top