Salome HOME
Demonstration of the check-out icon
authormka <mka@opencascade.com>
Thu, 4 Apr 2013 12:11:06 +0000 (12:11 +0000)
committermka <mka@opencascade.com>
Thu, 4 Apr 2013 12:11:06 +0000 (12:11 +0000)
Workspace/Siman-WS/WebContent/conf/my.xml
Workspace/Siman/WebContent/conf/my.xml

index 6697d1742cc2959941d20b350eda3f49cde19805..e14a992dbfcdf84c27d4762f3fc077aea37f8608 100644 (file)
@@ -2,45 +2,17 @@
 
 <application>
 
-    <default-doctypes>
-        <step number="1">
-            <mapping extension="pdf"    type="requirements"/>
-            <mapping extension="doc"    type="specification"/>     <!-- Microsoft Word 2003 and earlier -->
-            <mapping extension="docx"   type="specification"/>     <!-- Microsoft Word 2007 and later   -->
-            <mapping extension="xml"    type="specification"/>     <!-- Microsoft Word 2007 Open XML    -->
-        </step>
-        <step number="2">
-            <mapping extension="doc"    type="design"/>
-            <mapping extension="docx"   type="design"/>
-            <mapping extension="xml"    type="design"/>
-        </step>
-        <step number="3">
-            <mapping extension="doc"    type="memorandum"/>
-            <mapping extension="docx"   type="memorandum"/>
-            <mapping extension="xml"    type="memorandum"/>
-            <mapping extension="sldprt" type="geometry"/>          <!-- SolidWorks Part                 -->
-            <mapping extension="sldasm" type="geometry"/>          <!-- SolidWorks Assembly             -->
-            <mapping extension="part"   type="geometry"/>          <!-- GEOM Part                       -->
-            <mapping extension="py"     type="geometry"/>          <!-- GEOM Python script              -->
-        </step>
-        <step number="4">
-            <mapping extension="doc"    type="memorandum"/>
-            <mapping extension="docx"   type="memorandum"/>
-            <mapping extension="xml"    type="memorandum"/>
-            <mapping extension="med"    type="model"/>
-            <mapping extension="py"     type="model"/>             <!-- SMESH Python script             -->
-        </step>
-    </default-doctypes>
-
     <modules>
-        <mapping extension="doc"    executable="winword.exe"/>
+<!--         <mapping extension="doc"    executable="winword.exe"/>
         <mapping extension="docx"   executable="winword.exe"/>
-        <mapping extension="xml"    executable="winword.exe"/>
-        <mapping extension="part"   executable="../sgeom/index.jsp"/>
-        <mapping extension="med"    executable="../smesh/index.jsp"/>
+        <mapping extension="xml"    executable="winword.exe"/> -->
+        <mapping extension="part"   executable="runSalome"/>
+        <mapping extension="med"    executable="runSalome"/>
+        <mapping extension="py"    executable="runSalome"/>
+        <!--mapping extension="xml"    executable="runSalome"/--> <!-- for YAKS activity -->
     </modules>
 
-    <viewers extension="pdf,brep" />
+    <viewers extension="pdf,brep,med" />
 
     <converters>
         <geometry from="sldprt" to="brep" executable="converter.exe"/>
index 8bdcd4353a1fc1609ad72d87df8065caa5736181..e14a992dbfcdf84c27d4762f3fc077aea37f8608 100644 (file)
@@ -8,6 +8,8 @@
         <mapping extension="xml"    executable="winword.exe"/> -->
         <mapping extension="part"   executable="runSalome"/>
         <mapping extension="med"    executable="runSalome"/>
+        <mapping extension="py"    executable="runSalome"/>
+        <!--mapping extension="xml"    executable="runSalome"/--> <!-- for YAKS activity -->
     </modules>
 
     <viewers extension="pdf,brep,med" />