From 0749d9a5762dc9e2a1d50cd695e61f1962d6d28a Mon Sep 17 00:00:00 2001 From: akl Date: Fri, 27 Feb 2009 13:19:29 +0000 Subject: [PATCH] Fix issue 0020160:[CEA:321] (installation wizard should make the difference between optional and mandatory "missing libraries"): a new attribute 'optionallibs' was added to 'config' section of XML configuration file. IW processes it and makes difference between 'not found' libraries. --- config.xml | 3 +- config_Debian_3.1.xml | 3 +- config_Debian_4.0.xml | 3 +- config_Debian_4.0_64bit.xml | 3 +- config_Mandrake_10.1.xml | 3 +- config_Mandriva_2006.0.xml | 3 +- config_Mandriva_2006.0_64bit.xml | 3 +- config_Mandriva_2007.0.xml | 3 +- config_Mandriva_2008.0.xml | 3 +- config_Mandriva_2008.0_64bit.xml | 3 +- config_RedHatEnterprise_4.xml | 3 +- config_RedHat_8.0.xml | 3 +- config_RedHat_9.xml | 3 +- config_Scientific_4.3.xml | 3 +- config_Scientific_SL_4.2.xml | 3 +- runInstall | 67 ++++++++++++++++++++++++++++---- 16 files changed, 89 insertions(+), 23 deletions(-) diff --git a/config.xml b/config.xml index 286f60c..06d61e4 100644 --- a/config.xml +++ b/config.xml @@ -6,7 +6,8 @@ license="<h5>GNU LGPL</h5>" platforms="Debian 4.0 64bit,Debian 3.1,Mandrake 10.1,Mandriva 2006.0,Mandriva 2006.0 64bit,Mandriva 2007.0,Mandriva 2008.0,Mandriva 2008.0 64bit,Red Hat 8.0,Red Hat 9,Red Hat Enterprise WS 4,Scientific SL 4.2,Scientific SL 4.3" targetdir="${HOME}/salome_4.1.2" - tempdir="/tmp"/> + tempdir="/tmp" + optionallibs="libcppunit,libblsurf"/>