Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b64949abc94b1f57b4ab3f6f4426d50aad1efab1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.sirius.diagram.elk.feature"
      label="%featureName"
      version="6.0.1.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.license"
      license-feature-version="0.0.0">

   <description url="http://www.eclipse.org/sirius">
      ELK integration allowing to arrange diagram with ELK layout algorithms.
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <includes
         id="org.eclipse.elk.algorithms.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.elk.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.elk.graphviz.feature"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.sirius.diagram.elk"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top