Salome HOME
Update version
authorvsr <vsr@opencascade.com>
Fri, 12 Apr 2013 09:26:19 +0000 (09:26 +0000)
committervsr <vsr@opencascade.com>
Fri, 12 Apr 2013 09:26:19 +0000 (09:26 +0000)
Update copyright

81 files changed:
README
config_CentOS_5.5_64bit.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_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/ATOMGEN.sh
config_files/ATOMIC.sh
config_files/ATOMSOLV.sh
config_files/BLSURFPLUGIN.sh
config_files/CALCULATOR.sh
config_files/COMPONENT.sh
config_files/DEBIANFORSALOME-3.1.sh
config_files/DOCUMENTATION.sh
config_files/FILTER.sh
config_files/GEOM.sh
config_files/GHS3DPLUGIN.sh
config_files/GHS3DPRLPLUGIN.sh
config_files/GUI.sh
config_files/HELLO.sh
config_files/HEXABLOCK.sh
config_files/HEXABLOCKPLUGIN.sh
config_files/HOMARD.sh
config_files/HXX2SALOME.sh
config_files/HXX2SALOMEDOC.sh
config_files/HexoticPLUGIN.sh
config_files/JOBMANAGER.sh
config_files/KERNEL.sh
config_files/LIGHT.sh
config_files/MED.sh
config_files/NETGENPLUGIN.sh
config_files/PARAVIS.sh
config_files/PYCALCULATOR.sh
config_files/PYHELLO.sh
config_files/PYLIGHT.sh
config_files/RANDOMIZER.sh
config_files/SAMPLES.sh
config_files/SIERPINSKY.sh
config_files/SMESH.sh
config_files/TUTORIAL.sh
config_files/VISU.sh
config_files/YACS.sh
config_files/YACSGEN.sh
config_files/backupEnv.sh
config_files/build.csh
config_files/build.sh
config_files/checkFortran.sh
config_files/checkSize.sh
config_files/common.sh
config_files/create_config.sh
config_files/diskSpace.sh
config_files/gcc-common.sh
config_files/libBatch.sh
config_files/modifyLaFiles.sh
config_files/release_notes.sh
config_files/remove_tmp.sh
config_files/start_salome.sh
config_files/xdata.sh
doc/readme.html
runInstall
src/SALOME_HelpWindow.cxx
src/SALOME_HelpWindow.hxx
src/SALOME_INSTALL.pro
src/SALOME_InstallWizard.cxx
src/SALOME_InstallWizard.hxx
src/SALOME_ProductsView.cxx
src/SALOME_ProductsView.hxx
src/SALOME_ProgressView.cxx
src/SALOME_ProgressView.hxx
src/SALOME_XmlHandler.cxx
src/SALOME_XmlHandler.hxx
src/globals.h
src/icons.cxx
src/icons.h
src/main.cxx

diff --git a/README b/README
index 7ab58e246629e6b2a95fcf1ad1d954dec1c3b6fd..8fa7f73125246e83e5583e87bf54dd21c1a6cc36 100644 (file)
--- a/README
+++ b/README
                source salome.csh
 
           where <KERNEL_ROOT_DIR> is KERNEL binaries directory, e.g. 
-          KERNEL_7.0.0 for the 7.0.0 version.
+          KERNEL_7.2.0 for the 7.2.0 version.
 
      2.2. Launching of SALOME
        
           After you set environment you can start SALOME. Go to the KERNEL 
-          module's binaries directory (KERNEL_7.0.0/bin/salome for the version 
-          7.0.0) by using of 'cd' command and then type:
+          module's binaries directory (KERNEL_7.2.0/bin/salome for the version 
+          7.2.0) 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_7.0.0 for KERNEL module of SALOME version 7.0.0.
+          KERNEL_SRC_7.2.0 for KERNEL module of SALOME version 7.2.0.
 
           Compilation and installation should be performed according to 
           the dependencies between modules:
 
           - create a configuration script by typing
 
-               ../KERNEL_SRC_7.0.0/build_configure
+               ../KERNEL_SRC_7.2.0/build_configure
 
           - run configure script which will check the environment and create 
            Makefile files:
 
-               ../KERNEL_SRC_7.0.0/configure --prefix=/home/user/salome/KERNEL-7.0.0
+               ../KERNEL_SRC_7.2.0/configure --prefix=/home/user/salome/KERNEL-7.2.0
 
           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-7.0.0 directory.
+          installed into /home/user/salome/KERNEL-7.2.0 directory.
 
           - modify your environment scripts:
 
           * for bash:
 
-               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-7.0.0
+               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-7.2.0
 
           * for csh:
 
-               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-7.0.0
+               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-7.2.0
 
           - 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-7.0.0 (see above).
+          where <MODULE_distribution> is a MODULE-7.2.0 (see above).
 
      4.2. Automatic build procedure: build.csh and build.sh scripts
 
 
           - generate CMakeLists.txt files:
 
-               cd KERNEL_SRC_7.0.0
+               cd KERNEL_SRC_7.2.0
                ./build_cmake
                cd ..
 
 
           - run cmake
 
-               cmake -DCMAKE_INSTALL_PREFIX=/home/user/salome/KERNEL-7.0.0 ../KERNEL_SRC_7.0.0
+               cmake -DCMAKE_INSTALL_PREFIX=/home/user/salome/KERNEL-7.2.0 ../KERNEL_SRC_7.2.0
 
           Note, that -DCMAKE_INSTALL_PREFIX option defines the directory where you want to 
           install KERNEL module after 'make install' procedure. You
                make install
 
           After you have completed this scenario, KERNEL module is built and 
-          installed into /home/user/salome/KERNEL-7.0.0 directory.
+          installed into /home/user/salome/KERNEL-7.2.0 directory.
 
           - modify your environment scripts:
 
           * for bash:
 
-               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-7.0.0
+               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-7.2.0
 
           * for csh:
 
-               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-7.0.0
+               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-7.2.0
 
 ================================================================================
index 7ca67e868006680dd9fa653cbb6a39ff1581af65..b72f81b89db94d309ea8013588cc5c6c0a704d54 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.0.0"
+  <config version="7.2.0"
          caption="SALOME v%1"
-         copyright="&lt;h5>Copyright (C) 2007-2012 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>"
+         copyright="&lt;h5>Copyright (C) 2007-2013 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="CentOS 5.5 64bit"
-         targetdir="${HOME}/salome_7.0.0"
+         targetdir="${HOME}/salome_7.2.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="39376,13516,135020"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="CentOS 5.5 64bit"
-                   version="7.0.0" 
+                   version="7.2.0" 
                    disable="false"
                    installdiskspace="16852,17076,102216"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="32484,27092,157884"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="132980,94224,423000"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="35052,22268,155620"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="161032,1396,599320"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="35052,22268,155620"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="5772,54320,64924"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5772,54320,64924"
              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="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="816,2360,9188"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="792,2560,9636"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="1356,2756,12000"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="584,2332,8420"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="2960,3100,18892"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="220,2060,5764"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1012,2320,8644"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="540,2096,6656"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="248,2080,6364"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="112,1796,4772"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="196,1808,5060"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="480,2316,7680"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="49528,27596,226440"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="356,668,1200"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1880,512,15476"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1332,3160,11504"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="CentOS 5.5 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,814464,0"
index c8d69521966a19c55d7b6e87bb32a76f33c86d51..188f74536a8976b66f9507d2ac0f85a0a67434af 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.0.0"
+  <config version="7.2.0"
          caption="SALOME v%1"
-         copyright="&lt;h5>Copyright (C) 2007-2012 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>"
+         copyright="&lt;h5>Copyright (C) 2007-2013 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_7.0.0"
+         targetdir="${HOME}/salome_7.2.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="39376,13516,135020"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 4.0"
-                   version="7.0.0" 
+                   version="7.2.0" 
                    disable="false"
                    installdiskspace="16852,17076,102216"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="32484,27092,157884"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="132980,94224,423000"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="35052,22268,155620"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="161032,1396,599320"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="35052,22268,155620"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="5772,54320,64924"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5772,54320,64924"
              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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="816,2360,9188"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="792,2560,9636"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="1356,2756,12000"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="584,2332,8420"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="2960,3100,18892"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="220,2060,5764"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1012,2320,8644"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="540,2096,6656"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="248,2080,6364"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="112,1796,4772"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="196,1808,5060"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="480,2316,7680"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="49528,27596,226440"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="356,668,1200"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1880,512,15476"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1332,3160,11504"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 4.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,814464,0"
index a5c4cc0c4f87fcb58b9cda79d377e93a057c4478..25dd7ae26e3f536d06c4457f7ae64b789fdd7433 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.0.0"
+  <config version="7.2.0"
          caption="SALOME v%1"
-         copyright="&lt;h5>Copyright (C) 2007-2012 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>"
+         copyright="&lt;h5>Copyright (C) 2007-2013 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_7.0.0"
+         targetdir="${HOME}/salome_7.2.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="39376,13516,135020"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 4.0 64bit"
-                   version="7.0.0" 
+                   version="7.2.0" 
                    disable="false"
                    installdiskspace="16852,17076,102216"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="32484,27092,157884"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="132980,94224,423000"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="35052,22268,155620"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="161032,1396,599320"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="35052,22268,155620"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="5772,54320,64924"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5772,54320,64924"
              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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="816,2360,9188"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="792,2560,9636"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="1356,2756,12000"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="584,2332,8420"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="2960,3100,18892"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="220,2060,5764"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1012,2320,8644"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="540,2096,6656"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="248,2080,6364"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="112,1796,4772"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="196,1808,5060"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="480,2316,7680"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="49528,27596,226440"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="356,668,1200"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1880,512,15476"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1332,3160,11504"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 4.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,814464,0"
index 79e37368e4eef0489b0119f293c28d06044d905e..e0d77f59a4aa2de732e8795fbd8b2c6e7835eab1 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.0.0"
+  <config version="7.2.0"
          caption="SALOME v%1"
-         copyright="&lt;h5>Copyright (C) 2007-2012 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>"
+         copyright="&lt;h5>Copyright (C) 2007-2013 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_7.0.0"
+         targetdir="${HOME}/salome_7.2.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="39376,13516,135020"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 5.0 64bit"
-                   version="7.0.0" 
+                   version="7.2.0" 
                    disable="false"
                    installdiskspace="16852,17076,102216"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="32484,27092,157884"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="132980,94224,423000"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="35052,22268,155620"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="161032,1396,599320"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="35052,22268,155620"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="5772,54320,64924"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5772,54320,64924"
              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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="816,2360,9188"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="792,2560,9636"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="1356,2756,12000"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="584,2332,8420"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="2960,3100,18892"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="220,2060,5764"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1012,2320,8644"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="540,2096,6656"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="248,2080,6364"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="112,1796,4772"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="196,1808,5060"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="480,2316,7680"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="49528,27596,226440"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="356,668,1200"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1880,512,15476"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1332,3160,11504"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 5.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,814464,0"
index 34b45adc9f0f8fe575d2c3c9cf1b9db1ed9970c2..60b6c7115800e893578b2f8b097776ccfa796ff9 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.0.0"
+  <config version="7.2.0"
          caption="SALOME v%1"
-         copyright="&lt;h5>Copyright (C) 2007-2012 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>"
+         copyright="&lt;h5>Copyright (C) 2007-2013 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_7.0.0"
+         targetdir="${HOME}/salome_7.2.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="39376,13516,135020"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 6.0 64bit"
-                   version="7.0.0" 
+                   version="7.2.0" 
                    disable="false"
                    installdiskspace="16852,17076,102216"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="32484,27092,157884"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="132980,94224,423000"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="35052,22268,155620"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="161032,1396,599320"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="35052,22268,155620"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="5772,54320,64924"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5772,54320,64924"
              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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="816,2360,9188"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="792,2560,9636"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="1356,2756,12000"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="584,2332,8420"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="2960,3100,18892"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="220,2060,5764"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1012,2320,8644"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="540,2096,6656"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="248,2080,6364"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="112,1796,4772"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="196,1808,5060"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="480,2316,7680"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="49528,27596,226440"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="356,668,1200"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1880,512,15476"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1332,3160,11504"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 6.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,814464,0"
index 98224f09051dba2a9e38b94ca8c155f669dae412..949a10a4e044103bd17ac24bef3ead2c00998515 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.0.0"
+  <config version="7.2.0"
          caption="SALOME v%1"
-         copyright="&lt;h5>Copyright (C) 2007-2012 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>"
+         copyright="&lt;h5>Copyright (C) 2007-2013 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_7.0.0"
+         targetdir="${HOME}/salome_7.2.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="39376,13516,135020"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Mandriva 2008.0"
-                   version="7.0.0" 
+                   version="7.2.0" 
                    disable="false"
                    installdiskspace="16852,17076,102216"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="32484,27092,157884"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="132980,94224,423000"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="35052,22268,155620"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="161032,1396,599320"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="35052,22268,155620"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="5772,54320,64924"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5772,54320,64924"
              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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="816,2360,9188"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="792,2560,9636"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="1356,2756,12000"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="584,2332,8420"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="2960,3100,18892"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="220,2060,5764"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1012,2320,8644"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="540,2096,6656"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="248,2080,6364"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="112,1796,4772"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="196,1808,5060"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="480,2316,7680"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="49528,27596,226440"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="356,668,1200"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1880,512,15476"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1332,3160,11504"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Mandriva 2008.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,814464,0"
index 34396997d41d5388a22fe2408e08048e71391408..8913a0b0e301e1a401dc8954924e2fd5da9a35dc 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.0.0"
+  <config version="7.2.0"
          caption="SALOME v%1"
-         copyright="&lt;h5>Copyright (C) 2007-2012 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>"
+         copyright="&lt;h5>Copyright (C) 2007-2013 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_7.0.0"
+         targetdir="${HOME}/salome_7.2.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="39376,13516,135020"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Mandriva 2008.0 64bit"
-                   version="7.0.0" 
+                   version="7.2.0" 
                    disable="false"
                    installdiskspace="16852,17076,102216"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="32484,27092,157884"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="132980,94224,423000"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="35052,22268,155620"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="161032,1396,599320"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="35052,22268,155620"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="5772,54320,64924"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5772,54320,64924"
              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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="816,2360,9188"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="792,2560,9636"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="1356,2756,12000"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="584,2332,8420"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="2960,3100,18892"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="220,2060,5764"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1012,2320,8644"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="540,2096,6656"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="248,2080,6364"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="112,1796,4772"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="196,1808,5060"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="480,2316,7680"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="49528,27596,226440"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="356,668,1200"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1880,512,15476"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1332,3160,11504"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Mandriva 2008.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,814464,0"
index 45f952efe73d85dae3495af5bb7a2c753a99b7f2..96a336663a5b5d23dc2baa17617343407cae1d8f 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.0.0"
+  <config version="7.2.0"
          caption="SALOME v%1"
-         copyright="&lt;h5>Copyright (C) 2007-2012 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>"
+         copyright="&lt;h5>Copyright (C) 2007-2013 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_7.0.0"
+         targetdir="${HOME}/salome_7.2.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="39376,13516,135020"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Mandriva 2010.0"
-                   version="7.0.0" 
+                   version="7.2.0" 
                    disable="false"
                    installdiskspace="16852,17076,102216"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="32484,27092,157884"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="132980,94224,423000"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="35052,22268,155620"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="161032,1396,599320"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="35052,22268,155620"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="5772,54320,64924"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5772,54320,64924"
              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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="816,2360,9188"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="792,2560,9636"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="1356,2756,12000"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="584,2332,8420"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="2960,3100,18892"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="220,2060,5764"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1012,2320,8644"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="540,2096,6656"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="248,2080,6364"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="112,1796,4772"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="196,1808,5060"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="480,2316,7680"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="49528,27596,226440"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="356,668,1200"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1880,512,15476"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1332,3160,11504"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Mandriva 2010.0"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,814464,0"
index 0f2f4d051140c6001de6c643e14cc0fecb8a6933..9116979dd7ea456b1c32d71d20f967bff98aee05 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.0.0"
+  <config version="7.2.0"
          caption="SALOME v%1"
-         copyright="&lt;h5>Copyright (C) 2007-2012 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>"
+         copyright="&lt;h5>Copyright (C) 2007-2013 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_7.0.0"
+         targetdir="${HOME}/salome_7.2.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="39376,13516,135020"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Mandriva 2010.0 64bit"
-                   version="7.0.0" 
+                   version="7.2.0" 
                    disable="false"
                    installdiskspace="16852,17076,102216"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="32484,27092,157884"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="132980,94224,423000"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="35052,22268,155620"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="161032,1396,599320"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="35052,22268,155620"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="5772,54320,64924"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5772,54320,64924"
              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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="816,2360,9188"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="792,2560,9636"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="1356,2756,12000"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="584,2332,8420"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="2960,3100,18892"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="220,2060,5764"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1012,2320,8644"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="540,2096,6656"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="248,2080,6364"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="112,1796,4772"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="196,1808,5060"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="480,2316,7680"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="49528,27596,226440"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="356,668,1200"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1880,512,15476"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1332,3160,11504"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,814464,0"
index 11a128036d1c2ff965188724e2ef0a0905a77d13..0208d35b3c028bfb10652c460feceb2cf0073a37 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.0.0"
+  <config version="7.2.0"
          caption="SALOME v%1"
-         copyright="&lt;h5>Copyright (C) 2007-2012 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>"
+         copyright="&lt;h5>Copyright (C) 2007-2013 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_7.0.0"
+         targetdir="${HOME}/salome_7.2.0"
          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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="39376,13516,135020"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                   version="7.0.0" 
+                   version="7.2.0" 
                    disable="false"
                    installdiskspace="16852,17076,102216"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="32484,27092,157884"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="132980,94224,423000"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="35052,22268,155620"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="161032,1396,599320"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="35052,22268,155620"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="5772,54320,64924"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5772,54320,64924"
              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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="816,2360,9188"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="792,2560,9636"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="1356,2756,12000"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="584,2332,8420"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="2960,3100,18892"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="220,2060,5764"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1012,2320,8644"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="540,2096,6656"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="248,2080,6364"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="112,1796,4772"
                    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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="196,1808,5060"
                    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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="480,2316,7680"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="49528,27596,226440"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="356,668,1200"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1880,512,15476"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1332,3160,11504"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Red Hat Enterprise WS 4 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,814464,0"
index af85c49ba5cf411e31688aae2fa5fe785f722e74..3524bb42b0dae1fb25ea5143b7c712e60695323e 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.0.0"
+  <config version="7.2.0"
          caption="SALOME v%1"
-         copyright="&lt;h5>Copyright (C) 2007-2012 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>"
+         copyright="&lt;h5>Copyright (C) 2007-2013 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_7.0.0"
+         targetdir="${HOME}/salome_7.2.0"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="39376,13516,135020"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Scientific SL 5.1 64bit"
-                   version="7.0.0" 
+                   version="7.2.0" 
                    disable="false"
                    installdiskspace="16852,17076,102216"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="32484,27092,157884"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="132980,94224,423000"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="35052,22268,155620"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="161032,1396,599320"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="35052,22268,155620"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="5772,54320,64924"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="5772,54320,64924"
              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="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="816,2360,9188"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="792,2560,9636"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="1356,2756,12000"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="584,2332,8420"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="2960,3100,18892"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="220,2060,5764"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1012,2320,8644"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="540,2096,6656"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="408,1968,5468"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="248,2080,6364"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="112,1796,4772"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="196,1808,5060"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="480,2316,7680"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="49528,27596,226440"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="356,668,1200"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1880,512,15476"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="115800,115800,115800"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="1332,3160,11504"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Scientific SL 5.1 64bit"
-                    version="7.0.0" 
+                    version="7.2.0" 
                    disable="false"
                    woguimode="true"
                    installdiskspace="0,814464,0"
index 242bab5477b11fa15b1c9f9aec95e36855c4cca7..e068a21647bdcc1a69e854f2a0197d8b07a3caea 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 94994ab5b19061c626bfb1c750f3ef288d1b0ce1..646882d67ffc4adfaf2fd8731ed68f89be6b7bc1 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index a45839babee455bcbfe841a032376b75da2a3cd9..778415c76681422ea9650d1e4641a447ecfaddb5 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 696040dc6d57f4e70a5249a5957c7d8ff33fef99..8bf97d0f8990043277d327e73d1b5d0000d8eb78 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 6be23e87477992f2451421644b6596f8c4fea8ec..5d53c9557f963e4928536aad01cfae9e27f410dc 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 60d4a89187002606a5cf5a7981c4ea50514b636f..59ff950fc5752dd57e48e7aea35364c701059f9f 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 98b08c0675e1800932059026e3a988f7c2770168..fb3c934f1d659548eb9ef801d443bca32d181513 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 92caff2ab49c910d11374424dd790abb74843f14..a42acd40665d6e6fdafbe47b7df09deea2c2ff8d 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 718ae04db63d711aaf099cfa6034c3e6c5ceb9f2..db3279e20fdb1fef16e02108c530e327aafc4695 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 7fad141ec4951f5ce541d03bc3baef070345af0e..25ca466b14ad717f348f46a5b4468b83cee7f973 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 81c56cbe9ed20de78d5c44a6d45bdc3d6d1e5483..8642c0b751411609269b436875adb38917ad7d31 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 6648619ce6773036d817259d61fb499a8d87f7d8..a3aa1a9d158db3060fecf68a6b2d3a04b9ce99c0 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 39177c1925007b2fe18cedbc9cb533fbfba42b3a..c0a94422027a04524f0ae45f342214b37fa4fd60 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 0a09fc64d7e0128e287e11b7aff8a49e534b104a..2e3e195233bf5ca403601fc6792e3f82f5e9b514 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index e3105b41d048a97243ac0ddcd0b540a1da9a3df2..778882fc1be747dd3e19a0d1a8196fac3b0ba055 100755 (executable)
@@ -5,7 +5,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 9492e5232757d9b947560463e7415f3870cfa8bd..4624e18d83ce9103958188af9c8c3d3e6a1d9414 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 1fb37594cfd69bfefb37dcbd902202e84b84f354..86794dd07eef127a9b1c5eb8fea118f34c660f35 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 2c0746fba817cce8631c16d9bf0b7240711642e5..57b427726ab1e210203642dca4313bd34ad22e77 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 7a728ac2aacbcc5620e0c99afe5b8b01c1e5b041..0f025202efad3ab0682aed61b85734a762b4d058 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index c2cd7a7d448f90e7812c65d73263c027f988fd71..bfcca35670973bc7f22ebffbb0f38eb42b061377 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 3605b28fd9ffee4fc18f79e78174d42a4d8ce667..24f0122345b8d4c0b8531a924f122899a3ea3d54 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 7e783ba7a609dc317d1482a6919e1fd227e71de7..d1505dd2be39a90e4a65c5e068fe4565d9461eed 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index a97a7ce69220625bcd667add9be8a7b0e6ffc75a..87ea64142df9b34f20fff8e630984b6acd6f0469 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 400dfa64477cda77927ef05731d10b6b49c73c34..3a1e247803737b14a5682d806ca3e3fc3f37f718 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index a3de9c265dfc8f74b86bea182412bff8240adce8..470f13f808fdd6e3d61e3682c0e8af6d6fedb5b5 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 86d7df97189b5aef2302c4a09fcebd062b9b3c1d..8291eeea12a5427ce771b13ca98f6170ae0d34e6 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index de1c8bb7479e2f15150221ce30d239b140701130..1da436e31f455607eae9b008bd8864dad055067e 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 47d4b4b631edaf117973fbaaf2a06b18caffc3e6..11cefeb148898f3c147b98cb0c1f4270eec88536 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 8dd43f6479ae612d33d9996a5f13515d443e4eac..d04585ec58a898418f1e130f5c3b40f00b28a264 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 357f7de13bdef4eefd617ecec85eb808137155f8..fb65c1600e121744dd9ae6fd7c6b34f7ad9a6112 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 171f3d3fbc2df00e22b1bbbf4b0bc00f2d2eb99d..f062cb443fc64354bb7f4b23ddda63b091d8bfc1 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index f5cd7d84ff9870ddc6c4e86faf7c3de08b35197b..5e1151dc77281480c028c24b094c2da3fdbd17ec 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 4d89610a72a3dd2f241c1c303e9f5e42739f0897..5f0da907247cffa63f097106815d62dd554f55ac 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index b6c7e79bea77efc3449b7f816e85b9ad20800910..d9975df12d6e7d6223b9022b171e434df075976b 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index ec445985e7e3fc81bc4472d6a461cc15ed5ccc76..560fc53a90af26b067984578418ef985308b2c29 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index ac5bbaf616fb1d39ddc9b96e054b6ba4bacc7d1c..5c5c1732f26456d2f4af7666501596729e01e6d1 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 385c7e969b52c3d6d7e97b339d08d19243b501fa..b045128675ab2b2bb76f96d00be1c14d73a093f5 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 63ba010868ac593388d9a4b667d62f3fe49b06f9..b8ebb1ae34d03e1855b3dd642f535cb8aad043bf 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 8eb0a326c58b1adedca803433bf3332cf5d85fc1..238f54499dc1eeceec15bbebb42ccee802959e90 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 5f16e513716dd545b14d45510bda45fbd77e8ecd..fcfba935062da27d3bb5f712d6efc75c00616640 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 341a935e4330f757277a4bf2b2968005286460a9..69cc9df788800c31fc435616a3bf6bcd21404316 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 8eba611bde55234f08fff22cb775243d6261cc9f..b11cf6b8a304327e16efb71c52d8552e423b4211 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index dbdb3e4c89985196449595260064f99cb03d70c4..9ccfe845c92d998d14525a41881145823122289e 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
@@ -19,9 +19,9 @@ export CSHRC="salome.csh"
 #####################################################
 # !WARNING! This is current SALOME version number 
 ####################################################
-export SALOME_VERSION="7.0.0"
-export YACSGEN_VERSION="7.0.0"
-export JOBMANAGER_VERSION="7.0.0"
+export SALOME_VERSION="7.2.0"
+export YACSGEN_VERSION="7.2.0"
+export JOBMANAGER_VERSION="7.2.0"
 
 # Name of the single directory for SALOME modules
 export SDIR_NAME="SALOME_${SALOME_VERSION}"
index cc41ed1ff1535abfe3ed43df75f31f3db1661fab..37944a45e3334ed9b6aa130673961b5ab4b2e3e6 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 6814a0acf3779bc70774233cfbaa4012043954df..3a3a0a69878f44ba55d995bc8045292520f89caa 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 870373c95ccbddf6db0cff3d4da1c861bc10d97a..12c6178dbdfb74e8ba573cb6d7849d2dc7571742 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 6aec7dcf255097129093776ee00427a22e96f007..1bfc1517e9569f5bfa19f6da5cb16dfe4266d385 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index b35aa98610561e2efc80495ec80d2d88baef7fd9..1a94bc397adea96561089f4d224373f55fc942e4 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Alexander KOVALEV, Open CASCADE SAS (alexander.kovalev@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 9e562b57b06e08fd5bb2cc8a15f84b5a24880ea7..f00f3e0c5d1dabe349cda8046fa34ce9c82a2fd0 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index ea26af6a963b87a75cbd405252ba0919d854ffa1..d9d2bb40b98230f5d4384fbec4c513f1a4f27942 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 4a08261d5975d108c085004a9027e3d99f9d595b..e500cc134daf505d31428da4af367e3ea1caf1cc 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 5c53098451e8a6e0a83eb94c9ccf8b231b1e4833..bf729c7b3dad374704b1c7a5939b35fbba6500b9 100755 (executable)
@@ -6,7 +6,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 #
 #  This script is the part of the SALOME installation procedure.
 #
index 0295d26f816763499bc9584a90045f075bdff340..a65f367631d3c31a1b5f844095cf5b0f7b25fb95 100755 (executable)
@@ -7,7 +7,7 @@
  content="Mozilla/4.8 [en] (X11; U; Linux 2.4.18-14 i686) [Netscape]">
   <meta name="Author"
  content="Alexander KOVALEV, Open CASCADE SAS (alexander.kovalev@opencascade.com)">
-  <meta name="Copyright" content="2002-2009 CEA">
+  <meta name="Copyright" content="2002-2013 CEA">
   <title>SALOME Installation Wizard Help</title>
 </head>
 <body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 229);"
@@ -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">7.0.0</font></b></div>
+ color="#ff0000">7.2.0</font></b></div>
 <hr>
 <ul>
   <li> <a href="#install_from_wizard">Installing products with the
index e3ce712c5df3c50a2c9a36cde8b5d97b51afbb05..a69b836600f42f06d00f0b8c25e63578ff7569ba 100755 (executable)
@@ -6,7 +6,7 @@ Installation Wizard launching script.
 This script is the part of the SALOME installation procedure.
 Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 Created   : Thu Dec 18 12:01:00 2002
-Copyright : 2002-2012 CEA
+Copyright : 2002-2013 CEA
 
 """
 
index 23397f2e33fde353c60d1364c003b05f752d8353..d32bb6c09499bf43ddbfbd47726ccee35b06a7c4 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #include "SALOME_HelpWindow.hxx"
 #include "SALOME_InstallWizard.hxx"
index 2a18425a7e193de2fd6d4b3f38281092d02e70dc..604c52042783fa67833b4dff0c07ac445140a419 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #ifndef __SALOME_HelpWindow
 #define __SALOME_HelpWindow
index f5caee73b162b7d3beecee4940862efd2d9617c0..ac7a8a6c0c9e38f536d7db134b313e7262b7c9f6 100644 (file)
@@ -3,7 +3,7 @@
 #  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 #  Project   : SALOME
 #  Module    : Installation Wizard
-#  Copyright : 2002-2012 CEA
+#  Copyright : 2002-2013 CEA
 
 TEMPLATE       =  app
 CONFIG         += qt warn_on release thread
index ede6110f1f27498047c285f53185b8e4e9e0e710..2a78a8415cd7a19003ad7b7262d8ed45c87079d6 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #include "globals.h"
 
@@ -466,7 +466,7 @@ public:
                      .arg( __IW_VERSION_MINOR__ )
                      .arg( __IW_VERSION_PATCH__ ) );
     QLabel* copyright = new QLabel( this, "copyright" );
-    copyright->setText( "<b>Copyright</b> &copy; 2002-2012 CEA" );
+    copyright->setText( "<b>Copyright</b> &copy; 2002-2013 CEA" );
     QFont font = title->font();
     font.setPointSize( (int)( font.pointSize() * 1.8 ) );
     title->setFont( font );
@@ -557,9 +557,9 @@ SALOME_InstallWizard::SALOME_InstallWizard(const QString& aXmlFileName,
   addLogo( pixmap( pxLogo ) );
 
   // set defaults
-  setVersion( "7.0.0" );
+  setVersion( "7.2.0" );
   setCaption( tr( "SALOME %1" ).arg( myVersion ) );
-  setCopyright( tr( "<h5>Copyright &copy; 2007-2012 CEA/DEN, EDF R&amp;D, OPEN CASCADE<br></h5>"
+  setCopyright( tr( "<h5>Copyright &copy; 2007-2013 CEA/DEN, EDF R&amp;D, OPEN CASCADE<br></h5>"
                "<h5>Copyright &copy; 2003-2007 OPEN CASCADE,<br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,<br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS</h5>" ));
   setLicense( tr( "<h5>GNU LGPL</h5>" ) );
 
index 2d3ff6c919660d0bc51c8272b0dd01480ce63f86..21664843d1b74079e1d59fb16df0f14b25a16d9a 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #ifndef __SALOME_InstallWizard
 #define __SALOME_InstallWizard
index 0f3c4a0ad2e11903173ac1a4e9675d82b5161cc5..e06d3f0458112f914bcefc255bfdde240ced828c 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #include "SALOME_ProductsView.hxx"
 #include <qstringlist.h>
index 7533a30a2b16f1d505c8472b75b2f7f05e2630c1..596ae0bf83e7714d39c870fd313278689200bbfd 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #ifndef __SALOME_ProductsView
 #define __SALOME_ProductsView
index 2450248ceb5c0f75166745f2f48ca554b5ec17ae..a575a6801df65aea1e2a52736bb5d2aaa2f11246 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #include "SALOME_ProgressView.hxx"
 
index 2377576af747ffd4c1bb6fd4ba39ce33ca8c40cb..ccd5d9f964c8880a38386b3dbba770237255028f 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #ifndef __SALOME_ProgressView
 #define __SALOME_ProgressView
index fadc86f5e8e1e078dd3d0e602c4da0c2c1e141bc..85efeb4c8b819a332819866a1ac865f121f357de 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #include "globals.h"
 
index bee7131865ad97bcb5fa9fe0ef17811e6e274531..e3811fe25affc2d8845467a12fb937962fb75602 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #ifndef __SALOME_XmlHandler
 #define __SALOME_XmlHandler
index 2add028f836516c0d06cee84f6f306725dc132d5..c18cb3d529b10d388f08d5d5d9272762bafc9b75 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #if !defined( ___GLOBALS )
 #define ___GLOBALS
index 82ff8c7e269a340645c626c65a89e9c585d8f057..e045071899afae904e1d644c372dd346ff3bb1c0 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #include "icons.h"
 
index 164f1e08800faffe6c9eeb2f4db6c393e4f132de..61b8073be90fb087669f1236bd2b0f84571e30d1 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #ifndef ___ICONS_h
 #define ___ICONS_h
index 3f4b16d94ec69957722c800f3dd2cd7cba853e0e..701844d1830f9783009fcb361f2083d6990812af 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2012 CEA
+//  Copyright : 2002-2013 CEA
 
 #include "globals.h"
 
@@ -67,7 +67,7 @@ int main( int argc, char **argv )
             ( QT_VERSION >> 16 ) & 0xFF,
             ( QT_VERSION >> 8  ) & 0xFF,
             ( QT_VERSION       ) & 0xFF );
-      printf("Copyright (C) 2002-2012 CEA\n");
+      printf("Copyright (C) 2002-2013 CEA\n");
       return 0;
     }
     else if ( a == "--target" || a == "-d" ) {