]> SALOME platform Git repositories - tools/siman.git/blob - Workspace/Siman/WebContent/conf/my.xml
Salome HOME
Applet is working now and calls runSalome with appropriate parameters. New ant target...
[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     </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>