Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Faltermeier2014-10-27 10:04:12 +0000
committerJohannes Faltermeier2014-10-27 10:04:12 +0000
commit1ff9d30e1793bc85bf07ec99bf0559e0b1aa3b01 (patch)
treea741b780d1e4f3a1576578dad0206150666b5441
parente5ddd4e72aa1d4c64a7a8341fd84382dea27c70c (diff)
downloadorg.eclipse.emf.edapt-1ff9d30e1793bc85bf07ec99bf0559e0b1aa3b01.tar.gz
org.eclipse.emf.edapt-1ff9d30e1793bc85bf07ec99bf0559e0b1aa3b01.tar.xz
org.eclipse.emf.edapt-1ff9d30e1793bc85bf07ec99bf0559e0b1aa3b01.zip
[417343] - Migrate to EMF Compare 2.x
Removed ComparisonView and ConvergenceView + their handlers, menu/toolbar contributions
-rw-r--r--plugins/org.eclipse.emf.edapt.history.editor/plugin.xml53
1 files changed, 0 insertions, 53 deletions
diff --git a/plugins/org.eclipse.emf.edapt.history.editor/plugin.xml b/plugins/org.eclipse.emf.edapt.history.editor/plugin.xml
index e09eac7..0f7b5f9 100644
--- a/plugins/org.eclipse.emf.edapt.history.editor/plugin.xml
+++ b/plugins/org.eclipse.emf.edapt.history.editor/plugin.xml
@@ -354,12 +354,6 @@
id="org.eclipse.emf.edapt.history.reconstruction.ui.ReconstructionView"
name="Reconstruction View">
</view>
- <view
- category="org.eclipse.emf.edapt.view.category"
- class="org.eclipse.emf.edapt.history.reconstruction.ui.ComparisonView"
- id="org.eclipse.emf.edapt.history.reconstruction.ui.ComparisonView"
- name="Comparison View">
- </view>
</extension>
<extension
point="org.eclipse.ui.commands">
@@ -387,12 +381,6 @@
id="org.eclipse.emf.edapt.ReconstructWithHistory"
name="Reconstruct with History">
</command>
- <command
- categoryId="org.eclipse.emf.edapt"
- defaultHandler="org.eclipse.emf.edapt.history.reconstruction.ui.CompareHandler"
- id="org.eclipse.emf.edapt.Compare"
- name="Compare">
- </command>
<category
id="org.eclipse.emf.edapt"
name="Edapt">
@@ -445,29 +433,6 @@
</reference>
</visibleWhen>
</command>
- <command
- commandId="org.eclipse.emf.edapt.Compare"
- style="push">
- <visibleWhen
- checkEnabled="false">
- <with
- variable="selection">
- <count
- value="+">
- </count>
- <iterate>
- <or>
- <instanceof
- value="org.eclipse.emf.edapt.spi.history.Change">
- </instanceof>
- <instanceof
- value="org.eclipse.emf.edapt.spi.history.Release">
- </instanceof>
- </or>
- </iterate>
- </with>
- </visibleWhen>
- </command>
</menu>
</menuContribution>
</extension>
@@ -527,13 +492,6 @@
id="org.eclipse.emf.edapt.history.instantiation.view.operationsBrowser"
name="Operation Browser">
</view>
- <view
- category="org.eclipse.emf.edapt.view.category"
- class="org.eclipse.emf.edapt.history.instantiation.ui.ConvergenceView"
- id="org.eclipse.emf.edapt.history.instantiation.ui.ConvergenceView"
- name="Convergence View"
- restorable="true">
- </view>
</extension>
<extension
point="org.eclipse.ui.menus">
@@ -624,11 +582,6 @@
label="Release"
style="push">
</command>
- <command
- commandId="org.eclipse.emf.edapt.Converge"
- label="Converge"
- style="push">
- </command>
</menuContribution>
</extension>
<extension
@@ -645,12 +598,6 @@
id="org.eclipse.emf.edapt.Release"
name="Release">
</command>
- <command
- categoryId="org.eclipse.emf.edapt"
- defaultHandler="org.eclipse.emf.edapt.history.instantiation.ui.ConvergeHandler"
- id="org.eclipse.emf.edapt.Converge"
- name="Converge">
- </command>
<category
id="org.eclipse.emf.edapt"
name="Edapt">

Back to the top