From: nri Date: Mon, 19 May 2003 11:58:38 +0000 (+0000) Subject: NRI : Temporary modification for reading catalog of modules. X-Git-Tag: V1_4_0~116 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5b075f5e6e12a4d24204df8cfccddf4f79992287;p=modules%2Fkernel.git NRI : Temporary modification for reading catalog of modules. --- diff --git a/bin/runSalome.in b/bin/runSalome.in index 23f52a665..d6496d505 100644 --- a/bin/runSalome.in +++ b/bin/runSalome.in @@ -75,8 +75,11 @@ SALOMEDS_Server& echo "Starting SALOME_ModuleCatalog_Server -common ${SALOME_ROOT_DIR}/share/salome/resources/CatalogModuleGeneral.xml -personal ${HOME}/Salome/resources/CatalogModulePersonnel.xml" SALOME_ModuleCatalog_Server \ - -common ${SALOME_ROOT_DIR}/share/salome/resources/CatalogModuleGeneral.xml \ - -personal ${HOME}/Salome/resources/CatalogModulePersonnel.xml & + -common ${SALOME_ROOT_DIR}/share/salome/resources/CatalogModuleGeneral.xml:\ + ${GEOM_ROOT_DIR}/share/salome/resources/GEOMCatalog.xml:\ + ${SUPERV_ROOT_DIR}/share/salome/resources/SUPERVCatalog.xml:\ + ${VISU_ROOT_DIR}/share/salome/resources/VISUCatalog.xml \ + -personal ${HOME}/Salome/resources/CatalogModulePersonnel.xml & #sleep 2 echo "Starting SALOME_Session_Server"