Skip to content

Commit

Permalink
add sirius.diagram.elk to the studio
Browse files Browse the repository at this point in the history
contributes to #221

Signed-off-by: Didier Vojtisek <[email protected]>
  • Loading branch information
dvojtise committed Feb 2, 2021
1 parent 3546201 commit 4cdfd3b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ http://www.eclipse.org/legal/epl-v10.html
<import feature="org.eclipse.ajdt" version="0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.fx.ide.basic.feature" version="2.2.0.201508240705" match="greaterOrEqual"/>
<import feature="org.eclipse.fx.ide.pde.feature" version="2.2.0.201508240705" match="greaterOrEqual"/>
<import feature="org.eclipse.sirius.runtime.ide.xtext" version="5.0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.sirius.specifier" version="5.0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.sirius.runtime.ide.xtext" version="6.0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.sirius.specifier" version="6.0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.sirius.diagram.elk.feature" version="6.0.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.amalgam.discovery.modeling"/>
<import feature="org.eclipse.elk.feature" version="0.1.0.201607121925" match="greaterOrEqual"/>
<import feature="org.eclipse.elk.feature" version="0.7.0" match="greaterOrEqual"/>
<import plugin="openjfx.base"/>
<import plugin="openjfx.controls"/>
<import plugin="openjfx.fxml"/>
Expand Down

0 comments on commit 4cdfd3b

Please sign in to comment.