Salome HOME
Fix compilation error due API modification (returned type) of ReadField
[modules/med.git] / resources / MEDCatalog.xml.in
index 1f4c93588c3ce0191381d548f43d9088903031be..e7bab563e1af28f2728398da8be07617fe63f4fa 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='us-ascii' ?>
 <!--
-  Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+  Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 
   Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
   CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -22,7 +22,7 @@
   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 
 -->
+
 <!-- XML component catalog -->
 <begin-catalog>
 
 <!-- Component list -->
 <component-list>
 
-       <component>
-                <component-name>MEDOPFactory</component-name>
-               <component-username>MEDOP Factory</component-username>
-               <component-type>MED</component-type>
-               <component-author>Guillaume Boulant</component-author>
-               <component-version>@SALOMEMED_VERSION@</component-version>
-               <component-comment>Factory of SALOME components for MED Field operations</component-comment>
-               <component-multistudy>0</component-multistudy>
+        <component>
+                <component-name>MEDFactory</component-name>
+                <component-username>MEDCalc Factory</component-username>
+                <component-type>MED</component-type>
+                <component-author>Guillaume Boulant</component-author>
+                <component-version>@SALOMEMED_VERSION@</component-version>
+                <component-comment>Factory of SALOME components for MED Field operations</component-comment>
+        </component>
+
+        <component>
+            <component-name>MED</component-name>
+            <component-username>Med</component-username>
+            <component-type>MED</component-type>
+            <component-version>@SALOMEMED_VERSION@</component-version>
+            <component-comment>MED component engine</component-comment>
         </component>
 
 </component-list>