Salome HOME
Default document types mappings are moved from application settings (my.xml) to proje...
[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="../sgeom/index.jsp"/>
10         <mapping extension="med"    executable="../smesh/index.jsp"/>
11     </modules>
12
13     <viewers extension="pdf,brep" />
14
15     <converters>
16         <geometry from="sldprt" to="brep" executable="converter.exe"/>
17         <geometry from="py"     to="brep" executable="converter.exe"/>
18     </converters>
19
20     <templates>
21         <document type="specification" file="specification.xml"/>
22         <document type="design"        file="design.xml"/>
23     </templates>
24
25 </application>