]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/WebContent/conf/som.xml
Salome HOME
Loading of mappings of document types to lists of file formats is implemented. Projec...
[tools/siman.git] / Workspace / Siman / WebContent / conf / som.xml
index 0aeae571eac42fa78b356436926a13f0d5ae69ac..a8cb18e48b7b37ed76f7e0d4179f20e2dc52077f 100644 (file)
 
 <!-- 3. Check-in check-out information
      Defines the way documents involved in the check-in check-out operations must be processed.
+     Files with import formats are automatically imported into SALOME during check-out if they are uptodate.
+     Other files are downloaded.
      -->
     <mappings>
         <document type="geometry">
-            <source format="step" process="file-download"/>   <!-- Geometry created from STEP import        -->
-            <source format="py"   process="file-download"/>   <!-- Geometry created from Python execution   -->
-            <source format="xml"  process="ocaf-import"/>     <!-- Geometry created interactively           -->
-            <export format="brep"/>                           <!-- Result Shape                             -->
+            <import format="brep"/>     <!-- Result Shape                             -->
         </document>
         <document type="model">
-            <source format="py"   process="file-download"/>   <!-- Mesh created from Python execution       -->
-            <source format="xml"  process="ocaf-import"/>     <!-- Mesh including input parameters          -->
-            <export format="med"/>                            <!-- Result mesh without input parameters     -->
+            <import format="med"/>      <!-- Result mesh without input parameters     -->
         </document>
         <document type="loads">
-            <source format="py"   process="file-download"/>   <!-- Input data created from Python execution -->
-            <source format="c3m"  process="c3m-import"/>      <!-- Input data created interactively         -->
+            <import format="c3m"/>      <!-- Input data created interactively         -->
         </document>
         <document type="results">
-            <source format="med"  process="med-import"/>      <!-- Calculation results source file          -->
+            <import format="med"/>      <!-- Calculation results source file          -->
         </document>
     </mappings>
 </project-structure>
\ No newline at end of file