]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
NRI : Add Catalog.
authornri <nri@opencascade.com>
Mon, 19 May 2003 12:03:22 +0000 (12:03 +0000)
committernri <nri@opencascade.com>
Mon, 19 May 2003 12:03:22 +0000 (12:03 +0000)
Makefile.in
resources/VISUCatalog.xml [new file with mode: 0644]

index 8e49624084b5e1df0b9b38e3bf0eed1a799c03d6..881182bbc224074ad922e21ad3f88ea0548ffd28 100644 (file)
@@ -42,6 +42,7 @@ Visu_wireframe.png \
 Visu_scaling.png \
 VISU_en.xml \
 VISU_fr.xml \
+VISUCatalog.xml \
 Visu_tree_visu.png \
 Visu_streamlines.png
 
diff --git a/resources/VISUCatalog.xml b/resources/VISUCatalog.xml
new file mode 100644 (file)
index 0000000..46eb84b
--- /dev/null
@@ -0,0 +1,26 @@
+<?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>VISU</component-name>
+               <component-username>Post-Pro</component-username>
+               <component-type>VISU</component-type>
+               <component-author>NRI</component-author>
+               <component-version> 1.0</component-version>
+               <component-comment>Visu component - Maquette septembre</component-comment>
+               <component-multistudy>1</component-multistudy>
+               <component-icone>ModuleVisu.png</component-icone>
+       <constraint>hostname = localhost</constraint>
+       </component>
+</component-list>
+</begin-catalog>