Salome HOME
Merge remote-tracking branch 'remotes/origin/HigherLevelObjectsHistory'
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
1 <plugin>
2   <workbench id="Construction">
3     <group id="Basic">
4       <feature
5         id="Point"
6         title="Point"
7         tooltip="Create point"
8         icon="icons/Construction/point.png"
9         helpfile="pointFeature.html">
10         <source path="point_widget.xml" />
11       </feature>
12       <feature
13         id="Axis"
14         title="Axis"
15         tooltip="Create axis"
16         icon="icons/Construction/axis.png"
17         helpfile="axisFeature.html">
18         <source path="axis_widget.xml" />
19       </feature>
20       <feature
21         id="Plane"
22         title="Plane"
23         tooltip="Create plane"
24         icon="icons/Construction/plane.png"
25         helpfile="planeFeature.html">
26         <source path="plane_widget.xml" />
27       </feature>
28     </group>
29   </workbench>
30 </plugin>