Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-04-07 15:28:07 +0000
committerDarin Wright2004-04-07 15:28:07 +0000
commit42eaa9b528f8e5286ceee0af70f2ffd5568a1744 (patch)
tree5d478ab853dfac074853126bbcc0d03ea5969f4f /org.eclipse.debug.ui/plugin.xml
parent00e3866fbb5a0d22765ad0a395044ac97ce55a45 (diff)
downloadeclipse.platform.debug-42eaa9b528f8e5286ceee0af70f2ffd5568a1744.tar.gz
eclipse.platform.debug-42eaa9b528f8e5286ceee0af70f2ffd5568a1744.tar.xz
eclipse.platform.debug-42eaa9b528f8e5286ceee0af70f2ffd5568a1744.zip
Bug 29890 - Debug Platform Source Lookup Facilites
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 81509554d..7231f1365 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1671,7 +1671,7 @@
point="org.eclipse.debug.core.sourceContainerTypes">
<sourceContainerType
name="%containerName.workingSet"
- class="org.eclipse.debug.internal.ui.sourcelookup.containers.WorkingSetSourceContainerType"
+ class="org.eclipse.debug.internal.ui.sourcelookup.WorkingSetSourceContainerType"
id="org.eclipse.debug.ui.containerType.workingSet">
</sourceContainerType>
</extension>

Back to the top