Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2016-03-03 13:13:10 +0000
committerPierre-Charles David2016-03-03 14:19:42 +0000
commit09541dea92cdb4c5f04f0dcc36c2f76b5e8b0a97 (patch)
treebe48a58f7dee9c1e3271fcb532bb3b7773b8efef
parentdaae0310a7c875cad37254a536540fc80eada818 (diff)
downloadorg.eclipse.sirius-09541dea92cdb4c5f04f0dcc36c2f76b5e8b0a97.tar.gz
org.eclipse.sirius-09541dea92cdb4c5f04f0dcc36c2f76b5e8b0a97.tar.xz
org.eclipse.sirius-09541dea92cdb4c5f04f0dcc36c2f76b5e8b0a97.zip
[482528] Disable support for Model Explorer for now
It triggers too many bugs to be enabled by default. Bug: 482528 Change-Id: Ib00b3d3d9430fab2907a61c5b0d20e65e0b71cdb Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
-rw-r--r--incubation/org.eclipse.sirius.ui.properties/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/incubation/org.eclipse.sirius.ui.properties/plugin.xml b/incubation/org.eclipse.sirius.ui.properties/plugin.xml
index e55d1421cb..7372b9e2f2 100644
--- a/incubation/org.eclipse.sirius.ui.properties/plugin.xml
+++ b/incubation/org.eclipse.sirius.ui.properties/plugin.xml
@@ -44,9 +44,11 @@
class="org.eclipse.sirius.ui.properties.internal.EEFPropertySheetPageProvider"
contributorId="org.eclipse.sirius.tree.ui.EditorID">
</siriusPropertySheetPageProvider>
+ <!--
<siriusPropertySheetPageProvider
class="org.eclipse.sirius.ui.properties.internal.EEFPropertySheetPageProvider"
contributorId="org.eclipse.sirius.ui.tools.views.model.explorer">
</siriusPropertySheetPageProvider>
+ -->
</extension>
</plugin>

Back to the top