Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/emf/org.eclipse.papyrus.outline.emftree/plugin.xml')
-rw-r--r--examples/emf/org.eclipse.papyrus.outline.emftree/plugin.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/examples/emf/org.eclipse.papyrus.outline.emftree/plugin.xml b/examples/emf/org.eclipse.papyrus.outline.emftree/plugin.xml
index add958c9cbb..b56066c5a7f 100644
--- a/examples/emf/org.eclipse.papyrus.outline.emftree/plugin.xml
+++ b/examples/emf/org.eclipse.papyrus.outline.emftree/plugin.xml
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
- <extension
- point="org.eclipse.papyrus.infra.core.papyrusContentOutline">
- <contentoutline
- class="org.eclipse.papyrus.outline.emftree.ContentOutline"
- priority="1">
- </contentoutline>
- </extension>
-
-</plugin>
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+ <extension
+ point="org.eclipse.papyrus.infra.ui.papyrusContentOutline">
+ <contentoutline
+ class="org.eclipse.papyrus.outline.emftree.ContentOutline"
+ priority="1">
+ </contentoutline>
+ </extension>
+
+</plugin>

Back to the top