]> SALOME platform Git repositories - tools/siman.git/blob - Workspace/Siman/WebContent/conf/my.xml
Salome HOME
Demonstration of the check-out icon
[tools/siman.git] / Workspace / Siman / WebContent / conf / my.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <application>
4
5     <modules>
6 <!--         <mapping extension="doc"    executable="winword.exe"/>
7         <mapping extension="docx"   executable="winword.exe"/>
8         <mapping extension="xml"    executable="winword.exe"/> -->
9         <mapping extension="part"   executable="runSalome"/>
10         <mapping extension="med"    executable="runSalome"/>
11         <mapping extension="py"    executable="runSalome"/>
12         <!--mapping extension="xml"    executable="runSalome"/--> <!-- for YAKS activity -->
13     </modules>
14
15     <viewers extension="pdf,brep,med" />
16
17     <converters>
18         <geometry from="sldprt" to="brep" executable="converter.exe"/>
19         <geometry from="py"     to="brep" executable="converter.exe"/>
20     </converters>
21
22     <templates>
23         <document type="specification" file="specification.xml"/>
24         <document type="design"        file="design.xml"/>
25     </templates>
26
27 </application>