Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-03-19 18:30:55 +0000
committerDarin Wright2004-03-19 18:30:55 +0000
commit0713e66e6c20e17e1917e2c34416fbf827c9edf5 (patch)
treecfd214c5ad0ea8bd135f3c128f402f2a8108e3b5 /org.eclipse.debug.core/plugin.properties
parentd33002924dadd0077c9e70e1744d426318613c66 (diff)
downloadeclipse.platform.debug-0713e66e6c20e17e1917e2c34416fbf827c9edf5.tar.gz
eclipse.platform.debug-0713e66e6c20e17e1917e2c34416fbf827c9edf5.tar.xz
eclipse.platform.debug-0713e66e6c20e17e1917e2c34416fbf827c9edf5.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.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/plugin.properties b/org.eclipse.debug.core/plugin.properties
index f72c05e5a..7936d7a3c 100644
--- a/org.eclipse.debug.core/plugin.properties
+++ b/org.eclipse.debug.core/plugin.properties
@@ -35,7 +35,9 @@ profile=&Profile
env_var.description=The value of an environment variable. A variable name must be specified as an argument.
containerName.archive = Archive
-containerDescription.archive = An archive
+containerDescription.archive = A jar or zip in the workspace containing source files
+containerName.externalArchive = External Archive
+containerDescription.externalArchive = A jar or zip in the local file system containing source files
containerName.project = Project
containerDescription.project = A project in the workspace
containerName.folder = Folder

Back to the top