Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f3459a7b96a6e1fb508dda1ab2c31444a135d136 (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.extra.layout.feature" label="%featureName" provider-name="%providerName" version="0.10.0.qualifier">

   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2008-2012 CEA LIST, Atos Origin, Conselleria de
Infraestructuras y Transporte, Generalitat de la Comunitat Valenciana
and others 
All rights reserved.   This program and the accompanying materials
are made available under the terms of the Eclipse Public License
v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
   </copyright>

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

   <plugin download-size="0" id="org.eclipse.papyrus.layout" install-size="0" unpack="false" version="0.0.0"/>

   <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.gridAlgorithm" install-size="0" unpack="false" version="0.0.0"/>

   <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm" install-size="0" unpack="false" version="0.0.0"/>

   <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm" install-size="0" unpack="false" version="0.0.0"/>

   <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm" install-size="0" unpack="false" version="0.0.0"/>

   <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.radialAlgorithm" install-size="0" unpack="false" version="0.0.0"/>

   <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.springAlgorithm" install-size="0" unpack="false" version="0.0.0"/>

   <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.treeAlgorithm" install-size="0" unpack="false" version="0.0.0"/>

   <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.verticalAlgorithm" install-size="0" unpack="false" version="0.0.0"/>

   <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm" install-size="0" unpack="false" version="0.0.0"/>

   <plugin download-size="0" id="org.eclipse.papyrus.layout.subeditor.gmf" install-size="0" unpack="false" version="0.0.0"/>

</feature>

Back to the top