Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/editor')
-rw-r--r--plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/plugin.xml b/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/plugin.xml
index 6b32122e773..445c9ea1478 100644
--- a/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/plugin.xml
+++ b/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/plugin.xml
@@ -2,10 +2,11 @@
<?eclipse version="3.4"?>
<plugin>
<extension-point id="org.eclipse.papyrus.editor.perspectiveconfiguration" name="org.eclipse.papyrus.editor.perspectiveconfiguration" schema="schema/org.eclipse.papyrus.editor.perspectiveconfiguration.exsd"/>
+ <!--
<extension
point="org.eclipse.ui.startup">
<startup
class="org.eclipse.papyrus.editor.perspectiveconfiguration.PerspectiveConfigurator"></startup>
</extension>
-
+ -->
</plugin>

Back to the top