Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-03-12 20:09:02 +0000
committerDarin Wright2008-03-12 20:09:02 +0000
commit78c7c767ef5fc220099ef032385a157637ea1208 (patch)
treeb744ff8f731c5ff1d69f7b689a211b93a7955766 /org.eclipse.debug.examples.ui
parenta5caedca52ff902b65f62138d66cb4045c2d4f6a (diff)
downloadeclipse.platform.debug-78c7c767ef5fc220099ef032385a157637ea1208.tar.gz
eclipse.platform.debug-78c7c767ef5fc220099ef032385a157637ea1208.tar.xz
eclipse.platform.debug-78c7c767ef5fc220099ef032385a157637ea1208.zip
example update
Diffstat (limited to 'org.eclipse.debug.examples.ui')
-rw-r--r--org.eclipse.debug.examples.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.examples.ui/plugin.xml b/org.eclipse.debug.examples.ui/plugin.xml
index 388e265a5..524c4ffa6 100644
--- a/org.eclipse.debug.examples.ui/plugin.xml
+++ b/org.eclipse.debug.examples.ui/plugin.xml
@@ -197,7 +197,7 @@
<!-- FLEXIBLE HIERARCHY EXAMPLE
<factory
adaptableType="org.eclipse.debug.examples.core.pda.model.PDADebugTarget"
- class="example.debug.ui.adapters.AdapterFactory">
+ class="org.eclipse.debug.examples.ui.pda.adapters.AdapterFactory">
<adapter
type="org.eclipse.debug.internal.ui.viewers.model.provisional.IElementContentProvider">
</adapter>

Back to the top