Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-03-05 14:17:58 +0000
committerCamille Letavernier2014-03-05 14:17:58 +0000
commite83f14c639d9dc5e2a72b0230088176026b280f2 (patch)
tree59b4b16abca2e879ae54e05ff17421394de6dad9
parent5c76e8db71b7b74795fc66bac84040c830c19e46 (diff)
downloadorg.eclipse.papyrus-e83f14c639d9dc5e2a72b0230088176026b280f2.tar.gz
org.eclipse.papyrus-e83f14c639d9dc5e2a72b0230088176026b280f2.tar.xz
org.eclipse.papyrus-e83f14c639d9dc5e2a72b0230088176026b280f2.zip
429239: [Resource Management] Refactoring of the 3-files model and
PageManager https://bugs.eclipse.org/bugs/show_bug.cgi?id=429239 - Temporarily disable the HistoryModel, which is a slave model of the DiModel (Which hasn't yet been properly reimplemented)
-rw-r--r--plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/plugin.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/plugin.xml b/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/plugin.xml
index 37c9dfd6541..47e8e85becb 100644
--- a/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/plugin.xml
+++ b/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/plugin.xml
@@ -18,10 +18,6 @@
</extension>
<extension
point="org.eclipse.papyrus.infra.core.model">
- <model
- classname="org.eclipse.papyrus.infra.services.controlmode.history.HistoryModel"
- description="Model for History">
- </model>
</extension>
</plugin>

Back to the top