Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-01-21 20:07:31 +0000
committerDarin Wright2004-01-21 20:07:31 +0000
commit95cdbf05b1892fa256a1b2e07f08953e53125af5 (patch)
tree29e2058a438b25448b5adcb047f5b7f275652bad /org.eclipse.debug.core/plugin.properties
parent1c40d86295f04b2e2fbf1be0dfdfcaad6446e0b1 (diff)
downloadeclipse.platform.debug-95cdbf05b1892fa256a1b2e07f08953e53125af5.tar.gz
eclipse.platform.debug-95cdbf05b1892fa256a1b2e07f08953e53125af5.tar.xz
eclipse.platform.debug-95cdbf05b1892fa256a1b2e07f08953e53125af5.zip
Bug 29890 - Debug Platform Source Lookup Facilites
Diffstat (limited to 'org.eclipse.debug.core/plugin.properties')
-rw-r--r--org.eclipse.debug.core/plugin.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/plugin.properties b/org.eclipse.debug.core/plugin.properties
index a001d30d6..704eac500 100644
--- a/org.eclipse.debug.core/plugin.properties
+++ b/org.eclipse.debug.core/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2003 IBM Corporation and others.
+# Copyright (c) 2000, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
@@ -33,3 +33,9 @@ debug=&Debug
profile=&Profile
env_var.description=The value of an environment variable. A variable name must be specified as an argument.
+
+containerName.project = Project
+containerName.folder = Folder
+containerName.directory = Directory
+containerName.workspace = Workspace
+containerName.default = Default \ No newline at end of file

Back to the top