Salome HOME
Update for 5X
[tools/install.git] / config_Mandriva_2006.0.xml
index 6b709bfda3e88272b76a2c97b688239fd8e2f891..5530f9a73a53bb830fa770b82cb2568eaebd4cfc 100755 (executable)
@@ -2,7 +2,7 @@
 
   <config version="5.0.0"
          caption="SALOME v%1"
-          copyright="&lt;h5>Copyright (C) 2003-2008 OPEN CASCADE,&lt;br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,&lt;br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS&lt;/h5>"
+          copyright="&lt;h5>Copyright (C) 2003-2008 &lt;br>OPEN CASCADE, CEA/DEN, EDF R&amp;D&lt;/h5>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Mandriva2006.0"
          targetdir="${HOME}/salome_5.0.0"
                    installdiskspace="232,120,2583"
                    script="GHS3DPLUGIN.sh"/>
     </product>
+    <product name="HELLO" 
+             type="component"
+            description="Example SALOME C++ module: Hello.">
+      <installation os="Mandriva2006.0"
+                    version="4.1.2" 
+                   disable="false"
+                   installdiskspace="2686,196,12245"
+                   script="HELLO.sh"/>
+    </product>
+    <product name="PYHELLO" 
+             type="component"
+            description="Example SALOME Python module: Hello.">
+      <installation os="Mandriva2006.0"
+                    version="4.1.2" 
+                   disable="false"
+                   installdiskspace="104,260,2029"
+                   script="PYHELLO.sh"/>
+    </product>
     <product name="LIGHT"
              type="component"
             description="LIGHT SALOME module example">
                    installdiskspace="0,48711,0"
                    script="SAMPLES.sh"/>
     </product>
-    <product name="DOCUMENTATION"
-            type="component"
-             description="SALOME documentation">
-      <installation os="Mandriva2006.0"
-                    version="5.0.0" 
-                   disable="false"
-                   installdiskspace="0,205188,0"
-                   script="DOCUMENTATION.sh"/>
-    </product>
 
     <product name="tcltk" 
              type="prerequisite"
       <dep>GEOM</dep>
       <dep>SMESH</dep>
     </product>
+    <product name="HELLO">
+      <dep>boost</dep>
+      <dep>OpenCascade</dep>
+      <dep>Python</dep>
+      <dep>Qt</dep>
+      <dep>OmniORB</dep>
+      <dep>KERNEL</dep>
+      <dep>GUI</dep>
+    </product>
+    <product name="PYHELLO">
+      <dep>Python</dep>
+      <dep>OmniORB</dep>
+      <dep>KERNEL</dep>
+      <dep>GUI</dep>
+    </product>
     <product name="LIGHT">
       <dep>OpenCascade</dep>
       <dep>Python</dep>