Salome HOME
NRI : Add Catalog.
authornri <nri@opencascade.com>
Mon, 19 May 2003 12:10:39 +0000 (12:10 +0000)
committernri <nri@opencascade.com>
Mon, 19 May 2003 12:10:39 +0000 (12:10 +0000)
Makefile.in
resources/MEDCatalog.xml [new file with mode: 0644]

index 493e48a28768a918a95b01de2f88d27d0730c04b..6e0cc77cde083f124e32a36f3b4955855b6e55e6 100644 (file)
@@ -17,6 +17,7 @@ VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl:
 SUBDIRS = idl src
 
 RESOURCES_FILES = \
+MEDCatalog.xml \
 Med_en.xml \
 Data.png \
 Infos.png \
diff --git a/resources/MEDCatalog.xml b/resources/MEDCatalog.xml
new file mode 100644 (file)
index 0000000..ec482af
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version='1.0' encoding='us-ascii' ?>
+<!-- XML component catalog -->
+<begin-catalog>
+
+<!-- Path prefix information -->
+
+<path-prefix-list>
+</path-prefix-list>
+
+<!-- Component list -->
+<component-list>
+       <component>
+               <!-- Component identification -->
+               <component-name>MED</component-name>
+               <component-username>Med</component-username>
+               <component-type>MESH</component-type>
+               <component-author>Patrick GOLDBRONN</component-author>
+               <component-version> 1.0</component-version>
+               <component-comment>MED memoire</component-comment>
+               <component-multistudy>1</component-multistudy>
+               <component-icone>ModuleMed.png</component-icone>
+
+               <!-- component interface list -->
+               <component-interface-list>
+                       <!-- component interface identification -->
+                       <component-interface-name>MED</component-interface-name>
+                       <component-interface-comment>No comment</component-interface-comment>
+
+                       <!-- Component service list-->
+                       <component-service-list>
+                       </component-service-list>
+               </component-interface-list>
+        <!-- <constraint>hostname = localhost</constraint> -->
+        </component>
+</component-list>
+</begin-catalog>