Skip to content

Commit

Permalink
[333] Migrate data used by SimpleELKLayoutTest
Browse files Browse the repository at this point in the history
This commit just migrates the data used by SimpleELKLayoutTest without
any change.
It also seems that some diagrams have not been refreshed according to
previous modifications done on VSM file. All diagrams have been opened
(and so refreshed) for this commit.

Bug: #333
  • Loading branch information
lredor committed Jun 26, 2024
1 parent bcd26f2 commit 84259f8
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 206 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="My" version="12.0.0.2017041100">
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="My" version="15.4.0.202401051836">
<ownedViewpoints name="ElkTestViewpoint" modelFileExtension="ecore">
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="SimpleDiagramWithSVGShape" domainClass="ecore::EPackage" enablePopupBars="true">
<metamodel href="http://www.eclipse.org/emf/2002/Ecore#/"/>
Expand Down Expand Up @@ -578,7 +578,7 @@
<targets>PARENT</targets>
<value name="DOWN"/>
</layoutOptions>
<layoutOptions xsi:type="description_1:EnumLayoutOption" id="org.eclipse.elk.layered.considerModelOrder">
<layoutOptions xsi:type="description_1:EnumLayoutOption" id="org.eclipse.elk.layered.considerModelOrder.strategy">
<targets>PARENT</targets>
<value name="NODES_AND_EDGES"/>
</layoutOptions>
Expand Down Expand Up @@ -628,7 +628,7 @@
<targets>PARENT</targets>
<value name="DOWN"/>
</layoutOptions>
<layoutOptions xsi:type="description_1:EnumLayoutOption" id="org.eclipse.elk.layered.considerModelOrder">
<layoutOptions xsi:type="description_1:EnumLayoutOption" id="org.eclipse.elk.layered.considerModelOrder.strategy">
<targets>PARENT</targets>
<value name="NONE"/>
</layoutOptions>
Expand Down
Loading

0 comments on commit 84259f8

Please sign in to comment.