]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Update Salome version up to 5.1.6
authorinv <inv@opencascade.com>
Mon, 8 Aug 2011 06:57:55 +0000 (06:57 +0000)
committerinv <inv@opencascade.com>
Mon, 8 Aug 2011 06:57:55 +0000 (06:57 +0000)
17 files changed:
README
config_Debian_3.1.xml
config_Debian_4.0.xml
config_Debian_4.0_64bit.xml
config_Debian_5.0_64bit.xml
config_Debian_6.0_64bit.xml
config_Fedora_Core_6.xml
config_Mandriva_2006.0.xml
config_Mandriva_2006.0_64bit.xml
config_Mandriva_2008.0.xml
config_Mandriva_2008.0_64bit.xml
config_Mandriva_2010.0.xml
config_Mandriva_2010.0_64bit.xml
config_Red_Hat_Enterprise_WS_4_64bit.xml
config_Scientific_SL_5.1_64bit.xml
config_files/common.sh
doc/readme.html

diff --git a/README b/README
index 3ba16a478a2958c294b102e774de67c54c215f46..aeec15f1b0fd37566db834ee984ad383fcec428d 100644 (file)
--- a/README
+++ b/README
                source salome.csh
 
           where <KERNEL_ROOT_DIR> is KERNEL binaries directory, e.g. 
-          KERNEL_5.1.5 for the 5.1.5 version.
+          KERNEL_5.1.6 for the 5.1.6 version.
 
      2.2. Launching of SALOME
        
           After you set environment you can start SALOME. Go to the KERNEL 
-          module's binaries directory (KERNEL_5.1.5/bin/salome for the version 
-          5.1.5) by using of 'cd' command and then type:
+          module's binaries directory (KERNEL_5.1.6/bin/salome for the version 
+          5.1.6) by using of 'cd' command and then type:
 
                runSalome [<parameters>]
 
           In this scenario it is supposed that you have installed SALOME
           modules sources in the /home/user/salome directory. The name of each module
           sources directory depends on the version of the platform, for example,
-          KERNEL_SRC_5.1.5 for KERNEL module of SALOME version 5.1.5.
+          KERNEL_SRC_5.1.6 for KERNEL module of SALOME version 5.1.6.
 
           Compilation and installation should be performed according to 
           the dependencies between modules:
 
           - create a configuration script by typing
 
-               ../KERNEL_SRC_5.1.5/build_configure
+               ../KERNEL_SRC_5.1.6/build_configure
 
           - run configure script which will check the environment and create 
            Makefile files:
 
-               ../KERNEL_SRC_5.1.5/configure --prefix=/home/user/salome/KERNEL-5.1.5
+               ../KERNEL_SRC_5.1.6/configure --prefix=/home/user/salome/KERNEL-5.1.6
 
           Note, that --prefix option defines the directory where you want to 
           install KERNEL module after 'make install' procedure. configure script
                make install
 
           After you have completed this scenario, KERNEL module is built and 
-          installed into /home/user/salome/KERNEL-5.1.5 directory.
+          installed into /home/user/salome/KERNEL-5.1.6 directory.
 
           - modify your environment scripts:
 
           * for bash:
 
-               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-5.1.5
+               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-5.1.6
 
           * for csh:
 
-               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-5.1.5
+               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-5.1.6
 
           - then repeat this scenario for other modules you want to build taking 
             into account the dependencies between modules (see dependencies table
 
                setenv MODULE_ROOT_DIR /home/user/salome/<MODULE_distribution>
 
-          where <MODULE_distribution> is a MODULE-5.1.5 (see above).
+          where <MODULE_distribution> is a MODULE-5.1.6 (see above).
 
      4.2. Automatic build procedure: build.csh and build.sh scripts
 
index 55f227a380bf458c1ef7b970383ca86860276086..284b761f52e6d8860cb4eda7ef5df99e8ddbd433 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Debian 3.1"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 3.1"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 3.1"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index ee51397f5638049d2b1066eb708ebac3d47ea70a..bff795c6ade6965e9defd33daffd19b64300989f 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Debian 4.0"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 4.0"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 4.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index eb2f1433d55a7ddd29a84c5d20cce717fd4b4f84..3a183a351c3d92a9bb19118c927c1ce2d7595d48 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Debian 4.0 64bit"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 4.0 64bit"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 4.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index 399b522f02591a97227c16b263fb5b7933a10ead..d1f1c831c9a8994887446a7d9c552bb2b1d93de6 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Debian 5.0 64bit"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 5.0 64bit"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 5.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index 6c2bc009706398c8ae2987e15590e61100ad9cfb..f73fb2c4e1a07ddb88a6dd346bdfbd9f65f866ae 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Debian 6.0 64bit"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 6.0 64bit"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 6.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index 1615797564b1f0f4b9dd4fee1848a40784bf0098..9732f095a90cccf38c3e31cb181f7a9234ce750e 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Fedora Core 6"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Fedora Core 6"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Fedora Core 6"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index 3b104a98329fa350df761e90cce9b84335fe344d..6002f4b16346b445ab4007a9dcaceb6c208f61af 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Mandriva 2006.0"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Mandriva 2006.0"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Mandriva 2006.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index f55111fdb8ec21925066d2354b160c0cdd78fb8b..e86fd7cba3a45eddc4e944930998a465cf2fc001 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Mandriva 2006.0 64bit"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Mandriva 2006.0 64bit"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Mandriva 2006.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index 5984998c7dd8f17e74464311cc069a6055d4ea3d..9663058fdefd9dd5af58c71e20659e8afb77ee74 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Mandriva 2008.0"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Mandriva 2008.0"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Mandriva 2008.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index 44c43dca0ca4f090e0bcd4ff20d76a7e2e20fdcf..b98e50383d6d00a1905531dc56cadfad6d3bb932 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Mandriva 2008.0 64bit"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Mandriva 2008.0 64bit"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Mandriva 2008.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index 5bae18179d4c00af51220de4f054fc07a6844fc7..7ce02e5d4f1fdca4c98c3ce20457f03c6ba740fa 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Mandriva 2010.0"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Mandriva 2010.0"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Mandriva 2010.0"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index ac6bca8c2f3e55208a66e051734524e6e431bda5..e9ad082b7e606d28cafc22baa486e94a77a15651 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Mandriva 2010.0 64bit"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Mandriva 2010.0 64bit"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Mandriva 2010.0 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index 3fc86d2fe567974f637b7657ae8170d81469d7ce..635fba3b3a618180591ddf005ab18beb03032c55 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Red Hat Enterprise WS 4 64bit"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index 6435215875f096a4f6d5d382a3755507089a2113..4019b6b932c7c5940ecd5e2d5d2aab94347182df 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="5.1.5"
+  <config version="5.1.6"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 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>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Scientific SL 5.1 64bit"
-         targetdir="${HOME}/salome_5.1.5"
+         targetdir="${HOME}/salome_5.1.6"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="26633,11153,84278"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Scientific SL 5.1 64bit"
-                   version="5.1.5
+                   version="5.1.6
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="44527,17706,191768"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="113068,71175,376032"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="63544,15848,244628"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="10270,349,39271"
@@ -93,7 +93,7 @@
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="232,120,2583"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="208,221,2958"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9904,685,37988"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="68,220,2065"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="4100,452,17269"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="2686,196,12245"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="104,260,2029"
                    script="PYHELLO.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Partitioning/decimation module for the SALOME platform">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="MULTIPR.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="false"
                    installdiskspace="208,221,2958"
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="YACSGEN.sh"/>
             type="component"
              description="Interface to use SALOME Launcher services">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="1305,1489,1401"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,48711,0"
             type="component"
              description="SALOME module generator">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="769,10242,14097"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    installdiskspace="9713,9691,19636"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Scientific SL 5.1 64bit"
-                    version="5.1.5
+                    version="5.1.6
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,205188,0"
index 85d4bbd84992ea704207030061ff0b1d361ee51c..7008b118d38e6a3402e7a1ed70223337e158552e 100755 (executable)
@@ -19,8 +19,8 @@ export CSHRC="salome.csh"
 #####################################################
 # !WARNING! This is current SALOME version number 
 ####################################################
-export SALOME_VERSION="5.1.5"
-export YACSGEN_VERSION="5.1.5"
+export SALOME_VERSION="5.1.6"
+export YACSGEN_VERSION="5.1.6"
 export JOBMANAGER_VERSION="0.1"
 
 # Name of the single directory for SALOME modules
index e0e797b36deb43e7a6d40fb622c0790baa4dc1b4..dfc0f4880df6e23ad554cfd5ea91ed18a41c6fcc 100755 (executable)
@@ -36,7 +36,7 @@ Wizard Help</font></font></h3>
 </table>
 </center>
 <div align="right"><b><font color="#000099">updated for the version </font><font
- color="#ff0000">5.1.5</font></b></div>
+ color="#ff0000">5.1.6</font></b></div>
 <hr>
 <ul>
   <li> <a href="#install_from_wizard">Installing products with the